[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 15:26:35 CEST

Noel Yap <yap_noel@yahoo.com> writes:

> The repository has:
> /project
> /a
> /b
>
> If my current directory is ..., what happens in the
> following:
> svn co $SVNROOT/project/a
> svn co $SVNROOT/project/b
>
> I'm expecting a and b to be checked out into the same
> working directory

There are two separate working copies in the current directory, one
called "a" and one called "b".

> and that a commit would be atomic

A commit is restricted to a single working copy.

-- 
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 15:27:23 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.