... I agree. The way to make this happen, roughly, is for people to start playing around with designs for an interface, implementations to try out, &c. See...
Jim Kingdon
kingdonc@...
Jan 5, 1999 3:43 am
11125
Hi there, Many open source projects provide access to their source code via remote cvs (usually pserver). Unfortunately, many people are prevented from using...
Andy Piper
andyp@...
Jan 5, 1999 4:01 am
11126
I've got what is probably a simple question about the log command. I've got a branch that indicates a 'release' of the code. I've since committed a few...
Rob Nichols
rob@...
Jan 5, 1999 5:53 am
11127
... Is there an *easy* way to find out when the last cvs update was run in a sandbox? It is simple to find the most recent commit. (Just this `script': cat ...
Juergen A. Erhard
jae@...
Jan 5, 1999 5:53 am
11128
... I'm a little surprised at this answer. The reason to use branches has nothing to do with the activity of development. It has to do with separating...
Kevin Layer
layer@...
Jan 5, 1999 8:11 am
11129
I set up CVS 1.10 at my home PC (Win98/Emacs 20.3), Cygwin 19 (soon 20.1) and I'm carrying the development files from work to my home PC to be able to do win32...
Jari Aalto+.emacs
jari.aalto@...
Jan 5, 1999 8:27 am
11130
What strategy pepole use when they get sofware updates? I have the initial import done for the pcl-cvs 2.9.1 Emacs module in directory: lisp/pcl-cvs tagged as...
Jari Aalto+.emacs
jari.aalto@...
Jan 5, 1999 8:33 am
11131
... It should stay untouched if you don't get any updated files from the repository. Jörg P.S.: Grüße an Steffen Kirschke! Der müßte Dir doch...
Joerg Bullmann
joerg@...
Jan 5, 1999 8:34 am
11132
Hi that would solve all our problems ... -- ICQ=6445186 AOL IM= KaySG ========= Everyone has a photographic memory. Some don't have film. Kay Schulz ...
Kay Schulz
kay@...
Jan 5, 1999 9:47 am
11133
I have a question using old CVS client software with new CVS server (1.10.4). All my clients run CVS 1.9 connecting actually to a CVS 1.9 server. Do I run into...
Georg Bolz
bol@...
Jan 5, 1999 10:03 am
11134
When compiling CVS version 1.10.4 on Solaris, the make died, complaining that it couldn't find "ar". We have ar on the machine, but it wasn't in the path. It...
Arthur, Simon (Atlanta)
Simon.Arthur@...
Jan 5, 1999 10:06 am
11135
What's the easiest and fastest way of moving source files and directories to a new directory structure w/o losing log/history information on the files? (same...
Eddy Pulido
EPULIDO@...
Jan 5, 1999 10:06 am
11136
Which reminds me of a question I've been wanting to ask (assuming that CVS sources are under CVS control somewhere): are releases of CVS done from a branch and...
Kevin Layer
layer@...
Jan 5, 1999 10:07 am
11137
... No, no, there's no reason to change the default. The issue is whether "cvs import -b 1" should do a main branch import. That strikes me as eminently...
Jim Kingdon
kingdonc@...
Jan 5, 1999 10:07 am
11138
... Yes, http://www.cyclic.com/cgi-bin/cvsweb/ccvs ... It has been suggested, but we haven't gotten around to doing it, at least not yet. Given that CVS is...
Jim Kingdon
kingdonc@...
Jan 5, 1999 10:11 am
11139
The tagging feature in CVS is best I've encountered after using RCS so long. I've used small awk script to print version trre summary for rcs files to keep...
Jari Aalto+list.cvs
jari.aalto@...
Jan 5, 1999 10:11 am
11140
http://www.enteract.com/~bradapp/acme/branching/ covers a lot of what Kevin (below) discusses. I would suggest creating a link from the CVS web page if it...
Noel Yap
nyap@...
Jan 5, 1999 2:50 pm
11141
Does anyone know if there is a y2k 'statement' available on the web, for cvs? Thanks... Marc G. Fournier Systems Administrator @ hub.org primary:...
... Naah, we'd just work around them :-(. Or more likely, never hit them. CVS just isn't a big enough project to be all that good a test bed. It may not seem...
Jim Kingdon
kingdonc@...
Jan 5, 1999 4:20 pm
11144
... Provided you tagged the branchpoint, the patch at http://www.cyclic.com/cvs/unoff-log.txt seems like it would do the trick. ... See if you'd be interested...
Jim Kingdon
kingdonc@...
Jan 5, 1999 4:45 pm
11145
... I haven't had time to read the whole thing, but yes this looks quite comprehensive. ... Not sure if you had a particular CVS web page in mind :-), but I...
Jim Kingdon
kingdonc@...
Jan 5, 1999 4:53 pm
11146
For all the work on branches, there are still problems. There will be problems with branches until you and the other developers that work on CVS use them. I...
Kevin Layer
layer@...
Jan 5, 1999 6:42 pm
11147
... I just skimmed the paper. Looks nice. My comments were just the tip of the iceberg compared to this paper. I definitely agree that there should be a link...
Kevin Layer
layer@...
Jan 5, 1999 6:42 pm
11148
... Good question. Jim Blandy did 1.9, but he now has a job and therefore isn't available. Noel Cragg did 1.10, and hopefully he will be available at some...
Jim Kingdon
kingdonc@...
Jan 5, 1999 7:54 pm
11149
Hi Is it possible to automate cvs login from shell eg to login, checkout things from within shell script? Something like #!/bin/sh cvs login -p mypassword cvs...
Jason Armstrong
jason@...
Jan 7, 1999 1:31 am
11150
... Hi! You are logged in until you explicitally log out from cvs. The password is saved, lightly scrambled, in a .cvspass file in your home directory. It's...
Palle Girgensohn
girgen@...
Jan 7, 1999 2:39 am
11151
Hi our server runs on UNIX all clients on NT (most using winCVS) Did someone added the firewall patch to the source and recompiled the clients (on NT) for it? ...
Kay Schulz
kay@...
Jan 7, 1999 9:30 am
11152
Hi I try to compile cvs 1.10 on NT 4.0 SP 4 Visual Studio 6.0 SP 1 because I like the firewall patch to be integrated And it complains about the diff/version.c...
Kay Schulz
kay@...
Jan 7, 1999 9:44 am
11153
... [Cameron, Steve] Well, seeing as how logging in is only required once. (with pserver anyways) just login manually, then from then on out, you don't need to...