Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to backup updated source code files

I am using svn as source control with AnkhSVN 2 for Visual Studio 2010. Very often I am working on one ticket than switching to work on another ticket without completing first one. Is there any quick way to backup updated files for first ticket? This will simplify coding by managing only related changes.

like image 397
walter Avatar asked Mar 15 '26 17:03

walter


1 Answers

You could

  1. create a patch file for the svn branch you are working on
  2. then revert your changes
  3. work on new ticket and commit
  4. reapply patch
like image 103
Shaun Wilde Avatar answered Mar 17 '26 14:03

Shaun Wilde