
#Smartsvn ignore directory install#
Note: If you don’t want to install SmartSVN with its own JRE, you may download the installer bundle without JRE and perform the same procedure, just with having JRECABFILE=jre.cab skipped for the msiexec-call. In the same way following features can be selected/deselected from the installation: Will skip the full shell integration and the Status Cache service. Msiexec /q /log log.txt /i smartsvn.msi DIR_INSTALL="C:\Program Files\SmartSVN" JRECABFILE=jre.cab ADDLOCAL=All REMOVE=featureShellExtFull,featureStatusCache The installation can be customized by skipping certain features from the installation using the REMOVE property. Having the installation logged to the log.txt is not necessary, but will be helpful to trace possible problems. Msiexec /q /log log.txt /i smartsvn.msi DIR_INSTALL="C:\Program Files\SmartSVN" JRECABFILE=jre.cab Following command will perform a full installation of SmartSVN to C:\Program Files\SmartSVN: The installation itself is performed using the msiexec utility program which comes with every Windows installation. Then go back to the original place, make a revert there for the folder so it reappaers then svn delete it. svn folder in there and normally add this new folder to svn. Take both files to an intermediate directory, say c:\temp\install and cd to that directory. You need to do the rename in unity, after that, go to the renamed folder, delete the. You should find there smartsvn.msi and jre.cab. The executable will unpack the contained MSI installer to a sub-directory within the TEMP directory. Unzip this file and start the setup*.exe.
#Smartsvn ignore directory how to#
This article gives a short receipt on how to perform an unattended respectively quiet installation of SmartSVN.įirst of all, download the Windows installer bundle with JRE. When deploying SmartSVN to many users, having everyone of them to go through the Setup wizard can be cumbersome. Note These instructions do NOT apply any more for SmartSVN version >= 9.
