We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now would be a good time to upgrade the tasks to use SharpSvn libs so it no longer relies on using the exec task.
The text was updated successfully, but these errors were encountered:
A good example of how the <svn> task can be restructured can be found here
Basically, the svn commands would be elements for the <svn> task:
<svn> <add dir="workingcopy/propTest"/> <commit message="propTest added" dir="workingcopy/propTest"/> <propset path="workingcopy/propTest/file.png" name="svn:mime-type" value="image/png" /> <propset path="workingcopy/propTest/file.png" name="myPicture" file="workingcopy/propTest/icon.gif" /> </svn>
Sorry, something went wrong.
No branches or pull requests
Now would be a good time to upgrade the tasks to use SharpSvn libs so it no longer relies on using the exec task.
The text was updated successfully, but these errors were encountered: