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

[Fwd: Problem with svn up --set-depth?]

From: Alfonso Gonzalez del Riego <agonzalez_at_itasoftware.com>
Date: Wed, 05 Aug 2009 16:06:40 -0400

Hello,
I sent this potential bug report to the users mailing list some time ago but it was never addressed. It is still reproducible with svn 1.6.3.

Thanks,
Alfonso.

-------- Original Message --------
Subject: Problem with svn up --set-depth?
Date: Thu, 11 Jun 2009 16:55:02 -0400
From: Alfonso Gonzalez del Riego <agonzalez_at_itasoftware.com>
To: users_at_subversion.tigris.org

Hello,
I have run into the following problem, which seems like a subversion bug:

(With svn 1.6.2)

Create a repo:
cd /blah
svnadmin create test
svn mkdir file:///blah/test/trunk -m "Create folder"
svn co file:///blah/test/trunk

Add some folders and files:
cd trunk
svn mkdir f1
svn mkdir f2
svn commit -m "Add some folders"

Exclude a folder
svn up --set-depth=exclude f2

Now, neither svn info nor svnversion report that this is a sparse checkout, yet doing svn up will never pull f2 again (unles you svn up --set-depth infinity).

Thanks,
Alfonso.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2380615
Received on 2009-08-06 02:26:08 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.