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

Another "wc not locked" error

From: Vladimir Prus <ghost_at_cs.msu.su>
Date: 2002-10-31 14:17:54 CET

I get "wc not locked" error, using the
following script.

#!/bin/bash

cd /tmp
rm -rf svn wc

svnadmin create svn
svn co file://localhost/tmp/svn wc
cd wc
touch 1
svn add 1
svn ci -m ""

mkdir libs
cd libs
svn co file://localhost/tmp/svn wc
cd wc
touch 2
svn add 2
cd ..
cd ..
echo "foo" > 1

svn ci 1 libs/wc -m "asdasd"

I'm not sure if this is related to the problem with
condense paths that I've reported in email with
"svn ci drops files" subjects. I'll probably debug this
later.

- Volodya

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 31 14:17:50 2002

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.