Multi user

2003-03-11 Thread Murali Potla
Hi All, How to set up a repository so that only some users will have permissions to write and some other read access. What should be the permissions of the directory. Where i can i find a good document regarding cvs permissions Thanks Murali ---SOFTPRO

Re: Multi user

2003-03-11 Thread Mahantesh M Vantmuri
Murali Potla wrote: How to set up a repository so that only some users will have permissions to write and some other read access. What should be the permissions of the directory. Where i can i find a good document regarding cvs permissions You can make use of standard unix permissions on modules.

Re: Unable to lock files

2003-03-11 Thread Riechers, Matthew W
Amit Sharma (SCM) wrote: Hi All, I am not able to lock file from cvs. I have tried on both cvs1.2 and cvs1.3 individually. Now I have both version installed on my system. Every time I try to lock a file it gives following message- cvs [admin aborted]: 'admin -l' is a depreciated option.

Re: Database file checkin - Summary

2003-03-11 Thread Daniel Hurtubise
Hi all, After reading many replies I have concluded that the best thing to do, in my humble opinion, is to create a .sql script that can build the database schema from scratch as well as create all the stored procedures. Then I can take this script and check it into CVS. Next, any modifications

Re: Multi user

2003-03-11 Thread Larry Jones
Murali Potla writes: How to set up a repository so that only some users will have permissions to write and some other read access. What should be the permissions of the directory. It's somewhat terse, but everything you need to know is in the manual:

gui interface

2003-03-11 Thread Derkaoui
does someone knows about a user friendly interface for cvs on unix platform ? thanksM. Derkaouiwho can do, do. Who can't do, teach. Who can't teach, critics.Lèche-vitrine ou lèche-écran ? Yahoo! Magasinage.___ Info-cvs mailing list

XML Schema and DTD for CVS Info in XML files?

2003-03-11 Thread Herr Christian Wolfgang Hujer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello dear CVS users, I'd like to know wether there already exists an XML Schema and a DTD to include CVS information in XML files. Currently, we use the following approach to use CVS information in XML files: !-- $Id$ - $Source$ - $State$ -

loginfo log messages

2003-03-11 Thread Grisinger, Daniel (MAN-Golden)
Hiya! I'm trying to capture the log message included with each commit, using a filter specified in the loginfo file. I don't seem to be getting the log message, though. I'm using this code: my $log_msg; my $infh = IO::File - new(' -'); # open a filehandle to STDIN for ($infh - getlines)

Re: loginfo log messages

2003-03-11 Thread Larry Jones
Grisinger, Daniel (MAN-Golden) writes: my $log_msg; my $infh = IO::File - new(' -'); # open a filehandle to STDIN for ($infh - getlines) { $log_msg .= $_; } I think you've confused info-cvs with a perl list. -Larry Jones I won't eat any cereal that doesn't turn the milk

Java/CVS question

2003-03-11 Thread Eric C. Hein
I'm using the java Runtime class to update files from a CVS repository and in some cases it is hanging (see comment in code). I think this may have something to do with the buffer sizefor the standard input and output streams of the OS (Win2k). If I close my java app the files do update

Pruning empty directories from the cvsweb display

2003-03-11 Thread Myhre, Julie
Title: Pruning empty directories from the cvsweb display My group uses CVSWeb on a Linux box for viewing the status and contents of the cvs repository.much easier to get a handle on it than using ls. All our checking out,etc. is done an the command line. I understand that if you delete all

Re: XML Schema and DTD for CVS Info in XML files?

2003-03-11 Thread Deron Meranda
Currently, we use the following approach to use CVS information in XML files: ... !-- - $Log$ -- Comments also don't work well because the -- (hyphen-hyphen) sequence is illegal in XML comments. In fact, even with elements you probably need to use CDATA escapes. I would definitely

RE: loginfo log messages

2003-03-11 Thread Grisinger, Daniel (MAN-Golden)
Larry Jones [EMAIL PROTECTED] writes: Grisinger, Daniel (MAN-Golden) writes: Larry Jones [EMAIL PROTECTED] writes: I think you've confused info-cvs with a perl list. Well, no, I haven't. The perl is correct, it simply reads from STDIN. The problem is unquestionably a cvs

Re: loginfo log messages

2003-03-11 Thread Larry Jones
Grisinger, Daniel (MAN-Golden) writes: Larry Jones [EMAIL PROTECTED] writes: I think you've confused info-cvs with a perl list. Well, no, I haven't. The perl is correct, it simply reads from STDIN. The problem is unquestionably a cvs issue. But since that's the attitude here's the

Re: XML Schema and DTD for CVS Info in XML files?

2003-03-11 Thread Herr Christian Wolfgang Hujer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Deron, dear list members, Am Dienstag, 11. März 2003 23:48 schrieb Deron Meranda: Currently, we use the following approach to use CVS information in XML files: ... !-- - $Log$ -- Comments also don't work well because the --

RE: loginfo log messages

2003-03-11 Thread Mark
--- Grisinger, Daniel (MAN-Golden) [EMAIL PROTECTED] wrote: Larry Jones [EMAIL PROTECTED] writes: What is the exact content of your $CVSROOT/CVSROOT/loginfo file? DEFAULT (/home/cvsuser/cvs-scripts/cvs-mail-checkin-notifications %{sVv} /home/cvsuser/cvslogs/commit-mailer.log 21)

Setting access to specific modules in a repository

2003-03-11 Thread Ramachandran, Harish (Cognizant)
Hi, I am using CVS NT system. In that i have one repository by name project and under that i have different modules. I have set up pserver authentication for repository access. Can i set user access to my repository module wise?? Thanks, Harish This e-mail and any files transmitted with it

Re: loginfo log messages

2003-03-11 Thread Dan Peterson
On Tue, 11 Mar 2003 [EMAIL PROTECTED] wrote: On Tue, 11 Mar 2003 [EMAIL PROTECTED] wrote: What is the exact content of your $CVSROOT/CVSROOT/loginfo file? DEFAULT (/home/cvsuser/cvs-scripts/cvs-mail-checkin-notifications %{sVv} /home/cvsuser/cvslogs/commit-mailer.log 21) I believe the

Re: loginfo log messages

2003-03-11 Thread Gagneet Singh
Hi! What are you trying to do? Are you wanting to send the log message written when commiting files to CVS, to the various developers concerned? Well! Then won't it be simpler to use the following, in the loginfo file in $CVSROOT/CVSROOT folder: DEFAULT (id; echo %{sVv}; date; cat) | mail