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...@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

Reply via email to