Hi

 

I am attempting to perform a svn export using the nant <svn> task but I get the following error:

 

INTERNAL ERROR

 

System.NullReferenceException: Object reference not set to an instance of an object.

   at NAnt.Contrib.Tasks.Svn.AbstractSvnTask.get_ExeName()

   at NAnt.Core.Tasks.ExternalProgramBase.DetermineFilePath()

   at NAnt.Core.Tasks.ExternalProgramBase.get_ProgramFileName()

   at NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask()

   at NAnt.Core.Task.Execute()

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)

   at NAnt.Core.Project.Execute()

   at NAnt.Core.Project.Run()

 

Please send bug report to nant-developers@lists.sourceforge.net.

 

The code in the build file is as follows:

<target name="svnExport">

<svn command="export"

 destination="c:/work/"

uri ="http://subversion.snowvalley.com/Muse/trunk/docs/"

username="*******"

 password="*****" />

</target>

 

Am I doing this wrong?  I’d be grateful for any pointers

 

Many thanks

 

Jenny

Reply via email to