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?

