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

RE: Best way to handle shared files in SVN?

From: Gavin Lambert <gavinl_at_compacsort.com>
Date: 2006-09-07 09:03:02 CEST

Quoth Robert Denton <mailto:robert@headsprout.com>:
> So given that svn:externals does not equate to VSS sharing, what
> other solutions have people come up with to achieve this?

Make libraries and componentise the code rather than randomly sharing
files all over the place. Gives you much better design and structure
for your code.

Then, rather than using externals, simply check out both together in
some known relative position (eg. elsewhere in trunk, assuming you check
out the whole of trunk at a time), and simply refer from one to the
other via relative paths. Make sure you avoid circular
references/dependencies, though.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 7 09:04:31 2006

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.