What do you do in your source control repository when you start a rewrite of a program?

Posted by Max Schmeling on Stack Overflow See other posts from Stack Overflow or by Max Schmeling
Published on 2009-12-08T23:53:08Z Indexed on 2010/04/01 3:33 UTC
Read the original article Hit count: 175

I wrote an application a while back and have been maintaining it for a while now, but it's gotten to the point where there's several major new features to be added, a ton of changes that need made, and I know quite a few things I could do better, so I'm starting a rewrite of the entire program (using bits and pieces from original).

My question is, what do you do with SVN at this point? Should I put the new version somewhere else, or should I delete the files I no longer need, add the new files, and just treat it like normal development in SVN?

How have you handled this in the past?

© Stack Overflow or respective owner

Related posts about version-control

Related posts about svn