CVSWrappers

2000-05-03 Thread Nathan Phelps
I am new to CVS and am using version 1.10 on Windows. I have set up a repository and started versioning files, however I cannot seem to get binary files to be added correctly. If I add or import them using the -kb switch all works well as the documentation states. If however, I specify

Re: CVSNT and wrappers, -t/-f wrapper error??

2000-05-03 Thread Valerianus Oey
Thanks Larry, didn't know this. Will have to discuss what to do within the team now. Valerianus Larry Jones wrote: Valerianus Oey writes: "cvs [server aborted]: -t/-f wrappers not supported by this version of CVS cvs [update aborted]: reading from server: Connection reset by peer"

Re: WinCvs users - gathering .cvsignore

2000-05-03 Thread Hilary Cheng
File: *.class *.java~ *.bak *.gif *.jpg Type: Java project "Win32 M$" wrote: Hi All, I am in the process of doing sort of ".cvsignore" wizard for WinCvs - add the selected file to the .cvsignore and also create a new one. I would be greateful if you could supply me with a set of

Re: question (preference?) about xmalloc

2000-05-03 Thread Jonathan M. Gilligan
I concur strongly with Derek's sentiments and would add some more comments: I often use custom memory allocators to help debug wild pointer errors and rather than zeroing out allocated memory, I will often write a repeating multibyte sentinal value (such as 0xbaad) into the memory block so

Who's maintaining CVS?

2000-05-03 Thread Sankaranarayanan K V
Hi, Who is maintaining CVS now? There are many patches posted to this forum. Are they being applied to the code base for the next release if there is one? When are future releases expected? Thanks. Regards Sankar

Re: question (preference?) about xmalloc

2000-05-03 Thread Paul Sander
--- Forwarded mail from [EMAIL PROTECTED] Noel L Yap wrote: I've noticed that xmalloc does not zero out the memory that's just been allocated. Right. It shouldn't have to. Well-written programs do not access uninitialized memory. This doesn't jive well when adding new fields to

Re: question (preference?) about xmalloc

2000-05-03 Thread Paul Sander
This is getting a bit off-topic, but... --- Forwarded mail from [EMAIL PROTECTED] [EMAIL PROTECTED] on 05/02/2000 03:13:34 PM Although looking at the xmalloc call, I don't know if it's such a good thing for it to take a 0 length request and turn it into a 1 byte request. Why would we need to

How can I use the administrative files under DOS ?

2000-05-03 Thread W., Pröpper
Hi collegues, following line in the administrative file loginfo doesn't work: the log message isn't appended on the the file revision.txt. Do this depend on the operating system DOS, because DOS doesn't support the UNIX shell script ? loginfo: #DEFAULT (echo ""; id; echo %s; date; cat)

Re: history patch

2000-05-03 Thread Matthias Kranz
On Tue, May 02, 2000 at 09:21:32AM -0600, Derek Scherger wrote: I noticed after the y2k rollover that CVS dates had year = 99 and then year = 2000 which seemed kinda strange. I haven't checked but this might have been fixed in one of the 1.10.x releases. This was an often used method to

RE: Read-only local (ssh) access

2000-05-03 Thread Andy Baker
You could try getting commitinfo to call a quick script to check on who's committing stuff into the repos... Andy -Original Message- From: Fredrik Liljegren [mailto:[EMAIL PROTECTED]] Sent: 03 May 2000 11:30 To: '[EMAIL PROTECTED]' Subject: Read-only local (ssh) access How do I manage

RE: Read-only local (ssh) access

2000-05-03 Thread Fredrik Liljegren
You could try getting commitinfo to call a quick script to check on who's committing stuff into the repos... Yes, I can set commitinfo so that he can't commit anything to the repository, but for him to be able to checkout I have to give him write-permissions in the directory, and so he'll be

RE: Read-only local (ssh) access

2000-05-03 Thread JR
You can use "LockDir" in the CVSROOT/config file to specify a directory for lock files to be written to, and give him write access to that directory rather than the repository. -Original Message- From: Fredrik Liljegren [mailto:[EMAIL PROTECTED]] Sent: 03 May 2000 11:30 To:

Re: Who's maintaining CVS?

2000-05-03 Thread Karl Fogel
Sankaranarayanan K V [EMAIL PROTECTED] writes: Who is maintaining CVS now? A group of volunteer developers, of whom Larry Jones has been by far the most active recently. There are many patches posted to this forum. Are they being applied to the code base for the next release if there is

Re: question (preference?) about xmalloc

2000-05-03 Thread Noel L Yap
[EMAIL PROTECTED] on 05/02/2000 06:58:16 PM For safety, I propose that xmalloc zero out the memory it allocates. Any comments or rebuttals? For safety, I would prefer it does not. I don't think we should use non-portable solutions to cover up the faults of badly-written software.

Re: question (preference?) about xmalloc

2000-05-03 Thread Noel L Yap
[EMAIL PROTECTED] on 05/03/2000 12:44:09 AM I was looking at that, too. I tend to feel that 0-byte allocations should be allowed (returning NULL) and, if systems' frees don't handle NULL properly, there should be an xfree() that'll do so. I can see the occasional need to allocate a unique

Re: Read-only local (ssh) access

2000-05-03 Thread Noel L Yap
Read about LockDir within CVSROOT/config. Noel [EMAIL PROTECTED] on 05/03/2000 06:29:36 AM To: [EMAIL PROTECTED] cc: (bcc: Noel L Yap) Subject: Read-only local (ssh) access How do I manage to give a certain user a read-only access only for the cvs-repository? When I set up the

Is there a FAQ for this group?

2000-05-03 Thread Horia Ioanid
Thanks -- Horia Ioanid Niksun, Inc

Re: question (preference?) about xmalloc

2000-05-03 Thread David Thornley
Derek Scherger wrote: For safety, I propose that xmalloc zero out the memory it allocates. Any comments or rebuttals? For safety, I would prefer it does not. I don't think we should use non-portable solutions to cover up the faults of badly-written software. I'd feel more

Re: WinCvs users - gathering .cvsignore

2000-05-03 Thread Dave Sherohman
On Wed, May 03, 2000 at 10:38:25AM -0600, Win32 M$ wrote: Please send me your .cvsignore file and a short description of what kind of project it applies to. I will compile a set of those so it will be easy to create the default .cvsignore from the predefined choices. Not an actual

Re: Is there a FAQ for this group?

2000-05-03 Thread Matthias Kranz
There is no particular FAQ for this ML, but a general one for CVS. You will find it and much more useful information at http://www.loria.fr/~molli/cvs-index.html as well as http://www.cyclic.com Regards, Matthias -- Matthias Kranz [EMAIL PROTECTED]

Re: history patch

2000-05-03 Thread Larry Jones
Donald Sharp writes: I would be happy to fix sanity.sh, except that sanity.sh script is on crack. Where do I even begin? By taking a deep breath, relaxing, and ignoring all of the complicated set-up code at the beginning of sanity.sh. Once you get to the actual tests (look for "The big

Re: question (preference?) about xmalloc

2000-05-03 Thread Larry Jones
Donald Sharp writes: I was/am volunteering to waste my own time. Would you accept it if it was done? No. It's not worth my time to apply a patch. -Larry Jones I've got an idea for a sit-com called "Father Knows Zilch." -- Calvin

commitinfo scripts that interact with remote users...

2000-05-03 Thread Erik Kluzek
Hi For our local repository I've got scripts that run from commitinfo and taginfo. They check to ensure user is authorized, tag-name is appropriate and help update a ChangeLog file. This all works great when accessing the repostory locally. When using a remote protocol (pserver

Re: question (preference?) about xmalloc

2000-05-03 Thread Larry Jones
Noel L Yap writes: Hopefully, many eyes will tend to spot wild-pointer errors. I prefer the cybernetic eyes of Purify and similar tools -- I run a Purified version of CVS through the test suite every now and then and there are currently no errors (although there are still a *lot* of leaks).

RE: Cursed ^M's: latest cygwin, ssh-1.2.27, cvs-1.10.8

2000-05-03 Thread Bob Whiteside
Hi All, Well, I solved this, and in case anyone else is interested, here's what I did. This is certainly inappropriate, but as I don't really know my way around the configuration process, I can't produce a better patch. I maunally edited the file "config.h" (after runnning ./configure) to

Client/Server in CVS

2000-05-03 Thread rajkumar samuel
Hi, I've installed CVS for windows and the client WINCVS.In the same machine,if i have the CVSROOT defined as :local:cvsroot evrything works fine. My understanding is that both my client and server is in the same machine.But when i want my client in a different machine,it doesent seem to

Re: question (preference?) about xmalloc

2000-05-03 Thread Greg A. Woods
[ On Wednesday, May 3, 2000 at 11:46:27 (-0400), Larry Jones wrote: ] Subject: Re: question (preference?) about xmalloc Noel L Yap writes: Hopefully, many eyes will tend to spot wild-pointer errors. I prefer the cybernetic eyes of Purify and similar tools -- I run a Purified version

Interest in checkoutinfo administration file?

2000-05-03 Thread Erik Kluzek
Is there any interest in CVS having a "checkoutinfo" administration file? This would be similar to "commitinfo" as it would run a script before files are checked out. This way checkout could limit the versions checked out or restrict access to branches etcetera. There are various things I could

Re: Client/Server in CVS

2000-05-03 Thread Donald Sharp
You have two choices: a) You need to export the filesystem that the CVSROOT is on, then mount that filesystem on the different machine. Setting CVSROOT apropriately for it. b) use pserver mode. Somone on this list has a version of cvs that works in pserver mode for windows... donald On Wed,

RE: question (preference?) about xmalloc

2000-05-03 Thread Cameron, Steve
[smc] David Thornley wrote: [...] If xmalloc is to initialize memory, I'd prefer it to be initialized to something obviously bad. Jonathan Gilligan had some very good suggestions. Now, "obviously bad" is system-specific, but it's better than initializing to a value selected to be

Re: Implementing CVS transactions via Phased Commit

2000-05-03 Thread Michael Gersten
Just my thoughts. Trying to get an automic multi-file commit: (1) Edit files, and check them in. [Errors may occur here, leaving some files checked in and others not. No matter.] If multiple people are running though this procedure at the same time, you can get some nasty conflicts at this

RE: Interest in checkoutinfo administration file?

2000-05-03 Thread Arthur Barrett
I thought this was the point of cvswrappers, which is currently disabled, which is another point entirely... grin Is there any interest in CVS having a "checkoutinfo" administration file? This would be similar to "commitinfo" as it would run a script before files are checked out. This way

RE: Client/Server in CVS

2000-05-03 Thread Arthur Barrett
Sam, You may want to try the cvsnt mailing list as well (subscribe at www.cvsnt.com) I assume you are using Tony Hoyles cvsnt ? Reading the past messages there should help, I've also attached a recent e-mail between Tony, Myself and another lister... (at the end) Regs, Arthur Hi, I've

Re: Interest in checkoutinfo administration file?

2000-05-03 Thread Donald Sharp
What you are looking for is the modules file. Split your project up into multiple modules. Each module being something you want to restrict access to. Within the CVSROOT/modules file use the -o program to specify what program to run to prevent checkout. donald On Wed, May 03, 2000 at

Re: Interest in checkoutinfo administration file?

2000-05-03 Thread Noel L Yap
I'd be interested in this for the reasons you mention. Noel [EMAIL PROTECTED] on 05/03/2000 04:22:46 PM To: [EMAIL PROTECTED] cc: (bcc: Noel L Yap) Subject: Interest in checkoutinfo administration file? Is there any interest in CVS having a "checkoutinfo" administration file? This

pserver problem in moving from 1.10 to 1.10.8

2000-05-03 Thread Aditya . Sanghi
Hi CVSers HLP!! Operating System : AIX 4.3 CVS Mode : pserver CVS Version : 1.10 We used to get the following irritating warning from cvs server on runnning every cvs command. e.g. cvs update: warning: unrecognized response `setgroups: Not owner' from cvs server Now i've

Re: history patch

2000-05-03 Thread Russ Allbery
Matthias Kranz [EMAIL PROTECTED] writes: On Tue, May 02, 2000 at 09:21:32AM -0600, Derek Scherger wrote: I noticed after the y2k rollover that CVS dates had year = 99 and then year = 2000 which seemed kinda strange. I haven't checked but this might have been fixed in one of the 1.10.x

Re: question (preference?) about xmalloc

2000-05-03 Thread Russ Allbery
Donald Sharp [EMAIL PROTECTED] writes: Although looking at the xmalloc call, I don't know if it's such a good thing for it to take a 0 length request and turn it into a 1 byte request. Why would we need to ask for a 0 length portion of memory? malloc of 0 bytes on some platforms returns

Re: Interest in checkoutinfo administration file?

2000-05-03 Thread Erik Kluzek
On Wed, 3 May 2000, Donald Sharp wrote: What you are looking for is the modules file. Split your project up into multiple modules. Each module being something you want to restrict access to. Within the CVSROOT/modules file use the -o program to specify what program to run to prevent