Just commit them all under e.g. svn.jboss.com/myproject/xxx so you get
 
svn.jboss.com/myproject/xxx/xxx
svn.jboss.com/myproject/xxx/xxx-ejb
svn.jboss.com/myproject/xxx/xxx-ear
svn.jboss.com/myproject/xxx/xxx-test
 
and then when you chek it out you just do:
 
svn co svn.jboss.com/myproject/xxx yourlocalprojectdir
 
and then in eclipse you do File > Import > Existing project and point it
to yourlocalprojectdir and they are now all available instantly in eclipse.
 
Onwards you can just use svn synchronize feature etc.
 
It's like with any other multi dir project...nothing magically about this.
Maven or multi-ant/classpath projects have the same "challenge"
 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115356#4115356

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115356
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to