I am doing very basic stuff to checkout or export the source code.
following the proper syntax also but it is still failing.
This is my build.xml:
============================================================================================================================================================
<?xml version="1.0"?>
<!-- Sample build file used to retrieve svnant's sources -->
<project name="svn-test" basedir="." default="checkoutThis">
<property environment= "env"/>
<!-- SVN classpath -->
<path id = "class.path.svn" >
<fileset
dir = "C://SVN Migration/svnant-1.2.1/lib" >
<include name= "**/*.jar" />
</fileset>
</path>
<!-- load the svn task -->
<taskdef resource="org/tigris/subversion/svnant/svnantlib.xml" classpathref="class.path.svn"/>
<target name="checkoutThis">
<echo message="inside checkoutThis"/>
<svn username="" password="">
<export srcUrl="http://gcateng-nj1p.nam.nsroot.net:9050/svn/50262/CPBClientWebSite/trunk/cwsdomain" revision="HEAD" destPath="c://TryMaadi/domain" />
</svn>
</target>
</project>
============================================================================================================================================================
though the export command is successfull(there are contents properly being put from repository into this), but i am still gettting the following errors(please see the log files).
Please help.
With Best Regards:
Ashutosh Sharma
CWS-Dev
ashutosh2.sharma_at_citi.com
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=1953694
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
- application/x-zip-compressed attachment: logs.zip
Received on 2009-04-28 01:44:28 CEST