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

Another not locked problem

From: Robin Becker <robin_at_reportlab.com>
Date: 2005-03-04 14:28:51 CET

I must be doing something really stupid here with my 1.1.2 win32 client; the
server runs 1.1.1 freebsd.

I had made some changes in 2 local trees (belonging to the same repository)

c:\code\myfolder\ non-empty made mods here
                 \database\ non empty made mods here
                 \test\ empty folder no mods
                 \facts\ empty folder no mods
                 \doc\ empty folder no mods
c:\code\other\utils.py modified

I seem to get a spurious not locked only for c:\code\myfolder\test

C:\code\myfolder>svn ci -m"myfolder: now have working database" .
\code\other\utils.py
svn: Commit failed (details follow):
svn: Working copy 'C:/code/myfolder/test' not locked

I removed test completely and updated so we know it's fresh
C:\code\myfolder>rmdir /q/s test

C:\code\myfolder>svn up
A test
Updated to revision 16433.

try again
C:\code\myfolder>svn ci -m"myfolder: now have working database" .
\code\other\utils.py
svn: Commit failed (details follow):
svn: Working copy 'C:/code/myfolder/test' not locked

still get error

OK be more specific
C:\code\myfolder>svn ci -m"myfolder: now have working database" .\__init__.py
database \code\other\utils.py
Sending other\utils.py
Adding myfolder\__init__.py
Adding myfolder\database\__init__.py
Adding myfolder\database\getxrays.py
Sending myfolder\database\import_data.py
Transmitting file data .....
Committed revision 16434.

Things are apparently OK.

What causes this spurious not locked, is it some strangeness of the filename?
The other similar folders didn't do this, but perhaps I never reached them.

-- 
Robin Becker
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 4 14:31:51 2005

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.