RE: Advice for newby
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 16 Dec 2010 10:20:04 -0500
> I am a single developer working on 7 projects. One project is a
You can do it however you'd like. For example, we treat our internal shared stuff the same way we treat third party stuff. We put the "shared" binary in a "libs" folder of the project. All references point to contents of that folder. The shared project is its own separate project. This allows for different projects referencing different versions of the shared binaries.
Some people use externals for this. But, unless you want to always use the most recent (trunk) of the shared project you have to pin the external to a specific rev. Or, perhaps you can create tags of your shared projects releases and then your external would point to the appropriate tag.
Both ways can work... it just depends on what you need.
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.