Hi all,
I'm currently using the tigris open source project MSBuild Community Task and I have some trouble with the SvnCommit Task. I don't really know how to use the Targets attribute I have this line in my project :
<SvnCommit Username="myName" Password="myPsswd" LocalPath="$(myPath)" ToolPath="$(SvnPath)" Targets="myFile.zip"/>
and I have an error : "c:\blabla" - which is a part of $(myPath) - is not a working copy; svn : Can't open file 'c:\blabla.svn\Entries"
If someone has some ideas, they are welcome !
maybe sould I use the RepositoryPath attribute ?