vo

Name

vo -- an editor frontend to RCS

Synopsis

vo

DESCRIPTION

This manual page documents the vo command.

vo is a program to easily handle files which are under control of RCS. vo uses ci and co to handle the check out and check in of RCS controlled files on the fly.

The initial idea behind vo was to have more control over system configuration files. With vo one knows who made which changes and when because RCS tracks the full history of modifications. This is extremly useful e.g. if working with co-admins on the same system.

vo is somewhat aggressive concerning which files have to be RCS controlled. It takes what it gets.

FEATURES

OPTIONS

-o

Check out the given files(s). If a file it not unter RCS control it gets initially checked in. If necessary a subdirectory named RCS is created also.

-i

Check in the given files(s) without asking for a comment.

ENVIRONMENT

EDITOR

The editor program to use. The default editor is vi.

USER

The user which is logged as last maintainer of a file.

LOGNAME

The user which is logged as last maintainer of a file.

SUDO_USER

The user which is logged as last maintainer of a file. This will override settings of LOGNAME and USER.

VO_ASK_RCS

The environment variable $VO_ASK_RCS may be set to "Y" to make vo prompt the user before initially checking a file into RCS.

FILES

./RCS

SEE ALSO

rcs(1), ci(1), co(1), rcsdiff(1).

BUGS

This is a shell script. So it is not very robust on shell meta characters on the command line.

AUTHOR

This manual page was written by Christian Recktenwald for the vo software and may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.

DISTRIBUTION

The newest version of vo can be obtained from http://www.fischglas.de/software/vo

vo is (C) 1997-2004 by Christian Recktenwald.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; Version 2. This guarantees your right to use, modify, and redistribute vo under certain conditions. If this license is unacceptable to you, citecs GmbH may be willing to sell alternative licenses. (contact )

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details (it is in the COPYING file of the vo distribution).