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
Or do I have to go back to CVS for dates before the conversion to svn?
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
# 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
participants (2)
-
bulia byak
-
Eric Wilhelm