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. The commandline attribute seems not work
as well. 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 with this workaround would you
recommend to use exec instead?

Thanks,
Robert



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
NAntContrib-Developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to