svn - How do I move a file (or folder) from one folder to another in TortoiseSVN? -


i move file or folder 1 place within same repository without having use repo browser it, , without creating 2 independent add/delete operations. using repo browser works fine except code hanging in broken state until supporting changes checked in afterwards (like .csproj file example).

update: people have suggested "move" command line. there tortoisesvn equivalent?

to move file or set of files using tortoise svn, right-click-and-drag target files destination , release right mouse button. popup menu have svn move versioned files here option.

note destination folder must have been added repository svn move versioned files here option appear.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -