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

Re: Checkout from multiple reps

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-02-28 23:23:33 CET

"Mness" <mness@one.net> writes:

> If my repository looks like so:
>
> Trunk
> |-CopyProj
> | |-Bin (copy.exe)
> | |-Copy (copy.cpp)
> |
> |-PasteProj
> | |-Bin (paste.exe)
> | |-Paste (paste.cpp)
> |
> |-CPWorkspace
>
> And 'svn propget svn:externals CPWorkspace' shows:
> test file:///C:/backup/svn/trunk/CopyProj
> test file:///C:/backup/svn/trunk/PasteProj
> only the second line is executed.
>

The first column in 'svn:externals' is the name of new directory to
create and check code into. So you want this:

   Copy file:///C:/backup/svn/trunk/CopyProj/Copy
   Paste file:///C:/backup/svn/trunk/PasteProj/Paste

> CPWorkspace
> |-Bin (copy.exe paste.exe)
> |
> |-Copy (copy.cpp)
> |
> |-Paste (paste.cpp)

I don't think you can get a "merged" Bin directory in your workspace.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 28 21:24:52 2003

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.