0

I have made an program that works can read out TortoiseSVN commits and shows it into listbox and a textbox. Now I have to do this, when you press publish button then for each selected commit the logmessage needs to add [PUBLISH].

How do I update an commit and send it back to the database, in a VB script using Subversion and sharpSVN

Kapein
  • 175
  • 13

1 Answers1

0

This is similar to another question in which someone asked about the possibility of changing commit details directly on the repository server through SharpSvn.

Basically, the answer is you can't (sorry), though if you have admin access on the repo, you can do it yourself.

Community
  • 1
  • 1