You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SVN repo layout

Move the ServiceMix 3 related tree under a single subtree

Here is the proposed SVN layout to accomodate the needs for SMX 4.

http://svn.apache.org/repos/asf/servicemix
  /m2-repo
  /sandbox
  /scripts
  /site
  /smx3
      /tags
      /branches
      /trunk
  /smx4
      /trunk

From the current layout, is would only involve the following commands:

svn mkdir https://svn.apache.org/repos/asf/servicemix/smx3
svn mv https://svn.apache.org/repos/asf/servicemix/tags https://svn.apache.org/repos/asf/servicemix/smx3/
svn mv https://svn.apache.org/repos/asf/servicemix/branches https://svn.apache.org/repos/asf/servicemix/smx3/
svn mv https://svn.apache.org/repos/asf/servicemix/trunk https://svn.apache.org/repos/asf/servicemix/smx3/
svn mkdir https://svn.apache.org/repos/asf/servicemix/smx4
svn mv https://svn.apache.org/repos/asf/servicemix/branches/servicemix-4.0 https://svn.apache.org/repos/asf/servicemix/smx4/trunk

Reorganize the Smx4 subtree

TODO...

  • No labels