diff options
author | slakmagik <jsun@freeshell.org> | 2010-05-11 20:00:22 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:22 +0200 |
commit | 3ba339ededfdf0ccf377d51ff04213194c416b9d (patch) | |
tree | 484904a3170f3b177097799a607e3e38aa5bc6be /development/cm_tools/README | |
parent | b0a3636735214ab4e37c1d5531b604194f4d9c98 (diff) | |
download | slackbuilds-3ba339ededfdf0ccf377d51ff04213194c416b9d.tar.gz |
development/cm_tools: Added to 12.0 repository
Diffstat (limited to 'development/cm_tools/README')
-rw-r--r-- | development/cm_tools/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/development/cm_tools/README b/development/cm_tools/README new file mode 100644 index 0000000000..1f5584d056 --- /dev/null +++ b/development/cm_tools/README @@ -0,0 +1,15 @@ +cm_tools are a set of utilities serving as wrappers around the RCS +system. Particularly, they set the checkin timestamps to the +modification date rather than the commit date, along with a few other +differences. They and the directory editor, ded, are designed to work +together. + +td_lib (available from SlackBuilds.org) is required to build this. Note +that you do not need to actually 'installpkg' td_lib if you do not want +to. It only needs to be built and when cm_tools is built alongside it, +cm_tools will find it. You can then remove the td_lib directories and +package if you don't want them. + +The SlackBuild differs from a default installation in not setting the +set-uid bit on the 'vcs', 'checkin', and 'checkout' binaries. If you +need this, modify the SlackBuild to suit. |