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

Re: please help how I should do this checkout

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 6 Jul 2012 23:19:11 +0200

On Fri, Jul 06, 2012 at 11:03:02PM +0200, Paul Maier wrote:
> Hi,
>
> my repository has these directories:
> trunk/A/
> trunk/B/
> trunk/C/
>
> But in my working copy I need C named D.
>
> I need something like
> svn co http://.../trunk
> cd trunk
> localrename C to D
>
> Please help me. Thank you.
>
> I currently did:
> mkdir trunk
> cd trunk
> svn co http://.../trunk/A A
> svn co http://.../trunk/B B
> svn co http://.../trunk/C D
>
> But this is not good, because I now I can't check in the trunk with one checkin, but I always need 3 checkins (each wc separately).
>
> Thank you!
>
> Paul
>

Subversion 1.7 can commit from multiple working copies at once.
Received on 2012-07-06 23:19:48 CEST

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.