Hi,
I'm in a situation that I'm not too sure how to get out of. I've checked a
bunch of "things" on a webserver into a networked subversion repository.
"Things" consist of server config files and website content. Here is the
output of svn status from the server's root directory:
L .
L home
L home/named
L home/named/var
L home/named/var/cache
L home/named/var/cache/bind
L home/named/var/run
L home/named/etc
L home/named/etc/bind
M home/named/etc/bind/db.xyz.com
L home/named/dev
! L home/sites
L home/sites/www.abc.com
L home/sites/www.qwerty.org
L home/sites/www.qwerty.org/logs
L home/sites/www.qwerty.org/cgi-bin
L home/sites/www.qwerty.org/web
L home/sites/www.qwerty.org/web/images
! L home/sites/xyz.net
~ home/sites/xyz.net/web
I believe that my main problem is that final entry. When trying to check in
home/named/etc/bind/db.xyz.com this is what I do:
server:/home/named/etc/bind# svn commit
svn: Attempted to lock an already-locked dir
svn: working copy locked: /home/named/etc
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
server:/home/named/etc/bind# svn cleanup # Still doesn't work after this
server:/home/named/etc# svn commit
svn: Attempted to lock an already-locked dir
svn: working copy locked: /home/named
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
server:/home/named/etc# svn cleanup # Still doesn't work after this
server:/home/named# svn commit
svn: Attempted to lock an already-locked dir
svn: working copy locked: /home
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
server:/home/named# svn cleanup # Still doesn't work after this
server:/home# svn commit
svn: Attempted to lock an already-locked dir
svn: working copy locked: /
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
server:/home# svn cleanup
svn: Path is not a working copy directory
svn: svn_wc_cleanup: 'sites/xyz.net/web' is not a working copy directory
server:/# svn commit
svn: Attempted to lock an already-locked dir
svn: working copy locked: /
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
server:/# svn cleanup
svn: Path is not a working copy directory
svn: svn_wc_cleanup: 'home/sites/xyz.net/web' is not a working copy
directory
Any help appreciated. I can still work within the /etc and /usr heirarchies
where some other stuff is checked in. Just can't work with anything under
/home.
Thanks,
--
Fraser Campbell <fraser_at_wehave.net> http://www.wehave.net/
Halton Hills, Ontario, Canada Debian GNU/Linux
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 29 18:39:40 2003