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

Re: Sparse checkout : no "svn:depth" property ?

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Mon, 8 Sep 2008 12:30:21 -0500

On Sep 8, 2008, at 4:22 AM, Raphael Jolivet wrote:

> I've switched to SVN 1.5 to benefit the sparse checkout functionality.
> I have several projects with branches, tags and test-suite directories
> that I don't want to checkout by default (because this is huge!).
> I am a bit disappointed, because I understand that the concept of
> "depth" is only present on the working directory side, not on the
> repository itself.

Right.

> I thought there would be a property "svn:depth" to tag some
> directories and control the way the repository is checked out for
> every one.

There isn't.

> Did I miss something ?

If your goal is to not receive all the branches and tags of your
project when you check out, then you should only check out the trunk!

If your repository layout is:

$REPO/
        myproject/
                trunk/
                branches/
                        foobranch/
                                barbranch/
                tags/
                        release-1.0.x/
                        release-1.1.x/

Then you should not check out $REPO/myproject but instead you should
only check out $REPO/myproject/trunk.

> Or is this functionality scheduled for a later release ?

Not that I'm aware of.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-08 19:30:42 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.