SmartCVS: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with " Runs with OpenJDK. It can run with a script like this: <PRE> @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 </PRE> Category:Java Software"
 
Jugbogdan (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Software
|Picture=NA.png
|Version=7.1.7 (2013-06-01)
|Vendor=Syntevo
|Author=
|License=Shareware
|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.


Runs with OpenJDK.
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:
It can run with a script like this:

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