On 25 mar 2007, at 17.29, Krzysztof Kaźmierczyk wrote:

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?

        Simply put in a taskdef for the svn task

------
What is a woman that you forsake her, and the hearth fire and the home acre, to go with the old grey Widow Maker. --Kipling, harp song of the Dane women
Tommy Nordgren
[EMAIL PROTECTED]




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

Reply via email to