replacing all code with latest SVN regardless of conflicts or uncommitted changes or whatever

2010-06-10 Thread Thomas Anderson
Say I've added a bunch of debug code to files in a particular directory and that I want to now remove all the debug code. I could search through the file and manually remove it all or I could just re checkout the directory from SVN and replace the debug directory with the latest SVN code. Problem

Re: replacing all code with latest SVN regardless of conflicts or uncommitted changes or whatever

2010-06-10 Thread Tyler Roscoe
On Thu, Jun 10, 2010 at 10:46:26AM -0500, Thomas Anderson wrote: > Say I've added a bunch of debug code to files in a particular > directory and that I want to now remove all the debug code. I could > search through the file and manually remove it all or I could just re > checkout the directory fr

Re: replacing all code with latest SVN regardless of conflicts or uncommitted changes or whatever

2010-06-10 Thread Les Mikesell
Thomas Anderson wrote: Say I've added a bunch of debug code to files in a particular directory and that I want to now remove all the debug code. I could search through the file and manually remove it all or I could just re checkout the directory from SVN and replace the debug directory with the