6

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.

uriDium
  • 13,110
  • 20
  • 78
  • 138

1 Answers1

3

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.

Michael Hackner
  • 8,605
  • 2
  • 27
  • 29