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

RE: file sharing across projects

From: Guido Anzuoni <guido.anzuoni_at_kyneste.com>
Date: 2004-09-10 09:51:26 CEST

This is working practice rather than a subversion practice answer.
I avoid file sharing managing dependencies between projects, supported by
a simple build system.
In every project I have a dependency file listing all the packages from which
it depends along with the specific version.
To save build time I have a distribution repository (a shared directory) containing
pre-built version of common packages for all the version.
The build system unpack this pre-built packages and makes a local coherent environment.

My half a cent.

Guido.

> -----Original Message-----
> From: Hayes, Matt [mailto:matt.hayes@ngc.com]
> Sent: Friday, September 10, 2004 12:11 AM
> To: users@subversion.tigris.org
> Subject: file sharing across projects
>
>
> From what I can tell, Subversion does not currently let
> someone share a file across multiple projects. I manage a
> large number of different projects that share a lot of the
> same files, and often one of those projects will branch off
> in a different direction while still retaining a lot of the
> same files. I'd like to be able to correct a bug in a file
> of a branched project and have that correction show up in the
> other projects that also share that file. I'd love to start
> using Subversion, but I can't figure out how else to do this
> conveniently unless I use VSS (which I've heard to avoid like
> the plague). This feature would be really convenient and
> really speed up my development, because I spend more time
> making sure all the different files across projects are
> up-to-date than actually fixing the bug.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 10 09:52:34 2004

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.