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

Re: Help! I'm lost

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-09-15 16:14:31 CEST

On 9/14/05, Philippe C. Martin <philippe@philippecmartin.com> wrote:
> Hi,
>
> I have been through a lot of doc and faqs, but I cannot find a way out to my
> problem(s).
>
> I basically have quite a few problems with some sub-directories added to an
> existing working copy (using add recursive)
>
> I do not really know how to go about it, so these are sequential commands and
> errors: (Note, SC is the top directory - I actually have quite a few
> problems, but understanding this problem would be a good start)
>
>
> Thanks a lot!
>
> Philippe
>
>
>
> ***Commit root***
> lots of files being processed then:
>
> svn: Working copy '/home/philippe/dev/SC' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
> error (1)
> ***Cleanup root***
> svn cleanup SC
> svn: 'SC/Windows Installers/SCFB/Debug' is not a working copy directory
> error (1)
> ****try to add Windows Installer as workging copy***

What this looks like is that the Debug directory was deleted
and then readded. The problem is that the .svn directory has
been lost, but since the directory is there subversion gets
confused. Try deleting that directory again, then svn cleanup.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 15 16:16:26 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.