It's a bit more complicated than that. Inside of each language directory, there are multiple sub-components such as the gadget server, the gateway server, etc. Branching at the language level is probably not going to be sufficient for our needs.
On Dec 20, 2007 2:12 PM, Brian McCallister <[EMAIL PROTECTED]> wrote: > Right now the svn repo is layed out like: > > trunk/java/ > trunk/javascript/ > > I'd like to consider reversing them in order to treat the seperate > server side impls as separate sub-projects. I say this as I want to > import a bunch of PHP. Ideally it will depend on the same javascript, > so we wind up with: > > java/trunk/ > javascript/trunk/ > php/trunk/ > > and then we can make branches, tags, etc without doing the indpendent > components. > > Thoughts? >

