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

Re: Checkout exclude pattern

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 10 Sep 2010 14:42:57 +0300

Itamar O wrote on Fri, Sep 10, 2010 at 14:32:54 +0300:
> On Fri, Sep 10, 2010 at 2:05 PM, Daniel Shahaf <d.s_at_daniel.shahaf.name>wrote:
>
> > So, you want a way to do
> >
> > svn up --set-depth=exclude $file
> >
> > at checkout time?
> >
>
> I think the desired behavior is not related to set-depth.
> something like:
> svn [up,co] --exclude <pattern (reg-exp?)>
> so you could also use set-depth, if relevant.
>

I think under the hood, such a --exclude option would be implemented by
setting the depth of the files-matching-the-pattern to svn_depth_exclude.
So I'm asking if the desired feature is to be able to set that depth at
checkout time, before the files are fetched even once.

> I'm +1 on it
Received on 2010-09-10 13:47:09 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.