SmartCVS: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
}}  
}}  
SmartCVS is an CVS client developed in java. It has powerful features, like built-in File Compare/Merge, Transaction display or List Repository Files, and still is easy and intuitive to use. SmartCVS focuses on your day-to-day tasks and usability and is not limited to the available CVS command set.
SmartCVS is an CVS client developed in java. It has powerful features, like built-in File Compare/Merge, Transaction display or List Repository Files, and still is easy and intuitive to use. SmartCVS focuses on your day-to-day tasks and usability and is not limited to the available CVS command set.
It no longer has the free 30 day trial, the only want to run it is with an acquired license file.


Runs with OpenJDK 1.6.
Runs with OpenJDK 1.6.

Revision as of 17:58, 12 August 2023

SmartCVS
Version 7.1.7 (2013-06-01)
Vendor Syntevo
Author
License Shareware
Download SmartCVS
Website

SmartCVS is an CVS client developed in java. It has powerful features, like built-in File Compare/Merge, Transaction display or List Repository Files, and still is easy and intuitive to use. SmartCVS focuses on your day-to-day tasks and usability and is not limited to the available CVS command set.

It no longer has the free 30 day trial, the only want to run it is with an acquired license file.

Runs with OpenJDK 1.6.

It can run with a script like this:

@echo off
rem OS/2 script for SmartCVS, requires JAVA installed

set JAVA_EXE=java.exe
set SMARTCVS_HOME=..
set SMARTCVS_LIB=%SMARTCVS_HOME%\lib
set SMARTCVS_MAIN_JAR=%SMARTCVS_LIB%\smartCVS.jar

%JAVA_EXE% -jar %SMARTCVS_MAIN_JAR% %2