Hi all, I would like to checkout project from svn repository. I read this: http://subclipse.tigris.org/svnant.html What I understand, we need only to have svn command installed and I have that ('svn' command in terminal produces output). I made to myself such build.xml file:
<project name="UCWorkbench Builder" default="aa"> <target name="aa"> <echo message="kolo" /> <cvs> </cvs> <svn username="svn" password="svn"> <checkout url="http://ucworkbench.cs.put.poznan.pl/svnroot" /> </svn> </target> </project> (Username and password is different) I'm trying to execute it with commad: ant I'm gettig output that command svn is not understood. Any ideas what should I do? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]