Difference between revisions of "TortoiseCVS"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: Tortoise CVS is a CVS client for Windows which integrates quite well into the shell. More information on the [http://www.tortoisecvs.org/ TortoiseCVS homepage]. Install using the followin...)
(No difference)

Revision as of 23:05, 6 November 2007

Tortoise CVS is a CVS client for Windows which integrates quite well into the shell. More information on the TortoiseCVS homepage.

Install using the following XML file:

<?xml version="1.0" encoding="utf-8" ?>
<packages>

<package id='TortoiseCVS' name='TortoiseCVS' revision='1831' priority='50' reboot='false' >
  <!-- TortoiseCVS -->
  <check type='uninstall' condition='exists' path='TortoiseCVS 1.8.31' />
  <install cmd='"%SOFTWARE%\TortoiseCVS v.1.8.31\TortoiseCVS-1.8.31.exe" /VERYSILENT /SP- /NORESTART' />
  <remove cmd='"%ProgramFiles\TortoiseCVS\unins000.exe" /SILENT' />
  <upgrade cmd='"%SOFTWARE%\TortoiseCVS v.1.8.31\TortoiseCVS-1.8.31.exe" /VERYSILENT /SP- /NORESTART' />
</package>

</packages>