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

Re: globbing/wildcards (Was: Moving root repository)

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-10-17 23:42:38 CEST

Noel Yap wrote:

>I'm not sure I understand what you mean (probably 'cos
>my post was unclear).
>
>Let's say I have the following in my repository:
>/project/trunk
> /a0
> /a1
> /b0
> /b1
> /z0
> /z1
>
>I would like to be able to:
> svn ls 'file:///project/trunk/[a-m]*'
>
you mean [ab]*, right?

>and get:
> a0
> a1
> b0
> b1
>
>Similarly:
> svn co 'file:///project/trunk/[a-m]*'
>
>would checkout the elements.
>
>
Forget it. That's not a valid URL. You'd have to do something like this:

    svn co 'file:///project/trunk/?pattern=[bm]*

but I'm not sure that's allowed for file:// URLs, and IIRC it's
forbidden for DAV. Anyway, what's the point of having versioned
directories if you don't organize your files in them?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 17 23:43:15 2002

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

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