Difference between revisions of "RapidSVN"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(add external link)
m
 
Line 1: Line 1:
Silent installer for RapidSVN. More infos from [http://rapidsvn.tigris.org/ here]
+
Silent installer for RapidSVN. More infos from [http://rapidsvn.tigris.org/ here].
  
 
RapidSVN is a cross-platform GUI front-end for the Subversion revision system.
 
RapidSVN is a cross-platform GUI front-end for the Subversion revision system.

Latest revision as of 13:52, 31 March 2011

Silent installer for RapidSVN. More infos from here.

RapidSVN is a cross-platform GUI front-end for the Subversion revision system.

<!-- http://rapidsvn.tigris.org/ -->
 <package
   id="rapidsvn"
   name="Rapid SVN"
   revision="1"
   priority="2"
   reboot="false">
   <check type="uninstall" condition="exists" path="RapidSVN-0.10.0" />
   <install cmd='"%SOFTWARE%\version_control\RapidSVN-0.10-2.exe" /VERYSILENT /NORESTART' />
   <upgrade cmd='"%SOFTWARE%\version_control\RapidSVN-0.10-2.exe" /VERYSILENT /NORESTART' />
   <remove cmd='"%PROGRAMFILES%\RapidSVN-0.10.0\unins000.exe" /SILENT' />
</package>