Skip to content
New issue

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

Rework subversion <svn> tasks #10

Open
rmboggs opened this issue Feb 26, 2012 · 1 comment
Open

Rework subversion <svn> tasks #10

rmboggs opened this issue Feb 26, 2012 · 1 comment

Comments

@rmboggs
Copy link
Member

rmboggs commented Feb 26, 2012

Now would be a good time to upgrade the tasks to use SharpSvn libs so it no longer relies on using the exec task.

@rmboggs
Copy link
Member Author

rmboggs commented Mar 31, 2012

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant