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!
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!