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

Re: Simple svn move question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-15 16:42:37 CEST

On Jul 15, 2005, at 9:23 AM, Michael L Brown wrote:

> I'm interested in renaming a couple of branches. Basically I want
> Branch-A to become Branch-C and Branch-B to become Branch-A.
>
> Will "svn move" let me do that? From what I see in the book, it
> appears
> that one can only rename stuff inside of a trunk or branch.
>

$ svn mv URL-A URL-C -m "first rename"
$ svn mv URL-B URL-A -m "second rename"

No working copy required, even.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 15 16:44:15 2005

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.