kamesh jayachandran wrote:
> 
> Hai all,
> Sorry for naive question.I want to see the list of users logged in to my
> cvs server at anytime.How to forcefully logout them?
> cvs allows as many logins as possible at anytime to repository from the
> same account.It allows them to access the repository as long as they have
> not executed logout themselves.

There isn't usually a need to track who is logged in/out, and I believe
it isn't possible anyway.

You can look at the history file (cvs history) to see who retreived a
given module from where, but AFAIK there are no persistent connections
on the server between login and logout. The ~/.cvspass file maintains
the users' connection state, which is composed of the connection type,
server location, and password. So to "logout" everyone, you have to run
"cvs logout" on the client/user end. In other words, this doesn't make
much sense... :-)

> One more query.....
> How to show the list of modules in the repository when one gives cvs co -c
> or -s?

That *is* how to display the module list. Did I misunderstand the
question?

-Matt

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to