cvsup2cvsync
—
convert a scanfile from the CVSup style to the cvsync
style.
cvsup2cvsync |
[-hqv ] [-u
umask] -i
CVSup-scanfile -o
cvsync-scanfile |
cvsup2cvsync
converts a CVSup(R) scanfile
into a cvsync counterpart, has been added. When the upstream server is using
CVSup and you want to redistribute the contents using CVSync, this tool is
your friend.
The following options are available:
-h
- Print the usage of
cvsup2cvsync
to standard
error.
-i
- Specifies an input file name.
-o
- Specifies an output file name.
-q
- Be silent mode.
-u
- Forces
cvsup2cvsync
to use a umask value of
umask.
-v
- Be verbose mode.
The cvsup2cvsync
utility exits
EXIT_SUCCESS on success, and EXIT_FAILURE if an error occurs.