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

Re: "sharing" and svn:externals

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-15 22:20:34 CEST

On Oct 15, 2007, at 12:10, Bicking, David (HHoldings, IT) wrote:

> In my workspace, I want to see this:
>
> MyProject
> |___libs
> |__lib1.dll
> |__lib2.dll
> |__lib3.dll
> |__lib3.pdb <-- debug library information if I'm looking at
> debug environment.
>
> Where lib1-3 are each in Subversion in separate
> folders/projects/branches that belong to their own projects and are in
> one and only one place. Per client project, I would be able to mix
> and
> match the assemblies I need for that solution.

Yeah, I don't know that you can do that easily with Subversion. With
externals, you're going to end up with this structure instead:

MyProject/
        libs/
                lib1/
                        lib1.dll
                lib2/
                        lib2.dll
                lib3/
                        lib3.dll

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 15 22:23:07 2007

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

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