Re: Weird CVS behaviour

2001-02-01 Thread Laurent Duperval
On 1 Feb, Larry Jones wrote: > Laurent Duperval writes: >> >> Following is a real CVS session. I can repeat this behaviour ad nauseum. > > Could you repeat it using the -t global option to see what CVS is doing > internally, please? Also, are you using a local reposito

Re: Terminated with fatal signal 11

2001-02-01 Thread Laurent Duperval
On 1 Feb, Larry Jones wrote: > Laurent Duperval writes: >> >> cvs server: Updating Sources/Test/mikmod >> Terminated with fatal signal 11 > > Signal 11 is SIGSEGV (Segmentation violation), which means you probably > ran out of (virtual) memory, although CVS shou

Terminated with fatal signal 11

2001-02-01 Thread Laurent Duperval
is, maybe I can point the maintainers of the server to a fix. Thanks, L -- MY EMAIL ADDRESS HAS CHANGED --> UPDATE YOUR ADDRESSBOOK Laurent Duperval "Montreal winters are an intelligence test, Netergy Networks - Java Centerand we who are here have failed it

Weird CVS behaviour

2001-02-01 Thread Laurent Duperval
gt;cvs up cvs server: Updating . U Makefile.am U fptools.c U fptools.h U uucheck.c U uudeview.h U uuencode.c U uuint.h U uulib.c U uunconc.c U uuscan.c U uustring.c U uustring.h U uuutil.c -- MY EMAIL ADDRESS HAS CHANGED --> UPDATE YOUR ADDRESSBOOK Laurent Duperval "Mon

Re: WinCVS like tool for Linux/X Windows?

2001-01-12 Thread Laurent Duperval
nicer visually, making it easier > to understand what you're looking at. > The canvas merge has bee put into the main trunk this week. I found a few issues with it (specifically, if you use the Editors column) but overall it works pretty well. L -- MY EMAIL ADDRESS HAS CHANGED --&

Re: WinCVS like tool for Linux/X Windows?

2001-01-12 Thread Laurent Duperval
dunno about either of the latter. Look on the CVS website, there used to be links to all these tools. L -- MY EMAIL ADDRESS HAS CHANGED --> UPDATE YOUR ADDRESSBOOK Laurent Duperval "Montreal winters are an intelligence test, Netergy Networks - Java Center

Merge and cponflicts with blanks

2000-12-12 Thread Laurent Duperval
Hi, When doing a cvs update, how can you tell CVS that you want to ignore white space? IOW, use "cvs diff -b" to determine diffs instead of plain "cvs diff"? Thanks, L -- MY EMAIL ADDRESS HAS CHANGED --> UPDATE YOUR ADDRESSBOOK Laurent Duperval &

Re: How to update when CVS server moves?

2000-11-24 Thread Laurent Duperval
On 24 Nov, Sankaranarayanan K V wrote: > On Fri, Nov 24, 2000 at 08:41:54AM -0500, Laurent Duperval wrote: >> Hi, >> >> How do you synchromise your source code with a server that moves? > > I typically do something like this: > > export CVSROOT=:pserver:[EMAIL

How to update when CVS server moves?

2000-11-24 Thread Laurent Duperval
(sub)directories so from now on in syncs with b.com? Or do I have to do a checout from b.com then reapply all the my patches from the original codebase? Am I being clear enough here? Thanks, L -- MY EMAIL ADDRESS HAS CHANGED --> UPDATE YOUR ADDRESSBOOK Laurent Duperval "Mon

Re: Removing stiky options

2000-08-11 Thread Laurent Duperval
[EMAIL PROTECTED] wrote: > > What if you remove the file from the reposetory and then add it again..?? > Doesn't that destroy all Log information? I think it's kind of extreme just to fix a bad -k option. L -- Laurent Duperval "Montreal winters

Removing stiky options

2000-08-09 Thread Laurent Duperval
Hi, Someone accidentally inserted a file in the repository with the -kb flag. We want it to revert to (null). I can't figure out how to do that. The closest I came was using the -kkv flag which seems to be the normal behaviour. Am I correct? Is there a way to remove sticky flags altogether? Tha