[Ccvssh-users] (no subject)
Status: Beta
Brought to you by:
fedy
From: Chris H. <ch...@ow...> - 2002-08-30 15:05:05
|
> Things I would like to add:> 1. I'm having problems using it with the rhosts authentication in WinCVS > (important for the kind of user base I have). The ccvssh usage prompt is > always returned. Havent tried too hard with this yet. Could be just my > ignorance regarding WinCVS or how logins for ccvssh work (are they > persistant across processes?). Sorry, I have no experience with WinCVS. I've just now downloaded the source code and I'll try to make it run. I am not even sure that you should use rhosts authentication, but I'll try out and tell you. After a short look at the wincvs code, I think either WinCVS or ccvssh will have to be modified -- WinCVS tries to be too smart and replaces some environment variables. More info next week... Oh, one more thing: Logins for ccvssh are persistant, actually they are saved in a file (~/.cvspass) or registry (HKEY_CURRENT_USER\Software\GNU\ccvssh). That is the way cvs works (although cvs supports only .cvspass file). |