You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Frank Munch <sm...@u5.com> on 2004/07/28 17:07:54 UTC

How to set up projects with libraries

Hi,

is it normal that a developer runs sbv with more than one project at a 
time, due to the existence of libraries?

I am new to setting up version control, so I'd hope someone might have a 
good idea here.

Let's say I have two projects, A and B. They share a library, libAB and 
also a general library, libGeneral.

So, if someone works on A he will also need to stay updated for libAB and 
libGeneral.

Now, which of the the following statements are more true?

A)
It is perfectly natural and common to keep A, B, libAB and libGeneral as 
separate projects, so a developer working on A runs three commands to be 
fully updated

sbv ... A
sbv ... libAB
sbv ... libGeneral

B)
No, that is not smart, there's a better way to do it...

Thanks in advance for any answers/ideas.

Best regards

Frank Munch


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org