blob: b0bc6c2ca4fada1eb53563d3f7ac5d9672620e4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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.
|