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

Re: Working copy very screwed up

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-10-29 19:45:09 CET

Fraser Campbell <fraser@wehave.net> writes:

> 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

1. You need to move or delete 'home/sites/xyz.net/web' as it's not
   versioned and it's causing an obstruction ('~' in the status
   output).

2. You need to run cleanup on '.' to clear the locks ('L' in the
   status output).

3. You need to run update on '.' or 'home/sites' as the working copy
   is incomplete ('!' in the status output).

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 29 19:46:36 2003

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.