From: Shishir Singhai [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 23, 2002 11:34 AM
To: Pushpa
Subject: RE: cvs [checkout aborted]
#!/usr/bin/perl
srand (time());
my $randletter = "(int (rand (26)) + (int (rand (1) + .5) % 2 ? 65 : 97))";
my $salt = sprintf ("%c%c", eval $randletter, eval $randletter);
my $plaintext = shift;
my $crypttext = crypt ($plaintext, $salt);
print "${crypttext}\n";
say you saved this file as passgen.pl than you can generate password as
> passgen.pl "Password"
XAsesdsO
will give you some encrypted passwd which you copy paste in front of username say xyz than your passwd file shd look like
xyz:XAsesdsO
you can use the command:pserver:[EMAIL PROTECTED]:/home/cvsroot/acca_c1b loginand in winCVS what is your settings in Admin->Preferences
regards
Shishir Singhai
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pushpa
Sent: Wednesday, October 23, 2002 5:46 AM
To: [EMAIL PROTECTED]
Subject: cvs [checkout aborted]Hi All,
cvs server: cannot find module `acca_c1b' - ignored
cvs [checkout aborted]: cannot expand modules
I am getting this error when I try to check out the module using WinCVS 1.11 module c1btool
Setting in WinCVS is
:pserver:[EMAIL PROTECTED]:/home/cvsroot/acca_c1b
In the server in inetd.conf file have the following line
etc/inetd,conf
cvspserver stream tcp nowait root /usr/local/bin/cvs cvs --allow-root=/home/cvsroot/acca_c1b pserver
etc/services
cvspserver 2401/tcp
cvspserver 2401/udp
The environment variable is set to CVSROOT=/home/cvsroot
In CVSROOT directory in modules file c1btool -a acca_c1bCould someone help to solve the problem.
Thanks in advance.
Regards
Pushpa
