home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 2.1 KB | 83 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- RCSGUI
- .type
- Workbench Tool
- .short
- GUI interface to HWGRCS
- .description
- RCSGUI implements the basic features of RCS: checking in, checking
- out, locked and unlocked, rlog, and rcs -n to assign a symbolic name
- to a rev. It does not implement all options to all RCS commands.
-
- RCSGUI will let you checkin files by just dragging and dropping
- files on the RCSGUI window. The icons of the checked in files are
- visible in the RCSGUI window, and can be selected, and checked out
- by either the checkout button, double clicking on the icon, or drag
- and drop outside of RCSGUIs window.
-
- RCSGUI is completely font sensitive.
-
- It will adjust its gadgets and icons according to the window size.
-
- All configuration is done with tooltypes in the icon, and some
- can also be saved from the windows SnapShot button.
-
- Now supports and actually requires HWGRCS.
-
- Uses file requester to specify repositories.
-
- See the documentation for all the features.
-
- It works nicely with the SAS/C WB compiler environment, but have no
- connection to the SAS/C compiler. It can be used with any compiler
- that lets you edit & compile from the workbench. (Well, it can be
- used with any CLI based compiler too, but it wouldn't make sense).
- It can be used with anything that you want to use RCS for, it doesn't
- have to be programming!
- .version
- 2.42
- .author
- Tommy Svensson
- .requirements
- Requires OS2.x, HWGRCS distribution
- .distribution
- Shareware
- .price
- $15 (US), SEK 100
- .address
- Fregattvägen 36
- 11768 Stockholm
- Sweden
- .email
- bms@algonet.se
- .docs
- AFD-COPYRIGHT
- rcsgui_2.41.readme
- rcsgui.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "RCSGUI" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool rcsgui_2.42.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool rcsgui.guide GUIDE
- endif
-
- if $choice EQ "3"
- rcsgui
- endif
- .aminet-dir
- dev/misc
-