mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
edd7448119
A simple program to administrate users of a CVS repository
20 lines
625 B
Plaintext
20 lines
625 B
Plaintext
cvsadmin is a simple program to administrate users of a CVS repository.
|
|
|
|
It currently allows you to easily :
|
|
|
|
Name Arguments
|
|
---- ---------
|
|
list list of usernames || nothing
|
|
add list of usernames
|
|
del list of usernames
|
|
email user list
|
|
rename list of alternating olduser/newuser
|
|
misc list of usernames
|
|
sys list of usernames
|
|
pass list of usernames
|
|
|
|
The actions name should be self-explaining, except misc, which ask you for
|
|
all the fields (email, system user, password) on your terminal.
|
|
|
|
WWW: http://www.cooptel.qc.ca/~limitln/cvsadmin/
|