I just started using the 0.21.0 version of subversion. I created a repository on
my local drive with svnadmin and started importing source. I created some dirs
in the repository and then was adding directories. Then I was going back and
doing co's on the projects. I'd done a couple of property commits (svn:ignore)
in some directories and that worked fine. I got to one project though and I
started getting some errors saying "Working directory not locked". It is easy to
reproduce this on my system (Win XP, running svn withing cygwin but using the
win32 build provided by Brane Čibej. Lots of commands work (including update),
but not commit. I also tried doing a 'cleanup' and that didn't seem to help.
Here's the transcript:
jbj1@tallan2 /d/src/c++
$ svn co file:///svn/c++/pkcs11
A pkcs11/StdAfx.h
A pkcs11/pkcs11.cpp
A pkcs11/cryptoki
A pkcs11/cryptoki/pkcs11.h
A pkcs11/cryptoki/cryptoki.h
A pkcs11/cryptoki/pkcs11t.h
A pkcs11/cryptoki/pkcs11f.h
A pkcs11/pkcs11_session.cpp
A pkcs11/pkcs11.dsp
A pkcs11/setup.py
A pkcs11/pkcs11.h
A pkcs11/pkcs11test.py
A pkcs11/svnignore
A pkcs11/StdAfx.cpp
A pkcs11/pkcs11_structs.cpp
A pkcs11/readme.txt
A pkcs11/MANIFEST.in
A pkcs11/constants.cpp
A pkcs11/pkcs11.dsw
Checked out revision 10.
jbj1@tallan2 /d/src/c++
$ cd pkcs11
jbj1@tallan2 /d/src/c++/pkcs11
$ echo foo >> readme.txt
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)
jbj1@tallan2 /d/src/c++/pkcs11
$ svn status
M readme.txt
jbj1@tallan2 /d/src/c++/pkcs11
$ svn info
Path:
Url: file:///svn/c++/pkcs11
Revision: 10
Node Kind: directory
Schedule: normal
Last Changed Author: jbj1
Last Changed Rev: 10
Last Changed Date: 2003-04-30 18:13:48 -0500 (Wed, 30 Apr 2003)
jbj1@tallan2 /d/src/c++/pkcs11
$ svn --version
svn, version 0.21.0 (r5639)
compiled Apr 17 2003, 00:21:13
Copyright (C) 2000-2003 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
- handles 'http' schema
- handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' schema
jbj1@tallan2 /d/src/c++/pkcs11
$ svn update
At revision 10.
Any ideas? Should I log a bug? I did scan through the bugs and couldn't find
anything that sounded like this one.
--
Jens B. Jorgensen
jens.jorgensen@tallan.com
"With a focused commitment to our clients and our people, we deliver value
through customized technology solutions"
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 1 17:12:25 2003