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

Re: Vendor branches for shared libs?

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2005-01-05 10:32:27 CET

Erick Sasse wrote:
> We have some shared code that we use across several projects.
> The best way to handle it is using the same approach as vendor branches,
> described in the svn book?

Some more alternatives:
- create a proper library from the code
- use svn:externals

Else, if the code is not in a different repository, using svn_load_dirs is
nonsense, you can simply use 'svn copy' to update a project's copy of the
shared code.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 5 10:34:40 2005

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.