Hello
I have used svn copy in ant script..
My ant script is
<svn username="raneelek" password="${myPassword}">
<copy srcPath="${basedir}/${ant.project.name}/export/."
destUrl="${destUrl}." message="[T10346] new version released" />
</svn>
when executing this script
I am getting Null pointer exception..
org.tigris.subversion.svnclientAdapter.javahl.AbstractjhlClientAdapter.copy(AbstractJhlClientAdapter.java:638)
Please help me out solve this problem
--
View this message in context:
http://www.nabble.com/problem-in-svn-copy-tp24680475p24680475.html
Sent from the Ant - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]