[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 16:32:45 CEST

Noel Yap <yap_noel@yahoo.com> writes:

> Sorry to be such a pain about this. I misposted
> before.
>
> What if I instead did:
> svn co -N $SVNROOT/project project
> svn co $SVNROOT/project/a project/a
> svn co $SVNROOT/project/b project/b
>
> It works as I expect when a and b are directories.

That depends what you expect :) There will be no entries for a or b in
project/.svn/entries. So you have three separate working copies:
project, project/a and project/b.

> Would it matter if they were files?

You cannot checkout individual files.

-- 
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 16:33:30 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.