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

RE: SVN wc/repo issue...

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 4 Apr 2013 11:05:07 +0200

> -----Original Message-----
> From: MARTIN PHILIP [mailto:codematters_at_ntlworld.com] On Behalf Of
> Philip Martin
> Sent: woensdag 3 april 2013 22:12
> To: BRM
> Cc: SubVersion Users
> Subject: Re: SVN wc/repo issue...
>
> BRM <bm_witness_at_yahoo.com> writes:
>
> > $ svn mv ../../include .
> >
> > However, 'svn mv' keeps returning:
> >
> > Unable to lock '.'
>
> > Is there any way to tell what might be locked on the server side?
>
> The error does not involve a server-side lock.
>
> > We're using Apache2/2.2.22 + Subversion 1.6.17 as the server (Ubuntu
> > Releases); and I'm using 1.6.19 on the client (compiled under Kubuntu
> > 8.04).
>
> It's a bug in the 1.6 client that is fixed in 1.7. You can work
> around it in 1.6 by doing
>
> $ cd ../..
> $ svn mv include foo/bar

Or by passing the absolute paths to ../../include and the current directory.

Before Subversion 1.7 the working copy wasn't able to step into parent directories when a path was passed in this form.

        Bert
Received on 2013-04-04 11:05:45 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.