CVS 1.9.20 as far as I can see uses local time instead of GMT for commits. This is quite bad and breaks a lot of things. :-( Tor...
Tor Arntsen
tor@...
Jan 4, 1998 4:42 am
6947
Hello. I intend to use cvs over secure shell. cvs works fine when I stay within the local net. Now I want to dial-up to the local net with my machine at home...
Martin Steffen
ms@...
Jan 4, 1998 6:18 pm
6948
... Bash doesn't read your startup scripts (.bashrc, .bash_profile) when you execute it non-interactively, this is the case with other sh-like shells too (e.g....
Tor Arntsen
tor@...
Jan 5, 1998 4:01 am
6949
On Sunday, January 04, 1998 4:19 AM, Martin Steffen ... Hi. ... not ... is ... I think you should set, on your local machine, CVSSERVER (it might be ...
Marty Franchuk
franchuk@...
Jan 5, 1998 4:18 am
6950
... Enami tsugutomo sent in a fix for this, which I checked in. The fix is in the (brand-new) CVS 1.9.22. CVS 1.9.22 also has fixes for the other big known...
Jim Kingdon
kingdonc@...
Jan 5, 1998 5:00 am
6951
set address nuhn@......
Peter Nuhn
nuhn@...
Jan 5, 1998 5:12 pm
6952
kkk...
Peter Nuhn
nuhn@...
Jan 5, 1998 5:59 pm
6953
I just got off the phone with Findmail Communications, which is the source of the messages which are spewing out onto the list. He says he'll try to track...
Jim Kingdon
kingdonc@...
Jan 5, 1998 7:44 pm
6954
... I want a stable release, but I'm using 1.9.20 because 1.9's client-server support is unusably buggy. It sure would be nice if we could have parallel...
Kragen Sittler
sittler@...
Jan 5, 1998 6:07 pm
6955
... This is not strictly accurate. There are two relevant attributes to each shell process: Is it interactive? and Is it a login shell? Bash doesn't do...
Kragen Sittler
sittler@...
Jan 5, 1998 6:01 pm
6956
... Well, I'd suggest 1.9.18 or 1.9.10. 1.9.20 was worse than most. This will happen from time to time but I don't expect it to be the norm. Generally...
Jim Kingdon
kingdonc@...
Jan 5, 1998 6:30 pm
6957
... This isn't correct, it does not read .bashrc if it's a non-interactive shell (which is the case if you do e.g. 'ssh remotecomputer date'. Just try putting...
Tor Arntsen
tor@...
Jan 6, 1998 12:13 am
6958
Could someone provide information on how I can create a new build from my repository into my workspace? I wish NOT, to checkout all files when its time to...
John Swan
g583284@...
Jan 9, 1998 7:21 pm
6959
Hello, CVS seems to be keeping the incorrect time. When I perform a commit on the file foo.c (current time is Fri Jan 9 15:57:36 EST 1998), but CVS shows...
John Muller
john.muller@...
Jan 10, 1998 12:02 am
6960
... CVS (or rather RCS) always stores times in UTC (sometimes called GMT). This is a feature. Otherwise you wouldn't be able to use rcs or cvs between...
Assar Westerlund
assar@...
Jan 10, 1998 7:37 pm
6961
Hi, how do I get rid of all the mails with subjects "novice:creating repository"?? Am I the only one who gets lots of these mails? Thanks, Dirk Dirk Raebiger...
Dirk Raebiger
drabiger@...
Jan 10, 1998 2:45 am
6962
Hello.. I'm in the process of setting up a cvs server, to use in a software project. I'm going to set it up on the dormitory server (where I'm the sysop). The ...
Morten Olsen
morten@...
Jan 10, 1998 12:36 am
6963
Does anyone know the best way to ALWAYS make certian files check in and out of CVS with the -kb flag? We have a number of binary files under CVS control and...
Bruce Tennant
brucet@...
Jan 8, 1998 4:54 pm
6964
... Hi Brad (and info-cvs subscribers, postmasters cc'd) - I'm afraid we had a "situation" with this list which took some time to resolve. The machine...
Martin Hamilton
martin@...
Jan 10, 1998 9:01 pm
6965
Since "patch" expecially ignore Index: lines for context diffs according to POSIX 1003.2b/D11 section 5.22.7.2 and current practice for GNU "patch" (any...
Андрей ...
ache@...
Jan 11, 1998 10:18 am
6966
unsubscribe jack donn...
jack donn
jjdonn@...
Jan 11, 1998 9:10 pm
6967
thanks to the folks who responded to my usenet query last week to share what they do (or don't do) about version control in web development. i've tentatively...
Sean Dreilinger
sean@...
Jan 12, 1998 10:38 am
6968
... Well, Peter, indeed. This only incidentally worked as intended as long as the -L option to diff/rcsdiff didn't exist, so at least one of the pathnames in...
J Wunsch
j@...
Jan 12, 1998 4:20 pm
6969
... I'm not clear on what you're talking about. Maybe other people are also puzzled, because I've seen no responses to you yet. What do you want to do? You...
Kragen Sittler
sittler@...
Jan 12, 1998 6:29 pm
6970
... Date: 5 Jan 1998 16:23:17 -0000 From: Joon Park <jpark@...> To: info-cvs@... Subject: novice:creating repository Resent-Date: Mon, 5...
Andrew Chin
china@...
Jan 12, 1998 4:01 pm
6971
Help... I am using a Unix server with NT client, CVS version 1.9. When doing an update, the NT client states that it is going to perform a patch on the code....
Bill Webster
bwebster@...
Jan 12, 1998 7:38 pm
6972
I am a fairly new user of CVS. I am using CVS 1.9 on Linux 2.0. I am trying to merge a branch (foo_1998_01) back into the main trunk. I tried following the...
Dan Lipofsky
danlip@...
Jan 12, 1998 8:58 pm
6973
Hi all!! We're looking for a good tool for tracking bugs. The most basic requirement is that the tool be customizable so that we can add our own fields and...
Krishna Podury
krishna@...
Jan 12, 1998 11:28 pm
6974
Can CVS handle symbolic links? Is there any plans to add this capability? It would be really nice when a module is checked out to have certain symbolics links...