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

Q regarding directory revision on commit

From: Philipp Marek <philipp.marek_at_emerion.com>
Date: Thu, 16 Jul 2009 15:03:37 +0200

Hello everybody,

I'm currently implementing mixed working copies in FSVS.

After reading doc/misc-docs/directory_versioning.xml
(browseable at http://svn.collab.net/viewvc/svn/trunk/doc/misc-
docs/directory_versioning.xml?revision=15777&view=markup) I found a (failing)
testcase that's not directly explained there.

Please see the attached shell script; basically it's about property changes in
a child of a directory, and a property change of the directory in two
revisions.
It fails with 1.5.6 and 1.6.3, both from debian.
(And with current FSVS too, btw ;-)

I think that the behaviour is correct as it is; I just wanted to point that
out and ask whether there's any reason that this could/should be changed.

Regards,

Phil

(This bold text is for getting the mail to the mailing list)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2371739

svnadmin create repos
svn co file://$PWD/repos wc

cd wc/
mkdir dir dir/sub
svn add dir
svn ps A 1 dir dir/sub
svn ci -m1

svn ps A 2 dir dir/sub
svn ci -m2 dir/sub

# This fails
svn ci -m3
Received on 2009-07-16 15:04:25 CEST

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.