ftool2 - Graphical SCCS Management
This is a program to simplify working with SCCS repositories (foundations) on remote hosts.
The setup has to be like this:
------------------------------------------------------
| LOCAL HOST |
| |
| LOCAL FOUNDATION: /path_to/copy_of_founds/found1 |
| |
| LOCAL HOME : ~/found/found1 |
| |
------------------------------------------------------
^
| network/dialup connection
| (foundations are synced to LOCAL HOST once a day)
v
-----------------------------------------------------
| REMOTE HOST |
| |
| REMOTE FOUNDATION: /path_to/founds/found1 |
| |
| REMOTE HOME : ~/found/found1 |
| |
-----------------------------------------------------
All user have to run ftool2 on LOCAL HOST.
Since this program is heavily customized for our environment, we had to remove some default config values and some parts of scripts, which included calls to other - internal - scripts.
Just do a grep -r "TODO:" to find all these places which need to be fixed for a specific enviroment.
The program was created with KDevelop 2 and requires Qt/X 2.2+ to run.
Copyright (c) 2001-2005 Robert Griebl, Coming GmbH, licensed under the GPL.
|