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

Re: Flailing

From: Gary Thomas <gary_at_mlbassoc.com>
Date: 2005-09-05 14:08:41 CEST

On Mon, 2005-09-05 at 07:47 -0400, Harold Naparst wrote:
> I am trying to commit my changes to subversion, and everything I do
> produces an error.
> What am I doing wrong. The checkout command, which executed
> successfully was:
>
> svn checkout file:///usr/local/svn/trunk client
>
> Here's what's happening now:
>
> boinc@happiness:~/seti_boinc> svn commit
> svn: '/home/boinc/seti_boinc' is not a working copy
> boinc@happiness:~/seti_boinc> cd client
> boinc@happiness:~/seti_boinc/client> svn commit
> svn: Working copy '/home/boinc/seti_boinc/client' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
> details)
> boinc@happiness:~/seti_boinc/client> cd ..
> boinc_at_happiness:~/seti_boinc> svn cleanup file:///usr/local/svn
> svn: Cannot cleanup 'file:///usr/local/svn': not a directory
> boinc_at_happiness:~/seti_boinc> svn cleanup file:///usr/local/svn/trunk
> svn: Cannot cleanup 'file:///usr/local/svn/trunk': not a directory
> boinc_at_happiness:~/seti_boinc> svn update file:///usr/local/svn/trunk
> svn: 'file:///usr/local/svn' is not a working copy
> boinc_at_happiness:~/seti_boinc> svn checkout file:///usr/local/svn/trunk
> client
> svn: Working copy 'client' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
> details)
> boinc_at_happiness:~/seti_boinc> svn cleanup file:///usr/local/svn/trunk
> client
> svn: Cannot cleanup 'file:///usr/local/svn/trunk': not a directory
> boinc@happiness:~/seti_boinc> svn cleanup client
> svn: 'client/.libs' is not a working copy directory
> boinc_at_happiness:~/seti_boinc> svn checkout file:///usr/local/svn/trunk
> client
> svn: Working copy 'client' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
> details)
> boinc@happiness:~/seti_boinc> svn commit client
> svn: Working copy '/home/boinc/seti_boinc/client' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
> details)
> boinc@happiness:~/seti_boinc>

Try:
  % cd ~/seti_boinc/client
  % svn cleanup
  % svn commit

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 5 14:11:03 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.