SmartCVS: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
|Download={{FileLink|SmartCVS}}
|Download={{FileLink|SmartCVS}}
}}  
}}  
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.

Latest revision as of 01:48, 13 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