I am trying to use the svn task. Basically, I want to commit a file to the 
repository. The file may or may not have been in the repo before. I don't think 
that matters.... comminting the file should implicitly add it.
 
But, I am getting an error. Is there any way to see the full command line that 
this task runs? 
 
I tried both the commit command and the ci command. Any help is appreciated.
 
Here is my task and the error message:
 
 <svn command="ci" uri="${svn.uri}" username="build" password="build" 
verbose="true" >
   <arg value="-m DbGhost update script auto generated by release build."/>
   <fileset basedir="${project::get-base-directory()}/sql/eMaintSupportFiles">
    <include 
name="${project::get-name()+rel.previousversion.fn}To${build.version.fn}.sql"/>
   </fileset>
  </svn>
 
      [svn] Command name: ci
      [svn] Using ssh binary:
      [svn] Using .cvspass file:
      [svn] Starting 'C:\Program Files\Subversion\bin\svn.exe ( "-m DbGhost upda
te script auto generated by release build.")' in 'C:\Development\eFinancials\tru
nk'
      [svn] Subcommand argument required
      [svn] Type 'svn help' for usage.
 
BOb
 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to