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

Re: how can I change svn path completly?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-04 18:36:20 CEST

On Tue, 2004-06-01 at 20:32, Junedong Kim wrote:

> 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)

That's because the file exists in a different location in the old
revision. You're asking for path http://SVN/yyy/somefile in "old
revision", and that path doesn't exist.

See this FAQ:

http://subversion.tigris.org/project_faq.html#no-copy-history

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 4 18:38:18 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.