Archive for November, 2009
Night
Just me at night
Svn Roll Back
This is just for my own reference.
You can subversion roll back a file by using
svn merge -r 102:101 file-name
replace 102 and 101 with the revision numbers.
Just me at night
This is just for my own reference.
You can subversion roll back a file by using
svn merge -r 102:101 file-name
replace 102 and 101 with the revision numbers.