Home      FAQ      Idea Exchange      Ask a Question      My Stuff      Help   
  
Client setup for Subversion integration
Question
ID
148
Category
Integration (PRO)
  Source Control
Date Created
9/29/2006 8:20:34 AM
Date Updated
9/29/2006 10:20:47 AM
How to setup client for Subversion integration?
Answer
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.
Was this information helpful?
 
Back to Search Results