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

Re: Repo structure

From: Robert Bielik <robert.bielik_at_xponaut.se>
Date: Fri, 22 Feb 2008 15:11:21 +0100

Robert Bielik skrev:
> I have a structure where I have a repo containing different libs which I
> then
> use svn:externals in my project repo to bring in the libs I want (with
> revisions).
>
> Then I use cmake (http://www.cmake.org) to build the solution files (for
> VS), and to
> do this transparently I'd need to be able to couple several repo URLs to
> the same
> externals lib, like:
>
> svn:externals in "project/trunk/ext" brings in lib_a:
>
> project/trunk/ext/lib_a
>
> but I'd need a cmake definition file (common to all projects) to be
> brought in to
> ext, so svn:externals in the trunk directory would need to link to an
> URL containing
> that:
>
> project/trunk/ext/lib_a << brought in by svn:externals in
> ext directory
> project/trunk/ext/ExtlibConfig.cmake << brought in by svn:externals in
> trunk directory
> project/trunk/ext/Libraries.cmake << brought in by svn:externals in
> trunk directory
>
> If svn:externals could handle single files (scheduled for 1.6 right?)
> this would be
> no problem, but right now it is.
>
> All ideas would be welcome.

Anyone?

Ok... hard question: With a repo structure as follows:

/repo/project/trunk/ext/

Can I have svn:externals on both "trunk" and "ext" directory?

TIA
/R

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-22 15:11:56 CET

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.