Hello, I made a CVS server install on Cygwin with SSH Authentification on Windows XP Pro. I made 3 users on Windows XP : Administrateur, flo, max and a "cvs" group with these users. I gived for each user the same .ssh directory in the "home" with the same SSH key. I succesfully connect to the server with putty via SSH from a client station using "flo" username. I make chnges on my project files and get logs from these :
D:\dev\cvs\cvs.exe -q log MBMRequeteBase.java RCS file: /opt/cvs/MBM/Java Source/mbm/access/MBMRequeteBase.java,v Working file: MBMRequeteBase.java head: 1.3 branch: locks: strict access list: symbolic names: arelease: 1.1.1.1 avendor: 1.1.1 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.3 date: 2004/02/13 21:33:21; author: Administrateur; state: Exp; lines: +1 -1 *** empty log message *** ---------------------------- revision 1.2 date: 2004/02/13 21:32:16; author: Administrateur; state: Exp; lines: +1 -1 *** empty log message *** ---------------------------- revision 1.1 date: 2004/02/13 21:09:28; author: Administrateur; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2004/02/13 21:09:28; author: Administrateur; state: Exp; lines: +0 -0 no message ======================================================================== ===== All changes have the same author : Administrateur but the correct author must be "flo" That's my problem. Any solution ? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/