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

Re: Repository stuck?

From: David Casti <david_at_neosynapse.net>
Date: 2002-11-12 14:00:57 CET

At 08:42 PM 11/10/2002, Philip Martin wrote:

> > -- Thinking that I may be able to get around this problem by checking
> > out a new copy and working on that, I try --
>
>When you check-out over an existing working copy the revision and URL
>must match, so 'svn co -r7'.

I thought I was checking out a brand new copy, but you are right of
course. I had a stale /tmp/defender directory left over from some earlier
checkout attempts. Once that directory was removed, I was able to check
out a new copy of revision 8.

SO, I am definitely not hosed. Even if there is problem issue with
switching & committing, worst-case would be merging things back together by
hand with diff.

>Does status without -u work?

Yes, it does --

[root@mail defender]# svn status
   L .
   L S client
   L client/dead
? client/log
   L client/queue
? client/queue/.housekeeping.lock
M client/queue_manager.py
? client/queue_manager.pyc
? client/stage
   L client/tests
   L common
   L common/etc.config
M common/etc.config/defender_conf.py
   L common/etc.config/razor
   L common/etc.config/razor/.pyzor
   L common/etc.config/razor/.razor
   L common/src
? instantiate.py
! instantiate.sh
   L S neo_modules
? neo_modules/FixedPoint.pyc
? neo_modules/echod_lib.pyc
? neo_modules/kjbuckets0.pyc
   L neo_modules/neo
? neo_modules/neo/__init__.pyc
? neo_modules/neo/constants.pyc
? neo_modules/neo/debug.pyc
   L S neo_modules/neo/defender
? neo_modules/neo/defender/UnMIME.pyc
? neo_modules/neo/defender/__init__.pyc
M neo_modules/neo/defender/defender.py
? neo_modules/neo/defender/defender.pyc
? neo_modules/neo/defender/errors.py
? neo_modules/neo/defender/errors.pyc
? neo_modules/neo/defender/imapaux.pyc
? neo_modules/neo/defender/weblib.pyc
? neo_modules/neo/fast_data_access.pyc
   L neo_modules/neo/heidelberg
? neo_modules/neo/mix_table.pyc
? neo_modules/neo/utilities.pyc
? neo_modules/neo/xml_data_access.pyc
? neo_modules/xmlrpclib.pyc
? neo_modules/xmlrpcserver.pyc
   L S server
M server/create_user.py
M server/housekeeping.py
M server/launch.py
? server/launch.pyc
   L server/spamassassin-config
   L server/src
M server/test.py
! server/tests
   L server/web
? server/web/auth.htm
? server/web/client.htm
   L server/web/images
   L server/web/main
! server/web/main/auth.htm
   L server/web/main/help
   L server/web/main/images
   L server/web/signup
? server/xml_log

>You may also find that some commands
>work if you specify files or subdirectories within the working copy,
>rather than trying to operate on the whole working copy.

OK, if I go down into a switched directory, I get something like this --

[root@mail defender]# cd server/
[root@mail server]# svn status -u
subversion/libsvn_fs/err.c:148: (apr_err=160006, src_err=0)
svn: Invalid filesystem revision number
svn: reference to non-existent revision `10' in filesystem
`/home/subversion/db'

> > 2. Any ideas how I got into it, so I can avoid a repeat?
>
>No. Please tell us what you switched. Switch still has problems, see
>issue 891 for example.

See my message to Karl describing my setup & what is switched. I'll also
take a look at issue 891.

Thanks,
David.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 12 14:01:35 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.