RE: common libraries and several repositories.
From: Shawn Talbert <stalbert_at_exploreconsulting.com>
Date: 2007-05-23 18:29:10 CEST
We do not currently use multiple repos, but perhaps this is still useful
We use a single repository and svn:externals to reference common libraries
Whilst one can specify specific revision numbers in an externals property
For example, MyLib version 2.0.0.0 is pulled in using a svn:externals
References/MyLib svn://repo/common/MyLib/tags/2.0.0.0
(by convention, we have all external project references land in a working
When a new release of the common library is available (e.g.
I may be missing something, but it seems easier for users to think of
-----Original Message-----
On Wednesday 23 May 2007 12:49, claudia logan wrote:
My first one would be to not put them into separate repositories. If they
> however, it seems that it wont properly capture the right revision of
IIRC, externals simply capture what they find at the given URL, and that is
> My questions are:
I'd suggest this:
developing, the projects point to the trunk of the library (via externals or
other means doesn't matter). Otherwise, all parts follow the suggested
Now, if you want to release a project, you first create the release folder
A different model would be to maintain copies of the library within each
project isn't touched, its copy of the library also remains unchanged, so
This would be pretty much the same as using externals with an explicit
Uli
-- Sator Laser GmbH Geschäftsführer: Ronald Boers, Amtsgericht Hamburg HR B62 932 **************************************************************************** ********** Visit our website at <http://www.satorlaser.de/> **************************************************************************** ********** Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden. E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich. **************************************************************************** ********** --------------------------------------------------------------------- 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.orgReceived on Wed May 23 18:29:37 2007 |
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.