On Mon, 2005-09-05 at 08:14 -0400, Harold Naparst wrote:
> Gary,
>   The problem appears to be somehow that a subdirectory of client,
> (.libs) was confusing
> subversion somehow. 
> boinc@happiness:~/seti_boinc/client> svn status
> ?      pulsefind.new
> ?      boinc_finish_called
> ?      init_data.xml
> ?      svn-commit.2.tmp
> ?      setiathome_4.11_p4-P-naparst-r1-linux-gnu
> ?      svn-commit.tmp
>   L    .
> M      setiathome-4.7.i686-pc-linux-gnu
>   L    test_workunits
>   L    .deps
>   L    win_build
>   L    test_vtl
> M      seti_boinc
> M      stderr.txt
> M      result.sah
> !      boinc_lockfile
> ~      .libs
> M      lcgamm.cpp
> M      state.sah
> M      setiathome-4.7.i686-pc-linux-gnu.debug
> 
> 
>  I resolved the problem by executing
> 
> svn delete .libs
> svn commit
> 
> This cleared the problem up, although I'd like to know how the status
> got set to ~ in the first 
> place, or what that means.
It's best to ask these questions on the list, not privately.
In this case, I'm not sure.  Where did '.libs' come from?
> 
> On 9/5/05, Gary Thomas <gary@mlbassoc.com> wrote:
>         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@happiness:~/seti_boinc> svn cleanup
>         file:///usr/local/svn
>         > svn: Cannot cleanup 'file:///usr/local/svn': not a directory
>         > boinc@happiness:~/seti_boinc> svn cleanup
>         file:///usr/local/svn/trunk
>         > svn: Cannot cleanup 'file:///usr/local/svn/trunk': not a
>         directory
>         > boinc@happiness:~/seti_boinc> svn update
>         file:///usr/local/svn/trunk
>         > svn: 'file:///usr/local/svn' is not a working copy
>         > boinc@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 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@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
>         
> 
-- 
------------------------------------------------------------
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:21:58 2005