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

Re: Best project layout and branching

From: Ulrich Eckhardt <ulrich.eckhardt_at_dominolaser.com>
Date: Wed, 26 Oct 2011 10:16:06 +0200

Am 25.10.2011 20:18, schrieb Robert J. Gebis:
> What I was looking for is a "folder shadow" future found in pvsc (I
> used it a while back so not sure if it is it or some other tool)
>
> I have huge project that various project depend on each other (exe
> and Libs on other Libs etc. Around 90 projects) This is all setup so
> I can build on Windows, Mac, Solaris and Linux.
[...]
> to create branch I have to branch everything since all projects have
> relative path setup so going from current to ./branch is not
> possible. What I would love to see is a "shadow" specific folder with
> branch.

Apart from the already mentioned svn:externals, you can also use "svn
switch .." to redirect parts of a working copy to a different URL. The
difference between the two is that switching is local to your WC while
externals are versioned. Lastly, if it's just that you are afraid of the
loads of storage a whole copy will consume in the repository, that just
isn't so. SVN optimizes copying by referring to already existing data,
so the data is not replicated.

Uli
**************************************************************************************
Domino Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at http://www.dominolaser.com
**************************************************************************************
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. Domino Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2011-10-26 10:16:46 CEST

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.