[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: Michael L Brown <michael.l.brown_at_philips.com>
Date: 2005-07-15 17:02:42 CEST

Thanks.

Exactly what I was hoping for. I saw the URL -> URL example but didn't
know for sure if there was a limitation as to how far up the tree it could
go.

MB
 --
Mike Brown (Michael.L.Brown@Philips.com)
            Lotus Bloats: Michael L Brown/MSN/MS/PHILIPS
Philips/ADAC, Madison, WI
Desk: 608-288-6969 Fax: 608-298-2101
PMS direct: 164-6969
You design it, I'll build it!

Ben Collins-Sussman
07/15/2005 09:42 AM

To
Michael L Brown/MSN/MS/PHILIPS@PHILIPS
cc
users@subversion.tigris.org
Subject
Re: Simple svn move question
Classification

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 17:06:29 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.