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

Flailing

From: Harold Naparst <hnaparst_at_gmail.com>
Date: 2005-09-05 13:47:02 CEST

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/trunkclient
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/trunkclient
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>
Received on Mon Sep 5 13:48:51 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.