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

Problems in adding a subdirectory to directory

From: Meryl Silverburgh <silverburgh.meryl_at_gmail.com>
Date: 2007-02-21 20:27:09 CET

Hi,
I am not sure if this is a bug. I think I somehow get subversion is a
weired state.

I am trying to add directory canvas to subversion.

$ cd to parent of canvas
$ svn stat canvas
  L canvas
D canvas/Makefile.in
~ canvas/src
D canvas/public

But it said I have 'locked' canvas.

When I try to add 'canvas/src'
$ svn add canvas/src
svn: Working copy 'canvas' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

When i tried to unlock it, it said it is no under version control
$ svn unlock canvas
svn: 'canvas' is not under version control

I have tried 'svn cleanup' but it does not solve my problem.

How can I get cleanup subversion state and add directory 'canvas' to repository?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 21 20:27:27 2007

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.