Hello all - Does anyone know of a test suite that I could use to verify a bunch of RCS unix ports? Like a bunch of shell scripts that would exercise the basic...
Russ Tremain
russt@...
Dec 1, 1996 11:19 pm
3402
It hurts to say this, but the ClearCase way is the correct way. Tagging works, but having RCS remember merges would be better, and not *too* difficult to...
Kevin Dalley
kevin@...
Dec 2, 1996 12:52 am
3403
Hi all, I have a bunch of modules all under the same source directory (/usr/local/cvsroot/ourproject) which I would like to branch off to send to someone. What...
Ben Elliston
bje@...
Dec 2, 1996 1:27 am
3404
... Is this someone going to edit code and want to merge it in later? ... You don't need to branch until you decide you want to make some edits. Tag your...
John Goodsen
jgoodsen@...
Dec 2, 1996 5:50 am
3405
... Well, here is my hint: I in the initial project-setup phase I add a dummy-file to each CVS-directory. In our project env. all working dir's are created...
gtornblo@...
Dec 2, 1996 1:05 pm
3406
... RCS comes with one. Run "make installtest" in the RCS "src" directory to run it. Additional instructions can be found in the src/README file. -- Paul M....
Paul Sander
paul@...
Dec 2, 1996 2:59 pm
3407
... I'm not sure what you're looking for here. Is it simply to duplicate the CVS directory in a workspace w/o any files actually getting checked out? If so,...
John Goodsen
jgoodsen@...
Dec 2, 1996 7:31 pm
3408
[ On Thu, November 21, 1996 at 20:27:05 (+0000), Gerd Kluger wrote: ] ... Yes! I really like this idea. It is a very elegant way of enforcing an audit trail...
Greg A. Woods
woods@...
Dec 2, 1996 9:01 pm
3409
I'm working with a Windows port of CVS. I've read through the manuals and the FAQ, but I can't seem to set up my cvswrapper file correctly to process binary...
Brian Myers
bmyers@...
Dec 2, 1996 9:01 pm
3410
Dear Greg: ... I already sent it to the list, if you missed it, send me a mail and I forward it to you by mail. ... Although I would also prefer a logging per...
Gerd Kluger
gerd@...
Dec 2, 1996 10:27 pm
3411
... Thanks for the offer and maybe someone else on this list can have use for your script. But in my case I choose to let cvs do the workdir setup because I...
gtornblo@...
Dec 3, 1996 10:28 am
3412
... guess what? we've got a a script (er better yet, a method on an Itcl class) that will generate the CVS subdirectory. This will be much faster than letting...
John Goodsen
jgoodsen@...
Dec 3, 1996 10:59 am
3413
... OK, but I am 'not' deleting the tree afterwards and I let CVS do the setup because I don't wanted to duplicate the cvs behaviour. This is for a number of ...
gtornblo@...
Dec 3, 1996 10:59 am
3414
... Yes, there's a bug in the taginfo mechanism which does not pass the list of affected files to the script when deleting a tag. The bug is still in 1.9 which...
Gerd Kluger
gerd@...
Dec 3, 1996 6:40 pm
3415
I'm doing a bblisa presentation on Host Factory next week. If you're in the Boston area and you're interested, come see what I'm up to! Brian ... ========...
Brian Bartholomew
bb@...
Dec 4, 1996 12:31 am
3416
We are interested in implementing precheckout policies, such as asking for a valid bugid etc. The -o checkout_prog option in the modules file actually runs...
Jeffrey Reed
f10169@...
Dec 5, 1996 3:01 am
3417
subscribe...
Mark Vertongen
mark.vertongen@...
Dec 5, 1996 3:42 pm
3418
... The editinfo file is intended for this purpose. However, it doesn't appear to work when CVS is running in client/server mode (which kinda makes sense, but...
Steve Willer
willer@...
Dec 5, 1996 9:32 pm
3419
I forgot to mention that I'm using 1.9 on SunOS 4.1 (server) and Solaris 2.5 (client), with RCS 5.7. Kevin Layer layer@......
Kevin Layer
layer@...
Dec 5, 1996 11:26 pm
3420
More precisely: I made a branch by doing this: cvs co foo cd foo cvs tag release_1_0_alpha_start cvs tag -b -r release_1_0_alpha_start foo1_0_alpha cvs update...
Kevin Layer
layer@...
Dec 5, 1996 11:40 pm
3421
... Ahh, I see. I saw the note about bugids and didn't read the rest very carefully. To tell you the truth, the only thought that comes to mind is "Why would ...
Steve Willer
willer@...
Dec 6, 1996 12:18 am
3422
... It is our understanding that editinfo is a precommit policy. We are looking for a preCheckout policy. The idea is that a bug tracking systems records all...
Jeffrey Reed
f10169@...
Dec 6, 1996 12:26 am
3423
// From layer@... Thu Dec 5 16:27:07 1996 // To: info-cvs@... // Subject: removed files reappearing during merge from branch onto trunk //...
rayer
raye.raskin@...
Dec 6, 1996 4:31 am
3424
Anjani Sudarshan
anjani@...
Dec 6, 1996 9:07 am
3425
Hello all-- we are using our NT/Unix NFS connection, and have run into some problems when trying to checkin changes. Our repository is on Unix. When a change...
Maeve Kennedy
mkennedy@...
Dec 7, 1996 1:27 am
3426
Loren Cheng
lcheng@...
Dec 7, 1996 2:50 am
3427
I am attempting to set up a "remote" repository under Windows NT. This is an "all NT" network, so there is no way to use the client/server setup that works so...
Robert Kast
bobk@...
Dec 9, 1996 11:19 pm
3428
I have seen the client port of CVS v1.9 for Windows NT, but no mention of a server port. Does one exist? Is one in the works? Any help appreciated, Charles...
Charles E. Patrick III
cpatrick@...
Dec 10, 1996 2:43 am
3429
Am I correct in saying that the difference between tag and rtag is that tag tags the BASE revision of the working directory and rtag tags the HEAD revision of...
Noel Yap
nyap@...
Dec 10, 1996 9:27 pm
3430
Can anyone offer experience on moving directories and/or modules within CVS repository? Any automated methods appreciated. Methods that preserve history and...