Re: please help how I should do this checkout

2012-07-06 Thread Stefan Sperling
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 hel

please help how I should do this checkout

2012-07-06 Thread Paul Maier
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