Quantcast
Channel: SVNForum.org - Subversion Forum - uberSVN Help and Support
Viewing all articles
Browse latest Browse all 111

Linking Jira and UberSVN browser

$
0
0
hi,
I am trying to figure out how to configure Jira so I can browse my subverision repository from Jira.

I need to figure out what is the alternative URL for each one of the following WebClient for SVN

view format:
http://mysvn:9880/svnwebclient/changedResource.jsp?location=/&url=${path}&rev=${rev}&action=add

changeset format:
http://mysvn:9880/svnwebclient/revisionDetails.jsp?location=/&rev=${rev}

file added format:
http://mysvn:9880/svnwebclient/changedResource.jsp?location=/&url=${path}&rev=${rev}&action=add

file modified format:
http://mysvn:9880/svnwebclient/changedResource.jsp?location=/&url=${path}&rev=${rev}&action=modify

file replaced format:
http://mysvn:9880/svnwebclient/changedResource.jsp?location=/&url=${path}&rev=${rev}&action=replace

file deleted format:
http://mysvn:9880/svnwebclient/changedResource.jsp?location=/&url=${path}&rev=${rev}&action=delete

any help will be highly appreciated!

Viewing all articles
Browse latest Browse all 111

Trending Articles