How do I move a file (or folder) from one folder to another in TortoiseSVN?
Posted
by codeflunky
on Stack Overflow
See other posts from Stack Overflow
or by codeflunky
Published on 2008-09-15T12:57:16Z
Indexed on
2010/05/30
5:02 UTC
Read the original article
Hit count: 248
svn
|tortoisesvn
I would like to move a file or folder from one place to another within the same repository without having to use Repo Browser to do it, and without creating two independent add/delete operations. Using Repo Browser works fine except that your code will be hanging in a broken state until you get any supporting changes checked in afterwards (like the .csproj file for example).
Update: People have suggested "move" from the command line. Is there a TortoiseSVN equivalent?
© Stack Overflow or respective owner