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

Re: Is this 'status -u' behaviour correct?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-29 15:19:55 CET

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> Yup, this is a bug. However, I'm not able to reproduce it with a
> relatively recent client, operating against the (recently upgraded)
> server at svn.collab.net:

I have another status bug. I don't know if this is related to
Andreas' bug or not.

For the last week, my working copy has contained one switched
subdirectory; my mod_dav_svn subdir has been switched to the
autoversioning branch.

For the last three days now, every morning I run 'svn st -u', followed
immediately by 'svn up', and I always get *different* results! Here
are my transcripts:

-----------------------------------------------
DAY 1

$ svn st -u
M 4192 notes/autoversioning-strategy.txt
    S 4193 subversion/mod_dav_svn
M 4193 subversion/mod_dav_svn/deadprops.c
Head revision: 4194

$ svn up
U subversion/include/svn_props.h
Updated to revision 4194.

DAY 2

$ svn st -u
M 4195 doc/book/outline.txt
M 4195 notes/autoversioning-strategy.txt
    S 4195 subversion/mod_dav_svn
Head revision: 4196

$ svn up
U doc/book/book/ch06.xml
Updated to revision 4196.

DAY 3

$ svn st -u
M 4196 doc/book/outline.txt
M 4196 notes/autoversioning-strategy.txt
       * notes/webdav-proxy
    S 4196 subversion/mod_dav_svn
Head revision: 4204

$ svn up
A notes/webdav-proxy
U subversion/svnadmin/main.c
U subversion/svnlook/main.c
U packages/rpm/redhat-7.x/subversion.spec
U packages/rpm/redhat-8.x/subversion.spec
Updated to revision 4204.

-----------------------------------------------

Needless to say, I find this more than a little bit disturbing. :-(

Can anyone else reproduce this? I wonder if it has something to do
with having a switched subdir. My guess is that to reproduce, you
simply need to 1. backdate your working copy a few revisions, so it's
out of date ('svn up -r'), and 2. switch a subdir to a branch.

This looks like a big, big bug to me.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 29 15:22:47 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.