6 Feb
2006
6 Feb
'06
6 a.m.
# from bulia byak # on Sunday 05 February 2006 09:18 pm:
How do I get the tree on the given date from svn? Following the instructions does not work:
$ svn update --revision {2005-12-19} svn: REPORT request failed on '/svnroot/inkscape/!svn/vcc/default' svn: Cannot replace a directory from within
It appears to be an issue with having moved the directory.
svn log -r '{2003-12-19}' https://svn.sourceforge.net/svnroot/inkscape/
So, (I think) you'll need to do:
svn switch -r {2003-12-19} https://svn.sourceforge.net/svnroot/inkscape/trunk/inkscape
--Eric
--
Like a lot of people, I was mathematically abused as a child.
--Paul Graham
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------