Hi All,
I have created a build file using svnant 1.3.1 to export code from svn.
There is a batch file (.bat) to pass the necessary arguments to the build file to export.
This runs perfectly fine on windows xp but when I run it on windows 2003, this build file hangs after generating below logs and nothing happens after this.
svn-export:
[svn] Deprecated attribute 'svnkit'. This attribute will disappear with SVNANT 1.3.2. Use svnSetting instead.
[svn] Using svnkit
[svn] <Export> started ...
[svn] export -r HEAD
svn://<url> <export path>
I am using svnkit instead of javahl.
Please help.
Thanks in advance.