Skip to content

Instantly share code, notes, and snippets.

@65
Created March 10, 2012 09:49
Show Gist options
  • Save 65/2011002 to your computer and use it in GitHub Desktop.
Save 65/2011002 to your computer and use it in GitHub Desktop.
Installing SVNAnt into Eclipse
<exec executable="svn">
<arg line="co ${svn.projecturl} ${build.temp} -r ${svn.revision} --username ${svn.username} --password ${svn.password}"/>
</exec>
<!-- update working copy to make sure -->
<echo message="updating working copy at ${svn.wc}" />
<svn username="username" password="password">
<update dir="c:\development\testrepo\"/>
</svn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment