How to restrict pserver logins for cvs users

2002-05-15 Thread Datla, Raghav
Hi, I want to restrict users (local unix users) from specific machines logging into cvs server using pserver method with cvs user accounts?. Any advice will be appreciated. Thanks, -Raghav ___ Info-cvs mailing list [EMAIL PROTECTED]

Bug tracking tools that can be integrated with CVS !!

2002-04-23 Thread Datla, Raghav
Hi, I am looking for some bug tracking tools that can be integrated with CVS. Currently I have CVS repositories on AIX 4.3 server. Any thoughts will be appreciated. Thanks inadvance, -Raghav ___ Info-cvs mailing list [EMAIL PROTECTED]

How to Configure pserver to use different ports for different Repositories

2002-04-22 Thread Datla, Raghav
Hi, I have configured four repositories on the same Unix server. Right now, One repository is being accessed by pserver and the rest with NFS service. Will there be any problems if I use same port for the rest of the repositories related to pserver protocol ?. How can I configure pserver model

RE: always read-write: how? ...newbie

2002-03-11 Thread Datla, Raghav
In WinCvs, by default the option checkout ready-only is checked. You can uncheck it by going to Admin menu, then to preferences and then go to Globals tab. There uncheck the first option. Thanks, -Raghav -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday,

Permissions on checked out files

2002-02-21 Thread Datla, Raghav
Hi, I am using pserver method from Unix client to access the repository on Unix server (AIX). when I check out the directories/files, I am getting 755 permissions on checked out directories/files. How can I get 775 permissions, after checking out. I tried CVSUMASK setting on the client

CVS Abort while checking out

2002-02-20 Thread Datla, Raghav
Hi, I am getting the following error while checking out code. Any help will be appreciated. $ cvs -d :pserver:[EMAIL PROTECTED]:/f1s7_16267/tools/Techs-Ops/cvsroot co -d spnode7_idw Idw/data/macss cvs checkout: in directory spnode7_idw: cvs checkout: cannot open CVS/Entries for reading: No

Any way to checkout subdirectories inside the module without creating the whole structure for working copy?

2002-02-19 Thread Datla, Raghav
Hi, I have a repository on Unix server and developers are using cvs client (pserver method) on their sandboxes (Unix and Windows) to check out the directories/files from the module on server. Is there any way to get rid of creating whole structure of directories on sandboxes while checking out

Help on the problem, please

2002-02-19 Thread Datla, Raghav
Hi, I am receiving the following error when I try to checkout files from the server. I am able to login without any problem. $ cvs -d :pserver:[EMAIL PROTECTED]:/f1s7_16267/tools/Techs-Ops/cvsroot login (Logging in to [EMAIL PROTECTED]) CVS password: $ cvs -d :pserver:[EMAIL

RE: Help on the problem, please

2002-02-19 Thread Datla, Raghav
PROTECTED]] Sent: Tuesday, February 19, 2002 6:03 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Help on the problem, please Datla, Raghav writes: $ cvs -d :pserver:[EMAIL PROTECTED]:/f1s7_16267/tools/Techs-Ops/cvsroot co Idw Cannot access /f1s7_16267/tools/Techs-Ops/cvsroot/CVSROOT

RE: Help on the problem, please

2002-02-19 Thread Datla, Raghav
- From: Teala Spitzbarth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 7:11 PM To: Datla, Raghav Cc: [EMAIL PROTECTED] Subject: RE: Help on the problem, please What about the parent directories above cvsroot/CVSROOT ? you don't show the ls listing for those as Larry mentioned

Example scripts which checks files againt each commit, Please

2002-02-07 Thread Datla, Raghav
Hi, I am trying to write some scripts which would run against each commit. Please forward If anyone has one which was already written for same purpose. Of course, It depends on the site requirements, But just wanted to take some base to start with it. Thanks, -Raghav

Commiting the whole project with a different tag name?

2002-01-30 Thread Datla, Raghav
Hi, I have a project under CVS and we are going for production in the near future. Once the code in Present Repository is ready for production, I will create another Repository for production code (which will just contain production code, so that there will not be any intervention from users)

How to restrict some cvs commands to some users

2002-01-20 Thread Datla, Raghav
Hi, How can I restrict some commands of cvs to some users. For example, cvs tag Thanks inadvance, -Raghav ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

How to make some repository modules read only for system users

2002-01-20 Thread Datla, Raghav
Hi, How can I make some modules read only, I mean system users can be able to check out but should not able to commit the changes. Thanks inadvance, -Raghav ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: How to disable import command for some user ?

2002-01-18 Thread Datla, Raghav
Hi, I am also looking forhow to restrict tagging of modules to only some users. I mean only some users should be able to execute cvs tag command. Thanks, -Raghav -Original Message-From: George xu [mailto:[EMAIL PROTECTED]]Sent: Friday, January 18, 2002 3:34 AMTo: [EMAIL

Any basic Standards to Follow when the source code needs to put under CVS control

2002-01-17 Thread Datla, Raghav
Hi, Can you please advise me what basic standards (like using variables inside the code instead of hard coding paths etc..) that we need to follow while writing the code say for example JAVA code or perl code or shell scripts so that It will be easy to maintain under CVS. The code will be

How can I get new files added in Branch into the main trunk?

2002-01-12 Thread Datla, Raghav
Hi, I am not able to see any new files that are added in the branch when I update the main trunk with branch. The files are being moved to Attic when I actually go and check the repository. I am running the following command by staying at main trunck working directory. $pwd

Not able to import some files!!

2002-01-11 Thread Datla, Raghav
Hi, I am using the following to import some code into CVS Repository using the following. $ cvs import -m taxware/cobol cvs start N taxware/cobol/tax060 I taxware/cobol/tax060.cob.bak I taxware/cobol/tax060.o No conflicts created by this import. what I stands

RE: Not able to import some files!!

2002-01-11 Thread Datla, Raghav
in CVSROOT directory. -Original Message- From: Harald Kucharek [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 9:33 AM To: Datla, Raghav Cc: '[EMAIL PROTECTED]' Subject: Re: Not able to import some files!! Have a look at the cvsignore file in the CVSROOT directory. It lists all file

RE: Any Real time examples of Branching, Please!!!

2002-01-11 Thread Datla, Raghav
that type of incidents mainly for production tags or branches?. Thanks inadvance, -Raghav -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 10:38 PM To: [EMAIL PROTECTED] Subject: Re: Any Real time examples of Branching, Please!!! Datla

How to restrict access to branches

2002-01-08 Thread Datla, Raghav
Hi, Is there anyway to restrict the developers to access (I mean they should not able to make any modifications) the branch which was created something like PROD for production code. Thanks inadvance, -Raghav ___ Info-cvs mailing list [EMAIL

Any Real time examples of Branching, Please!!!

2002-01-08 Thread Datla, Raghav
Hi, Can anyone post me examples of branching in real time Dev-Stage-Production environment if you are using it. I will appreciate your help. Thanks, -Raghav ___ Info-cvs mailing list [EMAIL PROTECTED]

Importing files

2002-01-02 Thread Datla, Raghav
Hi, I have set off directories which contains files of both ascii and binary, which I need to import them into CVS repository. I know that we have to use keyword substitution for binary files, but since I have both ascii and binary files in a directory, I am not sure what happens if i use -kb

Help on this scenario

2002-01-02 Thread Datla, Raghav
Hi, I have some directories or files in production and development servers which are not under CVS control. Also there are some files which are there in production and not in development. Now I am planning to arrange or keep all these directories and files from production and development into

Detailed Documentation on Branching

2001-12-26 Thread Datla, Raghav
Can anyone please tell me where can I get detailed documentation on Branching. Thanks, -Raghav ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: Problem with Pserver on AIX

2001-12-21 Thread Datla, Raghav
Did you setup the entry in /etc/inetd.conf and /etc/services file properly?. By default, the port 2401 will be used by writesrv service in AIX systems. Just disable writesrv service and enable it for cvspserver. Thanks, -Raghav -Original Message-From: Narayanaswamy Nagarajan

How can we maintain modules/directories/files between production and development environment using CVS

2001-12-18 Thread Datla, Raghav
Hi, As a CVS administrator, How can we maintain modules/directories/files when we have environments like production, stage and Development. I mean once Developers develop some code, test it and then I want to keep these files or code in the production cycle after testing is done. Can anyone

Migrating from CVS 1.9 to CVS 1.11

2001-12-11 Thread Datla, Raghav
Hi, I am planning to move the repository which was using CVS 1.9 to CVS 1.11. Do I need to do anything to make the repository compatible with the new version other than just moving the repository?. Thanks inadvance, -Raghav ___ Info-cvs mailing

cvsweb installation

2001-07-11 Thread Datla, Raghav
Hi, I am trying to configure Cvsweb on AIX4.3 server.I am having cvs-1.11, perl5.005_03 and apache1.3.6(working fine) on the same box. Is it compulsory that i should have rlog and rcsdiff to install before configuring Cvsweb.If that is the case where can i get those utilities. any other

problem in Configuring CVSweb

2001-07-11 Thread Datla, Raghav
Hi, I am trying to configure CVSweb on AIX4.3.In the process of that i am trying to install rcs-5.7 to have rlog and rcsdiff through source code. when i am running ./configure script from the source dir of rcs-5.7, its giving the following output. loading cache ./config.cache checking diff

Help regarding moving multiple repositories into one place is appreciated

2001-06-29 Thread Datla, Raghav
Hi all, I have the following situation. Right now we have two repositories for two different projects on two different servers. The CVS servers for the two projects are present on sun boxes. The developers are directly telnetting into the server and checking out the modules or files in to their

Help is appreciated

2001-06-15 Thread Datla, Raghav
Hi, I am new to CVS. As I want to move a repository from one server to the another server to free up the resources, any procedures that you already implemented are welcome and will be appreciated. Thanks inadvance, -Raghav ___ Info-cvs mailing list

Moving the repository!!!

2001-06-14 Thread Datla, Raghav
Hi, I am trying to move the repository(around 1.5GB) from one storage box(repository is on netapps server) to a different box. can you please share your experiences regarding this?. what precautions should take?. we are using some scripts for logging the information and these scripts

Help is appreciated

2001-06-07 Thread Datla, Raghav
Hi, I have a small clarification regarding the CVS.I am able to conigure CVS as client/server model in unix environment.I am not able to install the software on windows client. Actually i found software for windows in cvshome.org and after unzipping its just giving me two files life cvs1-11.exe