Fishtrap

php and other stuff I know

11 March 2009
by nat
0 comments

SVN backout

The best way to do an svn backout is to make sure your file /directory is up to date. Then svn merge -c -version_with_mistake file/directory This works by reverse applying the diff created by that change so will work even … Continue reading