svn 1.7.4: svn up --depth immediates not working as expected.

2012-07-06 Thread Derek Wallace
HI, Ive identified what i believe is a bug in svn 1.7. Ive used svn 1.6 extensively and never remember observing this behaviour. 1. i have a full checkout of a repository. 2. i want to do an update of a folder but not the sub-folders. I use the commnand svn up --depth immediates 3. what i see

svn 1.7.4: svn up --depth immediates not working as expected.

2012-07-06 Thread Derek Wallace
HI, Ive identified what i believe is a bug in svn 1.7. Ive used svn 1.6 extensively and never remember observing this behaviour. 1. i have a full checkout of a repository. 2. i want to do an update of a folder but not the sub-folders. I use the commnand svn up --depth immediates 3. what i see

svn 1.7.4: svn up --depth immediates not working as expected.

2012-07-06 Thread Derek Wallace
HI, Ive identified what i believe is a bug in svn 1.7. Ive used svn 1.6 extensively and never remember observing this behaviour. 1. i have a full checkout of a repository. 2. i want to do an update of a folder but not the sub-folders. I use the commnand svn up --depth immediates 3. what i see

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

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

Re: svn_wc_prop_set4 not working as expected.

2012-07-06 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Jun 25, 2012 at 10:21:22 +0200: > On Fri, Jun 22, 2012 at 11:15:57AM -0500, lfdon...@rockwellcollins.com wrote: > > Hello, > > I'm trying to use svn_wc_prop_set4 to set a property on my local working > > copy (1.7) and I keep getting the error: > > > > No write-loc

RE: svn_wc_prop_set4 not working as expected.

2012-07-06 Thread Bert Huijben
Every svn_wc API that changes the working copy requires its caller to obtain a write lock. In the past that was done via the access batons and now it requires another call. But the most common ones are still private. Bert Huijben (Cell phone) From: Daniel Shahaf Sent: 7-7-2012 1:02 To: lfdon...@r