Locking tags

2002-09-05 Thread srijit lahiri

Hi,

How could I lock / freeze a partular tag-name
(branch-tag or label-tag) to prevent any distortion to
a baseline created in Cvs ?

Regards
Srijit. 

__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com


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



Query about using multiple CVSROOT's

2002-07-30 Thread srijit lahiri

Hello,

We are using multiple CVSROOT's for a particular cvs
server. 

I have configured the inetd.conf file through a script
to allow access to multiple roots.

However, users having access to more than one
CVSROOT's are not being able to login into more than
one CVSROOT's. After the first successful login into a
CVSROOT all successive attemps to login into other
CVSROOT's are existed with the message :

authorization failed: server host rejected access to
/abc/xyz for user cvsuser

although cvsuser is a valid entry in the passwd of
/abc/xyz also.

But other users entries in the passwd file of /abc/xyz
could login as usual.

My query is, is there some restriction on the number
of CVSROOT values that a particular user could be
registered with ?

Thanks in advance.

Best Regards
Srijit Lahiri.


__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



Entries for multiple $CVSROOT

2002-07-24 Thread srijit lahiri

Hi,

I wish to enable access to multiple $CVSROOT entries
through the pserver. I have introduced the following
line through the inetd.conf file :
 
cvspserver  stream  tcp  nowait  root  \
/home/cvs/cvsroots.shpserver

The file /home/cvs/cvsroots.sh has the following
entry:
#!/usr/bin/ksh

/home/cvs/local/bin/cvs cvs -f  \
--allow-root=/home/cvsdepot --allow-root=/home/cvstest

I have also made corresponding entries in the passwd
files.

But while trying to through WinCvs I get an error
message :
/home/cvstest: no such repository
cvs login: authorization failed: server serverA
rejected access to /home/cvstest for user userA

What could be the problem ?

Best Regards
Srijit.


=


__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



Gettings file names in scripts executed through commitinfo

2002-07-22 Thread srijit lahiri

Hello,

We are using Cvs for Unix Repositories and both Unix
and Windows clients.

I am using a script through commitinfo to restrict
user access to different modules located under the
same $CVSROOT.

The script reads from a text file containing a list of
repositories along with users who can access each
repository and grants access accordingly.

When a single file is committed from the command line,
the script works fine. But with multiple files, only
the first file is acted upon and the script exited
without working on the others.

How could I get the list of all my filenames to be
executed by the script ?

Thanks in advance.

-Srijit.

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



Problems with commitinfo

2002-07-18 Thread srijit lahiri

Hello,

We are using Cvs for Unix Repositories and both Unix
and Windows clients.

I am using a script to control user access to
different modules located under a common $CVSROOT. I
have made a DEFAULT entry in the commitinfo file
followed by the path to the script to be executed.

The script is working fine when a single file is
committed through the command line. But for multiple
filenames in the command line, the script works on
only the first file and exits. I have tried using %s
in the argument list of the script in commitinfo entry
but in vain.

Where am I going wrong ?

Thanks in advance for your reply.

Best Regards
Srijit.


__
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

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