I tried to execute following target.

<target name="A">
        <svn>
			<checkout url="${svn_url}" destPath="ab"/>
		</svn> 
    </target>

and I got the error
"failed to create task or type svn Cause: The name is undefined."

I have TortoiseSVN, ant home is ok, got the antsvn lib and put them into ant_home\lib

So I don't understand why this is. can u help me to solve this??

I have got the same problem here. Does anyone have a clue about how to solve this?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.