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
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
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
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
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
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
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