[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

how can I change svn path completly?

From: Junedong Kim <june8th_at_ahnlab.com>
Date: 2004-06-02 03:32:37 CEST

Hello everyone.
After I rename(move) some svn path to another name, I cannot get old revision from new path

ex)
svn co http://SVN/xxx
cd xxx
edit somefile
svn ci somefile
cd ..
svn copy http://SVN/xxx http://SVN/yyy
svn co http://SVN/yyy
cd yyy
svn log somefile -> (full history is shown)
svn up -r "old_revision" somefile -> (failed to checkout)

How can I change svn path with full history and all old-revisions?
Thank you.!
Received on Wed Jun 2 03:33:32 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.