Costin Manolache wrote:

Isn't possible to get a svn tree using http download ? I tought one of
the benefits of svn is that it uses http.
<get/>  gets only one file not the complete tree ;-(

Jean-frederic

Costin

On 10/18/05, Jean-frederic Clere <[EMAIL PROTECTED]> wrote:
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]



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




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

Reply via email to