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

Repo structure

From: Robert Bielik <robert.bielik_at_xponaut.se>
Date: Thu, 21 Feb 2008 07:58:48 +0100

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.

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-21 07:59:14 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.