Re: checkout source code from svn

2008-09-30 Thread Emmanuel Venisse
It is normal, you don't use the same protocol :-) In the first case, you use the svn protocol and in the second case, you use the file protocol. Modify the scm url in your pom to something like that: scm:svn:svn://my_svn_Ip/Development/execute-workflow Emmanuel On Tue, Sep 30, 2008 at 6:04

Re: checkout source code from svn

2008-09-30 Thread Dan Tran
see scm:bootstrap On Tue, Sep 30, 2008 at 7:17 PM, mydesktop79 [EMAIL PROTECTED] wrote: Thank Emmanuel a lot! My checkout is running now. I have one more question: To check out source so far, I have to run command line mvn scm:checkout. But I want to do a chain-actions: check out source, then