perfect, thanks.
Lou
On Jan 29, 2008, at 1:42 PM, Elliot Winard wrote:
-r# or --revision# gets old revisions.
Try this this -
$ cd $FOLDER
# get the old revision
$ svn up $FILENAME -r7876
# back 'er up
$ mv $FILENAME $FILENAME.bak
# sync to new verion
$ svn up
# overwrite working copy
$ mv $FILENAME.bak $FILENAME
# check 'er in
$ svn commit $FILENAME -m "revert to version 7876 because
blahblahblahblah"
HTH,
-e
Lou Iorio wrote:
How do I open a previous revision?
Lou
On Jan 29, 2008, at 1:08 PM, Elliot Winard wrote:
I'd just save off a copy of r7876, update to head, move r7876
over the working copy & then commit.
I don't know if there is a more svn-friendly way to do do this
with fewer steps.
-e
Lou Iorio wrote:
I updated the release notes for wafflecone, not realizing that
this had already
been done. Now I would like to revert to the previous version
(r7876).
I've looked through the svn manual, and I don't see how to do this.
Any help?
Thanks,
Lou