I wish to pull change logs via some web API. Is such a thing possible? I'd rather not use an external library to wrap the calls.
e.g. GET http://repo/?branch=123&revision=789
gets the changes to branch 123 in revision 789.
(The major thing is that I don't want to have to check out an entire branch locally to view its changes.)
svn log
takes both a URL and revision as parameters.
svn log http://repo/PATH_TO_BRANCH_123 -r 789
See svn help log
for more.
Subversion has no internal knowledge of branches - they're copies, there is nothing special about them. You could call your branches directory "forks" or "spoons" and it would work identically.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With