-
1. Re: JBoss Remoting SVN conversion is today!
dmlloyd Nov 28, 2007 7:41 PM (in response to dmlloyd)The conversion is complete! The new repository is locations are:
Remoting 1.x, 2.x
Do NOT check these out directly; these URLs are the ROOT of the repository and if you check them out you will get all the tags, branches, etc. all at once - basically a zillion copies of the whole tree. Instead make sure you check out JUST a branch or a tag at a time...
* Anonymous - http://anonsvn.jboss.org/repos/jbossremoting/remoting2/
* Committer - https://svn.jboss.org/repos/jbossremoting/remoting2/
The branch formerly known as "remoting_2_2_0_GA" is now located (relative to either of the above URLs) at "branches/2.2". I've manually created the tag "tags/2.2.0-GA" based on the root of this branch.
Other useful branches such as "remoting_2_x" and "remoting_2_0" have been translated to "branches/2.x" and "branches/2.0" respectively. The other branches and tags have been translated similarly. Use the "svn ls" command (or your web browser) to get the complete list of branches and tags.
The "trunk" of Remoting 2.x is currently in a state of flux. I'll leave it to a separate thread to discuss how to handle the current content of trunk.
Remoting 3.x
* Anonymous - http://anonsvn.jboss.com/repos/jbossremoting/remoting3/trunk
* Committer - https://svn.jboss.com/repos/jbossremoting/remoting3/trunk
Current development will occur in "trunk". I'll be importing the tree tonight. -
2. Re: JBoss Remoting SVN conversion is today!
dmlloyd Nov 28, 2007 7:42 PM (in response to dmlloyd)Oops, wrong URLs in that last section; it should have read:
Remoting 3.x
* Anonymous - http://anonsvn.jboss.org/repos/jbossremoting/remoting3/trunk
* Committer - https://svn.jboss.org/repos/jbossremoting/remoting3/trunk -
3. Re: JBoss Remoting SVN conversion is today!
ron_sigal Dec 1, 2007 12:58 AM (in response to dmlloyd)I've compared the 2_2_2_GA_CP <-> 2.2.2-GA_CP and the 2_x <-> 2.x branches, and they look good. There's only one problem that I've seen. There are a few binary files in the test source tree, e.g., .../src/tests/org/jboss/test/remoting/detection/jndi/deadlock/certificate/serverKeyStore,
in which "cr" was changed to "cr nl". It's not a big deal, and easy to fix, but worth being aware of.
Great job, David! -
4. Re: JBoss Remoting SVN conversion is today!
dmlloyd Dec 1, 2007 2:26 PM (in response to dmlloyd)Ah, I knew there'd be something that I would miss.
Thanks! -
5. Re: JBoss Remoting SVN conversion is today!
dmlloyd Dec 1, 2007 4:10 PM (in response to dmlloyd)I set the mime-type of all the keystore files to application/octet-stream, so hopefully they won't get mangled... does this fix the problem?