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

Re: renaming a module without need for complete checkout possible?

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-03-24 14:52:45 CET

Marko Kaening wrote:
> Hi,
>
> say I have a directory with lots of data in it and I need to rename
> it. I can do this easily with svn, but this process deletes
> everything in the old directory and does a complete checkout for the
> whole (though only renamed) directory afterwards.
>
> Is there a workaround for this if I want to avoid this (in some cases
> quite long) process.

svn move https://[reponame]/dirname https://[reponame]/newdirname

svn switch [localdir] https://[reponame]/newdirname

Or don't you have command line tools?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 24 14:53:43 2006

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.