Looking at the nant-contrib source for the <svn> task, you could do a commit by 
specifying a Command of "commit".  The task is just
translating the options into a command line call to svn.exe.  I found using an 
<exec> to be simpler.

Thanks,
Ryan 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Schneider
Sent: Monday, October 24, 2005 3:50 AM
To: nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] SVN task: How to use it for a commit?


The svn task seems to be unfinished. Like the documentation to the task. Is 
there no hint for such state information? Or do I miss
anything?

Unfortunately there is no svn-commit task, so I will have to use the exec task.

Robert

________________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ivo Limmen
Sent: Monday, October 24, 2005 9:22 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] SVN task: How to use it for a commit?

Hi,

You should not use the <svn> task but instead use the specific task oriented 
versions, like:

        <svn-checkout
            destination="<some-working-directory>"
            uri="whatever "
            password="bill"
            username="gates"
            verbose="true"
        />

I never got <svn> working...

Regards,
Ivo





-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to