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

Re: Working copy 'xsd' not locked

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2005-03-15 17:07:43 CET

Graham Leggett wrote:
> Does anybody have an english translation of the following error:
> svn: Working copy 'xsd' not locked

Hm, you're right.
When standing in a working copy, and doing 'svn update' on a
subdirectory that is not under version control, the above error
message appears.

That's misleading.

To reproduce:
-----
C:\>svn co https://svn.collab.net/repos/svn/trunk/build/win32 TestTest
A TestTest\svn.ico
A TestTest\svn_config.dsp
A TestTest\vc6-build.bat.in
A TestTest\make_dist.py
A TestTest\svn.rc
A TestTest\svn_locale.dsp
A TestTest\make_dist.conf.template
 U TestTest
Checked out revision 13420.

C:\>cd TestTest
C:\TestTest>mkdir Test2
C:\TestTest>svn update Test2
svn: Working copy 'Test2' not locked

> I would like to tell svn to forget about it's local copies of what's added
> and what's not added locally, and refresh everything from scratch from the
> server - is there a command that does this?

Off topic, that's a discussion for the subversion users mailing list,
not this list.

That said, the command you're searching for probably is:

svn checkout http://<repo_server>/<repo> <new (nonexisting) dest folder>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 15 17:12:05 2005

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.