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

Re: Unable to create a directory

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-01-14 14:41:11 CET

thomas Armstrong wrote:
> Hi.
>
> Working on FC2 with a SVN server on FC2.
>
> I've got a directory (foo) created on my PC, and I want to create it
> at the repository:
> -------------------------------------
> $ svn add -N foo
> svn: warning: 'foo' is already under version control
> ---------------------------------------
>
> ok. I commit it:
> -----------------------------------
> $ svn commit -m blah foo --non-interactive
> svn: Commit failed (details follow):
> svn: Working copy '/home/thomas/svn/project1/foo' not locked
> -----------------------------------
>
> What am I doing wrong?

"Working copy not locked" typically means either "Something deleted/messed
with the .svn directories" or "You have found a bug in Subversion".

Does the error happen if you start working in a freshly checked out WC?

If so, it would be really useful to see the full sequence of commands
starting with the checkout.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 14 14:45:21 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.