Update domain name to kpe.io
[vcs-tree.git] / vcs-tree.1
1 .\" -*- NROFF -*-
2 .\" 
3 .\" vcs-tree.1
4 .\" 
5 .\" Author: Kevin Rosenberg <kevin@ctsim.org>
6 .\" 
7 .\" $Id: vcs-tree.1,v 1.5 2002/05/03 10:45:52 kevin Exp $
8 .\" 
9 .TH "vcs-tree" "1" "" "Kevin M. Rosenberg" "Utilities"
10 .SH "NAME"
11 vcs-tree \- Version Control System Tree Walker
12         
13 .SH "SYNOPSIS"
14 .B vcs-tree action [OPTIONS]
15
16 .SH "DESCRIPTION "
17 \fIvcs-tree\fP walks through a directory tree and performs actions
18 on Subversion and CVS managed directories. As opposed to CVS and
19 Subversion, \fIvcs-tree\fP finds and operates on
20 directories even if they are below non-version control system
21 managed directories.
22
23 .SH "ACTIONS"
24 update, status, or commit. Abbreviations are
25 accepted.
26
27 .SH "OPTIONS"
28 \fIvcs-tree\fP accepts the following options:
29 .TP 16 
30 .B \-m
31 Sets the commit message when performing an commit action.
32
33 .SH "AUTHOR"
34 Kevin Rosenberg <kevin@rosenberg.net>