Hi all ,
i have configured the JIRA with svn using subversion alm repository and JIRA subversion plugin .
when i give the commit in my local its getting reflected against the mentioned issue .
but when i tried to browse that content its not getting displayed .
It results with 404 error only .
The requested URL /svn/changedResource.jsp was not found on this server.
MY DOUBTS :
web link :fisheye ,webclient for svn ,viewvc
I am using local browser as Tortoise svn .For this which one i need to configure either viewvc or webclient for svn .
If any one please suggest the working set of url's for the changeset format ,file added format ,modified ,replaced and deleted format .
Changeset Format: http://subversion:80/svn/revisionDetails.jsp?location=/&rev=${rev}
File Added Format: http://subversion:80/svn/changedResource.jsp?location/&url=${path}/&rev=${rev}/&action=add
File Modified Format: http://subversion:80/svn/changedResource.jsp?location=/&url=${path}/&rev=${rev}/&action=modify
File Replaced Format: http://subversion:80/svn/changedResource.jsp?location=/&url=${path}/&rev=${rev}/&action=replace
File Deleted Format: http://subversion:80/svn/changedResource.jsp?location=/&url=${path}/&rev=${rev}/&action=delete
Please help me to resolve this .
Thanks in advance ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.