Re: Problems with Rename/move command
From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-09 18:31:47 CET
On Jan 9, 2007, at 09:14, Camilo Arango wrote:
> I am trying to move one project in my repository to another location
Since this is the Subversion list and not the Subclipse list, let's
What is the URL to the thing you want to rename? <URL1>
What is the URL that you want it to become? <URL2>
Try this on the command line:
svn mv <URL1> <URL2> -m "renaming <OLDNAME> to <NEWNAME>"
(replacing the placeholders as appropriate)
If it still says the path does not exist in your HEAD revision, then
-- To reply to the mailing list, please use your mailer's Reply To All function --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Jan 9 18:32:11 2007 |
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.