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

update --depth=empty ignored since 1.7

From: Mojca Miklavec <mojca.miklavec.lists_at_gmail.com>
Date: Fri, 28 Oct 2011 05:07:30 +0200

Dear list,

I'm experiencing some weird behaviour of SVN 1.7. The following
sequence of commands fails to respect --depth=empty:
    svn co --depth=empty http://foundry.supelec.fr/svn/metapost
    svn up --depth=empty metapost/tags

(you can use 'anonymous' as a username if it asks) The first command
runs fine, but the second one starts fetching all tags.

The workaround is to use
    svn up --set-depth empty metapost/tags
before fetching anything with "svn up", but --depts=empty seems to be
respected in 1.6.16 and also makes a lot more sense the way it worked
earlier.

Is this a bug or my misunderstanding of how the above commands are
supposed to work? I noticed that some depth=empty-related issues are
mentioned in changelog for 1.7.1, but subversion 1.7.1 as shipped with
MacPorts on Mac OS X 10.7 doesn't seem to solve the problem for me.

Thank you very much,
    Mojca
Received on 2011-10-28 16:57:47 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.