Difference between revisions of "SlikSVN"
From WPKG | Open Source Software Deployment and Distribution
(new package : SlikSVN - standalone command line Subversion package for Windows) |
(No difference)
|
Revision as of 11:21, 9 February 2009
Silent install for SlikSVN
SlikSVN is a standalone command line Subversion package for Windows. The installer contains all command line tools (svn, svnadmin, svnsync, svnserve, svnmucc, etc.) but no application bindings nor Apache modules.
Download page for Slik Subversion
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="sliksvn"
name="SlikSVN 1.5.5"
revision="155"
priority="60"
reboot="false">
<check type="uninstall" condition="exists" path="Slik Subversion 1.5.5 (x86)" />
<install cmd='msiexec /i "%SOFTWARE%\sliksvn\Slik-Subversion-1.5.5-win32.msi" /qn /norestart' />
<upgrade cmd='msiexec /i "%SOFTWARE%\sliksvn\Slik-Subversion-1.5.5-win32.msi" /qn /norestart' />
</package>
</packages>