Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When you move files around in Visual Studio will Ankh SVN turn that into a SVN move?

I would like to move some files around in Visual Studio. But I see Ankh is treating that as new files and delete in the changes list. Is the equivalent to SVN move? I don't want to loose the history for those files.

like image 911
uriDium Avatar asked Mar 11 '10 15:03

uriDium


1 Answers

It should treat a move as a copy and delete. This would be equivalent to the way SVN handles moves. Check to see if it truly thinks it's a new file, or if it thinks it's a copied file. There should be an option when viewing the file's history to view the history as it persists through copies.

like image 196
Michael Hackner Avatar answered Oct 08 '22 03:10

Michael Hackner