On Feb 3, 2009, at 09:11, HKS wrote:
> On Feb 2, 2009, at 13:48, Ryan Schmidt wrote: > >> For my project (canviz) I found it easier to have a single >> project. My repository also contains a second project (path) which >> grew out of the first and could be useful on its own, but it was >> easier to keep both projects together. YMMV. > > > How do you organise your two projects out of curiousity? Currently each one lives in its own directory under my repository root, with its own trunk, branches and tags directories. http://code.google.com/p/canviz/source/browse/ The main project (canviz) uses the other (path) via an svn:externals declaration pinned to a particular revision number. Once I start tagging these projects with version numbers, I can change to pinning the external by tag name instead. At the root of my repository I also of course have the wiki directory, and a vendor directory for other vendors' projects I'm using, organized according to conventions explained in the Vendor Branches section of the Subversion book. http://svnbook.red-bean.com/en/1.5/svn.advanced.vendorbr.html I'm also including those vendor libraries into my project with svn:externals. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hosting at Google Code" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en -~----------~----~----~----~------~----~------~--~---

