JCVS is a Swing based client that provides a commercial quality GUI client for CVS.
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s). Create in the destination folder a file called run.cmd: (script from R. Henschel)
SET JAVA_BASE=x:\java_installation_path
SET JAVA_PATH=x:\java_installation_path
SET PATH=%JAVA_BASE%\JRE\BIN;%JAVA_BASE%\BIN;%PATH%
SET CLASSPATH=%JAVA_BASE%\JRE\LIB\RT.JAR;%JAVA_BASE%\LIB\DT.JAR;%CLASSPATH%
SET INCLUDE=%JAVA_BASE%\INCLUDE;%INCLUDE%
SET LIB=%JAVA_BASE%\LIB;%LIB%
SET LIBRARY_PATH=%JAVA_BASE%\LIB;%LIBRARY_PATH%
SET BEGINLIBPATH=%JAVA_BASE%\JRE\DLL;%BEGINLIBPATH%
SET CLASSPATH=%JAVA_PATH%\lib\dt.jar;%JAVA_PATH%\lib\tools.jar;%JAVA_PATH%\JRE\LIB\RT.JAR;%CLASSPATH% java -jar jcvsii.jar
Change the first two lines to reflect your Java installation and pay attention to possible line break. Then run run.cmd or create an object for it.
Following ones are the download links for manual installation:
jCVS II v. 5.4.2 (25/7/2004, Tim Endres) | ||
hobbes.nmsu.edu/download/pub/java/dev/tools/versioning/jCVSII_5-4-2.zip | ||
jCVS II v. 5.3.2 (1/4/2002) | ||
www.jcvs.org/download/jcvs/jcvsii-5.3.2.zip | local copy |
This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment