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

Re: Dropping dependencies in tarballs

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2006-04-07 23:09:30 CEST

> It is not always easy to find the right versions of packages to go
> along with Subversion and everything else on your system... It also
> means extra config steps to tell Subversion where to find all of the
> dependent libraries - /usr/local is not generally in the standard
> include or library paths, and that is the default prefix for all of
> the dependent libraries that Subversion uses...

Why not, instead of "base" and "full", doing this:

    subversion-1.4.0.tar.gz - Just Subversion
    subversion-1.4.0-deps.tar.gz - Subversion dependencies.

The second package wouldn't have subversion itself. It would have all
the dependencies in the expected subdirectories so that by doing:

tar xvzf subversion-1.4.0.tar.gz ; tar xvzf subversion-1.4.0-deps.tar.gz

..you get whay we have today.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 7 23:11:01 2006

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.