I have used NAntContrib of course. Otherwise the provided build code wouldn't 
make sense.

Robert


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

Hi,

You need to use the NantContrib tasks to perform svn tasks.

Regards,
Ivo Limmen
On 10/24/05, Robert Schneider <[EMAIL PROTECTED]> wrote:
Hi,

does the svn-task works correctly? I'm trying to commit a file but to achieve 
this I have to abuse the task:

<svn
    command="whatever"
    uri="whatever "
    password="bill" 
    username="gates"
    verbose="true"
>
    <arg line="-m &quot;   a commit message    &quot;"/>
    <arg line="commit"/>
    <arg line="C:\workingcopy\myfile.txt"/>
</svn>

I just want to commit the file myfile.txt that is placed in c:\workingcopy 
which is under control of subversion. The attributes command and uri doesn't 
work. Also the commandline attribute to not to work. All information is within 
the arg-elements.

I'm using rc3. Should I use anything different?
Since I don't want to leave the script in this dreadful state would you 
recommend to use exec instead? Or could you give an example for a commit?

Thanks.

Robert





-------------------------------------------------------
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