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

Problem with svn up --set-depth?

From: Alfonso Gonzalez del Riego <agonzalez_at_itasoftware.com>
Date: Thu, 11 Jun 2009 16:55:02 -0400

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=1065&dsMessageId=2361455

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-11 23:30:25 CEST

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

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