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

Reply via email to