diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 14:05:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:05:53 +0200 |
commit | 1e71a72fbfc631a6eb5bcb987e6ed58aefece4ba (patch) | |
tree | a91c768a05dcd33d510eb9744d45e142da48d517 /development/vic/README | |
parent | 7fb9994f11f9b577484c5e159ea6274421d75219 (diff) |
development/vic: Initial import
Diffstat (limited to 'development/vic/README')
-rw-r--r-- | development/vic/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/development/vic/README b/development/vic/README new file mode 100644 index 0000000000000..5b55516a21d45 --- /dev/null +++ b/development/vic/README @@ -0,0 +1,21 @@ +Edit a file with RCS + +This archive contains vic which is a simple wrapper around the editor of your +choice to first check the file out of RCS, edit the file, and then checks the +file back into RCS. + +There are safeguards to protect the user if the file is edited outside of RCS, +and allows the user to get the RCS archive back up to date. + +You can edit multiple programs at a time with something like: + vic *.wc + +The editor name is drawn from the environment variables $VISUAL, $EDITOR, or +(if all else fails) "vi". + +Also included is a simple program, show.locks, which shows all of the files +from the current directory which are currently locked. + +If you have files locked, but not currently being edited, you may want to do: + ci -u FILE + chmod a-w FILE |