How do I configure Jira with ViewVC URLs for subversion tracking

Pradeep Pamidipalli March 25, 2012

Hi,

We currrently have ViewVC 1.1.8 setup for our SVN repository. Many examples across the net have URLs only till 1.0.4. Can anyone give me the exact URLs that I can configure to track our changes.

I have used the following URL for getting the modifications done to a file:

http://hostname/svn/company${path}/?revision=${rev}&r1=${rev}&r2=${rev-1}

The above URL is not giving me the comparision between the current and earlier version of the file.

Please let me know the URLs for:

Changeset Format:
File Added Format:
File Modified Format:
File Replaced Format:

File Deleted Format:

Thanks,

1 answer

1 accepted

1 vote
Answer accepted
Anthony Whitford March 4, 2013

This is what I have (so far)...

I am using ViewVC that comes with Subversion Edge 3.2.2 (Subversion 1.7.8). Note that "company" is your repository name.

(I don't quite understand the difference between File Modified and File Replaced.)

Pradeep Pamidipalli March 9, 2013

Thank you Anthony

Suggest an answer

Log in or Sign up to answer