Search the web
Sign In
New User? Sign Up
info-cvs · installing and using CVS
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1316 - 1345 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1316
... I'd thought along similar lines myself, and thought the names `cvshints' and `.cvshints' suited well. I imagined it's contents to be something like ignore...
mhw@...
May 1, 1996
3:25 pm
1317
[ On Tue, April 30, 1996 at 18:16:21 (-0400), Jim Kingdon wrote: ] ... I didn't think this decision had been agreed on by the majority of info-cvs folk. I may...
Greg A. Woods ...
May 1, 1996
5:46 pm
1318
I am writting a document which explains the process to be followed for version control. I use CVS. It doesn't have to be jazzy, is there some process doc...
B.G. Mahesh ...
May 1, 1996
5:51 pm
1319
[ On Wed, May 1, 1996 at 11:38:48 (+0100), mhw@... wrote: ] ... I do like "cvshints" (or "cvs-hints"), and I like the idea of using ...
Greg A. Woods ...
May 1, 1996
6:11 pm
1320
-*- As spoken by Greg A. Woods -*- ... I agree that this seems overkill. Why not just make "BASE", "HEAD" and other needed "key" tags reserved? Kirby ... ...
Kirby Koster ...
May 1, 1996
6:55 pm
1321
[ On Wed, May 1, 1996 at 10:44:52 (-0400), Noel Yap wrote: ] ... #defines *will* work, provided you use them to choose the default location and/or names of...
Greg A. Woods ...
May 1, 1996
7:51 pm
1322
... X-Sun-Data-Type: text X-Sun-Data-Description: text X-Sun-Data-Name: text X-Sun-Charset: us-ascii X-Sun-Content-Lines: 108 ... We have multi-variant...
Noel Yap ...
May 1, 1996
8:15 pm
1323
... [...] I know I'll have to disable this feature for my main use of CVS, as my local standards require that the vendor branch tag be the name of the module,...
ropella@...
May 1, 1996
8:18 pm
1324
... I looked at the 87 snapshot. the dirname functions now seem to be "reposdirnam". Life is good....
Michael Helm ...
May 1, 1996
8:26 pm
1325
... Compiling on SCO/ODT 3.0 (aka SCO 3.2v4.2) has the following problems: 1. running configure results in the following noise: pw.baloo.17422> CC="cc -quiet"...
Peter Wolfe ...
May 1, 1996
10:39 pm
1326
... } } > * Tag names containing only uppercase letters (no lowercase letters, } > digits, or punctuation) are now reserved for CVS; it will not let you ...
Richard England ...
May 1, 1996
11:04 pm
1327
} > * Tag names containing only uppercase letters (no lowercase letters, } > digits, or punctuation) are now reserved for CVS; it will not let you } >...
ropella@...
May 1, 1996
11:21 pm
1328
... I'm uncertain who makes the decisions about these things, but whoever you are, please don't waste so much of the legal character set to achieve this simple...
Raymond Y. Lillard ...
May 1, 1996
11:26 pm
1329
There is no reason why you cannot read in these files at run time, and run them thru cpp, or some other processor. see popen(3S). In other words, you can build...
Mike Ekberg ...
May 1, 1996
11:27 pm
1330
Sorry about the earlier (incomplete) message - my finger slipped :-) ... Compiling on SCO/ODT 3.0 (aka SCO 3.2v4.2) has the following problems: 1. running...
Peter Wolfe ...
May 2, 1996
12:32 am
1331
1) Use some special sequence of one or more characters to prefix the reserved tagnames. Yes, please! The double-underscore of ANSI C comes to mind.... -- ...
Chris_Eich@....
May 2, 1996
12:41 am
1332
May I suggest using All caps with an initial underscore as reserved words for CVS. Something like _BASE or _HEAD? -Maurice...
Maurice C. Ling ...
May 2, 1996
12:45 am
1333
[ On Wed, May 1, 1996 at 17:24:21 (-0400), Noel Yap wrote: ] ... So use something that you explicitly supply.... ... How do you know? Why do you want/need to...
Greg A. Woods ...
May 2, 1996
1:14 am
1334
For MacCVS (macintosh cvs) users out there, I have released a version of MacCVS 1.7 that offers an AppleEvents interface in addition to the SIOUX interface. I...
Mike Ladwig ...
May 2, 1996
1:15 am
1335
I've had problems getting tests to pass so far with 1.7.86. Was hoping that people on this list with similar OS's could report on successes or failures. I...
norton@...
May 2, 1996
1:16 am
1336
... I am only dealing with ONE file name with multiple variants. Again, the problem is that CVS does not handle file variants. My solution would allow this...
Noel Yap ...
May 2, 1996
1:24 am
1337
I'm having problems with 1.7.87 on NextStep 3.3, rcs 5.7, diff 2.7, patch 2.1 ... Then I tried a little and noted that 1.7.87 is loosing the '-kb' flag on...
Martin Portmann ...
May 2, 1996
1:41 am
1338
[ On Wed, May 1, 1996 at 17:17:54 (-0400), Noel Yap wrote: ] ... If you have file variants, put the variants in separate files, and voila, you have support...
Greg A. Woods ...
May 2, 1996
1:51 am
1339
... 0. I can't depend on cpp being on the machine at run time. 1. I don't want to have to checkout files that I know I won't need at run time. 2. I don't want...
Noel Yap ...
May 2, 1996
1:58 am
1340
... I comment on this below. ... Right, but he also does not say the VC tool should not support this useful functionality. I started using CVS so I wouldn't...
Noel Yap ...
May 2, 1996
2:09 am
1341
... You'll not be able to make any edits and then commit. It's not possible to have tag aliases for branches. The type of tag you've shown above helps in no...
Noel Yap ...
May 2, 1996
2:09 am
1342
... I just tried it, and it worked for me. cvs tag <tag> <file> cvs tag <tag2> <file> It got tagged both times. I tried 'cvs status -v <file>' to confirm, and ...
Steve Willer ...
May 2, 1996
2:19 am
1343
... Another "me too." I'd have to make modifications as well. -sj -- Steven Jowers / MDC2-2271 | (713) 244-4573 |"I am not out of my mind,..., McDonnell...
Steven Jowers ...
May 2, 1996
2:50 am
1344
nyap@... (Noel Yap) writes: [Must you use that icky sun pseudo-MIME message format? Also, <75 columns is good.] ... I've now seen the word...
Philip Guenther ...
May 2, 1996
2:55 am
1345
OK. Here is my 0.02$: If you check out only the files that apply to the current platform, how do you make a common/consistent edit to the platform dependant...
Tom Schutter ...
May 2, 1996
3:24 am
Messages 1316 - 1345 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help