I am currently using the MSGuild community project for tigris open source projects, and I have some problems with the SvnCommit task. I do not 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 part of $ (myPath) - is not a working copy; svn: Cannot open file 'c: \ blabla.svn \ Entries "
If anyone has some ideas, they are welcome!
Maybe I can use the RepositoryPath attribute?
source
share