On Tue, Feb 3, 2009 at 9:11 AM, HKS <[email protected]> wrote: > > Excellent. Thanks for the info... > > Can you have separate version numbers for the two projects even though > they are under one GC Project?
No, the repository revision number is global... but it's still fine for N different projects to live in a single repository. The problem here is that you're thinking of the global revnum as a 'version number' -- as though it somehow relates to the 'version' or maturity of your software. Cancel that thought. Instead, think of the global revision number as just a big clock spitting out timestamps. It's nothing more than a time marker for tracking snapshots of the repository. Your software's "version" is something you should be controlling yourself in your own codebase -- things like "version 2.3.9" -- and then make release branches and tags for such things. Typical software release-management best practices. :-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

