[ On Thu, February 0, 1996 at 14:51:27 (), Dave Gymer wrote: ] ... It does seem to work without the "user@" part.... This is from a CVS-1.7 client running on...
855
IAN A HISCOCK ...
Mar 1, 1996 4:17 pm
subscribe...
856
Claude GIGANTE / Herv...
Mar 1, 1996 4:26 pm
Hello everybody, I have been trying to move Mr Blandy's port of CVS to Windows NT on my Windows 95 machine. It compiles fine, but the execution breaks on the ...
857
Dave 'Gizmo' Gymer ...
Mar 1, 1996 6:40 pm
... Hmm. I tried that too but had no luck. This isn't exactly a critical bug since one can get the desired effect by doing a checkout followed by using find to...
858
Greg A. Woods ...
Mar 1, 1996 7:15 pm
Revision numbers, creation date, state, author, etc., are all vaules the version control system generates and specifies to you. Remember that all of these...
859
Wes Hardaker ...
Mar 1, 1996 9:34 pm
The other option here is to have either a bi-directional or uni-directional gateway between the news group and the mailing list. This is done for a lot of...
860
Greg A. Woods ...
Mar 1, 1996 10:25 pm
[ On Fri, March 0, 1996 at 10:40:05 (), Dave Gymer wrote: ] ... Well, not exactly. You would have to use 'cvs -l co' and always use '-r' to be pedantic. I'm...
861
Glenn P. Davis ...
Mar 1, 1996 11:51 pm
... With all due respect, I believe you are misunderstanding the issue. The question is whether the 'internal' revision number can be tranferred from...
862
Greg A. Woods ...
Mar 2, 1996 12:05 am
[ On Fri, March 1, 1996 at 13:09:50 (-0700), Glenn P. Davis wrote: ] ... No, I don't think so. I've gone down this same path myself. RCS does not provide...
863
Greg A. Woods ...
Mar 2, 1996 2:21 am
[ On , March 1, 1996 at 09:16:12 (-0800), Wes Hardaker wrote: ] ... Indeed We may as well not get too far into this discussion, since most of it is moot. If...
864
David Klann ...
Mar 4, 1996 9:24 am
This is an automatically posted mini-FAQ. The "Subject:" header will not change unless the contents of the mini-FAQ change, which I hope will be infrequently....
865
Dave 'Gizmo' Gymer ...
Mar 4, 1996 3:04 pm
... I did look at that. In fact, there were some very obvious bugs in src/client.c in the update_entries function. For example, the "options" variable...
866
Greg A. Woods ...
Mar 4, 1996 8:17 pm
[ On Mon, March 0, 1996 at 09:58:15 (), Dave Gymer wrote: ] ... There's been some recent resurgence within the CVS developers group in using gcc's -Wall...
867
Richard Decker ...
Mar 4, 1996 9:19 pm
Fellow CVSers We have a situation that I am trying to address with respect to modules. We have our source code modules separated by functionality (big ...
868
Chester Tai ...
Mar 4, 1996 9:52 pm
When I have $log$ in the file and commit the file. The hours is off by 8. (CA time). I notice it is using gmtime(). How do I make it use the local time...
869
Mikel Doucet ...
Mar 4, 1996 11:43 pm
... Personally, I prefer to go with a self-contained module approach (ie. every 'thing' that is related to a module is contained inside a module). However, you...
870
Mike Sutton ...
Mar 5, 1996 1:09 am
... What I have done is use a module names like, hex_wksp and include_hex_wksp when there is a name conflict. Mike Sutton | Life is...
871
Philip Guenther ...
Mar 5, 1996 1:58 am
... RCS always stores times in the RCS file in UTC. However, you can ask RCS (that is, co) to use a different timezone using the -z flag _to_co_. However,...
872
Karen Hensley ...
Mar 5, 1996 2:14 am
... I always put everything explicity in one alias module: hex_wksp_all -a cad/hex/hex_wksp \ cad/include/hex_wksp/first.h \ cad/include/hex_wksp/second.h \ ...
873
Tony Gargulak ...
Mar 5, 1996 2:20 am
We're running cvs 1.3 on solaris 2.4. I've checked the FAQ and can't find if it is valid to 'cvs remove' a file from within a branch. I'd expect the file to be...
874
Greg A. Woods ...
Mar 5, 1996 4:53 am
[ On Mon, March 4, 1996 at 08:49:50 (-0800), Chester Tai wrote: ] ... First off, don't use $Log in CVS controlled files. Use the "rcs2log" script in the...
875
Greg A. Woods ...
Mar 5, 1996 5:03 am
[ On Mon, March 4, 1996 at 11:52:27 (-0500), Richard Decker wrote: ] ... There are two other ways of thinking through this problem which may help clarify your...
876
Andre Eickler ...
Mar 5, 1996 2:34 pm
Hello there, lately, I posted a question about bogus merge conflicts with cvs 1.7. Today I noticed, that part of these merge conflicts are due to the fact,...
877
rayer ...
Mar 5, 1996 9:35 pm
// Subject: okay to remove files in a branch? // Status: R // // We're running cvs 1.3 on solaris 2.4. I've checked the FAQ and // can't find if it is valid to...
878
Larry Jones ...
Mar 5, 1996 10:17 pm
The good news is that cvs-1.7 builds and passes the sanity checks on: Intel 386 ISC 4.0.1 HP 9000/715 HP-UX 9.05 SGI Irix 5.3 The bad news is that vendor...
879
Philip Guenther ...
Mar 6, 1996 7:04 am
... Not so, as then checking out a revision earlier on the branch should include the file that was removed from the head of the branch. Recent version of cvs...
880
Abdel Kader Diagne ...
Mar 6, 1996 2:30 pm
Hi there, Problem #1: I'm using cvs 1.7 on SunOS. Are there some emacs extensions than support the use of cvs -- For RCS I used the config module and set the ...
881
Daniel Morris ...
Mar 6, 1996 7:32 pm
Hello Kader, We experienced a similar problem checking in files of .cmd extension (linker command files for an embedded C compiler). It substituted a '::'...
... This has worked for me: cvs admin -c"; " <file> I am not sure how the initial import is handled, but once the file exists this will change the RCS...