hi,

This file uses cvs but it should do the same with svn. The question is how to solve the problem:
1 - using a <exec/> like:
+++
 <target name="checkout">
   <exec dir="${basedir}" executable="svn">
   <arg line="checkout ${svnroot}/${dir} ${dir}"/>
  </exec>
 </target>
+++

2 - Using svnant (http://subclipse.tigris.org/svnant.html).

3 - Using AntSvnTask (http://antsvntask.sourceforge.net/subtask.html).

4 - Something else? (like using javasvn: http://tmate.org/svn/).

Comments?

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to