For each record with associated checkins BUGtrack generates a group of links on the record view page in a form of URLs with custom protocol (cvs://) which can be used to visualize changes.
Save CVSViewer.exe - 'cvs://' protocol handler locally. Register it (run CVSViewer.exe /register) and configure template string by running: CVSViewer.exe /template <template string> where a <template string> is a shell command to be executed. Following special combinations are recognized and replaced with real values: {s} - file name {V} - old version {v} - new version
For example you may use the following template to open ViewCVS URL with corresponding diff.
CVSViewer.exe /template iexplore.exe "HTTP://servername/subversion/diff.php?rep=0&path={s}&rev={v}&sc=1"
For server setup see Configuring Subversion server for integration. |