On Aug 16, 2007, at 9:30 AM, Vincent Massol wrote:
Hi,
I've had a request to create a svn external for curriki since they
want to use the 1.1 branches from now on.
I'm going to create it in [root]/externals/curriki-devs
ok done. However:
1) I don't think it's necessary at all. The externals contains only 3
modules:
xwiki-platform-core
svn+ssh://svn.forge.objectweb.org/svnroot/xwiki/
xwiki-platform/core/branches/xwiki-core-1.1
xwiki-platform-web
svn+ssh://svn.forge.objectweb.org/svnroot/xwiki/
xwiki-platform/web/branches/xwiki-web-1.1
xwiki-product-curriki
svn+ssh://svn.forge.objectweb.org/svnroot/xwiki/
xwiki-products/curriki/trunk
This can easily be done by hand and really depends on what you're
working on.
2) I don't want to add a top level pom.xml in there since it'll make
maintenance more complex and so far I've been the only one to
maintain that. It'll also cause lots of duplication.
3) Last, I don't understand why people working on curriki need to
have a core 1.1 and web 1.1 checked out since they're not working on
that. Actually if they're working on the core/web I'd suggest they
check out core and web 1.1 manually.
BTW this reminds me that I need to set up TeamCity to build core, web
and xe on the branch now...
So all in all, after implementing the requested svn externals, I'm in
favor of removing it.
WDYT?
Thanks
-Vincent