info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie query on login


From: Matthew Riechers
Subject: Re: Newbie query on login
Date: Mon, 25 Jun 2001 09:18:13 -0400

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]