> How do you organise your two projects out of curiousity? you can do it in many ways
here few cases I tend to reuse often 1. same project but different language implementation I keep it in the same repo and generally use a structure like that /php/branches /php/tags /php/trunk /python/branches /python/tags /python/trunk 2. really different projects but connected somehow to each others svn:external 3. big unique project that can generate some sub-projects /branches /tags /trunk /sub-project1/branches /sub-project1/tags /sub-project1/trunk /sub-project2/branches /sub-project2/tags /sub-project2/trunk the thing I would advise against is a structure like that branches tags trunk/project1 trunk/project2 trunk/project3 but don't take it as a rule, really it depends on what fit your projects cheers, zwetan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

