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

Re: Working directory not locked (on commit) - 0.21.0

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-05-01 19:00:47 CEST

"Jens B. Jorgensen" <jens.jorgensen@tallan.com> writes:

> Philip Martin wrote:
>
> >"Jens B. Jorgensen" <jens.jorgensen@tallan.com> writes:
>
> >>jbj1@tallan2 /d/src/c++/pkcs11
> >>$ svn commit -m 'foo!'
> >>svn: Working copy not locked
> >>svn: Are all the targets part of the same working copy?
> >>svn: directory not locked (d:/src/c++/pkcs11)
> >
> >I suspect that the problem is the difference between the strings
> >"/d/src/c++/pkcs11" and "d:/src/c++/pkcs11".
>
> Well, I checked out the repository just as file:///svn/c++/pkcs11.

It's not the URL that matters, this is a working copy path problem.

> The /d/src/c++/pkcs11 just shows up because I have d: "mounted" as
> /d for cygwin purposes.

I don't know anything about cygwin, but Subversion uses paths to key
into a hash table. If the same path shows up in two different forms
it could produce your error.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 1 19:01:35 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.