Search found 1 match

by saamathur
2014-03-27 12:36:33
Forum: Ant Movie Catalog > Scripts
Topic: ant script for svn checkout
Replies: 1
Views: 1682

ant script for svn checkout

i have written the below build script to take the checkout from svn but its not working. please help me out.

<?xml version="1.0" encoding="iso-8859-1"?>

<project name="test" basedir="." >
<path id="path.svnant">
<pathelement location="/lib/svnant.jar" />
<pathelement location="/lib ...