[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-17 14:48:37 CEST

Noel Yap <yap_noel@yahoo.com> writes:

> > > Similarly:
> > > svn co 'file:///project/trunk/[a-m]*'
> > >
> > > would checkout the elements.
> >
> > Is it common to want to do this?
>
> I can't claim that it's common. OTOH, like I said, it
> would be one way to workaround the large directory
> timeout problem.

It's unlikely to help. If there is a timeout during 'svn ls URL' then
there will probably be one during 'svn ls URL/[a-m]*' as well. Won't
the server simply run 'svn ls URL' under the hood and filter the
output?

As I said earlier, checking out lots of individual working copies is
not generally a substitute for checking out a single working copy that
contains the same directories.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 17 14:50:08 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.