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

another bug wtih svn st -u?

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: Tue, 19 Feb 2008 15:16:45 -0800

I thought this was fixed per
http://subversion.tigris.org/issues/show_bug.cgi?id=2737
but it came up again today.

It definitely seems to be related to the deletion/recreation of 'afile'
(same thing happens if adir is removed/recreated) but I wasn't very
successful in tracking it down in the source code. I finally am able to
build against the trunk so this should be reproducible:

(using -r29434)

rm -rf repos wc
svnadmin create repos
svn co -N file://`pwd`/repos wc

mkdir wc/adir
touch wc/adir/afile
svn add wc/adir
svn ci -m '' wc

echo "foo" >> wc/adir/afile
svn ci -m '' wc

svn rm wc/adir/afile
svn ci -m '' wc

echo "foo2" >> wc/adir/afile
svn add wc/adir/afile
svn ci -m '' wc

svn up -r1 wc
rm -rf wc/adir/.svn

svn st -u wc
  svn: 'wc/adir/afile' is not under version control

I guess I'll reopen this bug (and submit the other 2 I ran into last
week).
Or would you prefer one bug for all the st -u issues?

Thanks,

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-20 00:17:23 CET

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.