[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: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 03 Apr 2013 21:11:56 +0100

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

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2013-04-03 22:12:41 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.