Installing Syncro SVN Client on Windows Server
Choosing an Installer
You can install Syncro SVN Client on Windows using one of the following methods:
System Requirements
- Operating systems
-
Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
- CPU
-
- Minimum - Intel Pentium III™/AMD Athlon™ class processor, 1 GHz
- Recommended - Dual Core class processor
- Memory
-
- Minimum values per user - 512 MB of RAM
- Recommended values per user - 512 MB of RAM
- Storage
-
- Minimum - 200 MB free disk space
- Recommended - 500 MB free disk space
- Java
-
Syncro SVN Client requires Java. If you use the native Windows installer, Syncro SVN Client will be installed with its own copy of Java. If you use the all platforms installer, your system must have a compatible Java virtual machine installed.
Syncro SVN Client only supports official and stable Java Virtual Machines with the version number 1.6.0 or later (the recommended version is 1.7) from Oracle available at http://www.oracle.com/technetwork/java/javase/downloads/index.html. Syncro SVN Client may work with JVM implementations from other vendors, but there is no guarantee that those implementations will work with future Syncro SVN Client updates and releases.
Syncro SVN Client uses the following rules to determine which installed version of Java to use:
- If you install using the native Windows installer, which installs a version of
Java as part of the Syncro SVN Client installation, the version in the
jre
subdirectory of the installation directory is used. - Otherwise, if the Windows environment variable
JAVA_HOME
is set, Syncro SVN Client uses the Java version pointed to by this variable. - Otherwise, the version of Java pointed to by your PATH environment variable is used.
If you run Syncro SVN Client using the batch file,
syncroSVNClient.bat
, you can edit the batch file to specify a particular version to use. - If you install using the native Windows installer, which installs a version of
Java as part of the Syncro SVN Client installation, the version in the
Install Using the Windows Installer
To install Syncro SVN Client using the Windows installer, follow these steps:
- Make sure that your system meets the system requirements.
- Download the Windows installer.
- Validate the integrity of the downloaded file by checking it against the MD5 sum published on the download page.
- Run the installer and follow the instructions in the installation program.
- Start Syncro SVN Client using one of the following methods:
- Using one of the shortcuts created by the installer.
- By running
syncroSVNClient.bat
, which is located in the install folder.
- To license your copy of Syncro SVN Client go to and enter your license information.
Configuring Windows Terminal Server
- Install Syncro SVN Client on the server and make its shortcuts available to all users.
- If you need to run multiple instances of Syncro SVN Client, make sure you add the
-Dcom.oxygenxml.MultipleInstances=true parameter in the
.bat
startup script. - Make sure you allocate sufficient memory to Syncro SVN Client by adding the
-Xmx
parameter either in the.bat
startup script, or in the.vmoptions
configuration file (if you start it from an executable launcher).