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-ant-svn-copy-tp24680492p24680492.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to