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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 8611 - 8640 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8611
I am currently experimenting with jCVS before deciding whether to turn the project team loose on it. I have several questions I want to ask someone ...
Chris Cameron
ccameron@...
Send Email
Jul 1, 1998
7:03 am
8612
In order for users to do the correct thing and use `cvs release -d' instead of `rm -rf', I'd like to see a force flag added to release. As it stands, there is...
Mitchell Perilstein
mitch@...
Send Email
Jul 1, 1998
7:41 am
8613
I'd like to know how to make it possible to checkout a CVS module anonymously, just like you can with several projects on the Internet, like OpenBSD for...
Martin Insulander
main@...
Send Email
Jul 1, 1998
9:06 am
8614
... I think this is one of the great features of CVS. I maintain some software (the text/code for "Effective Tcl/Tk Programming") that has both unix (.tar.gz)...
Mark Harrison
markh@...
Send Email
Jul 1, 1998
9:11 am
8615
Resent-Date: Tue, 30 Jun 1998 09:59:51 -0400 Date: Tue, 30 Jun 1998 08:30:34 -0500 From: "D.J. Miller II" <jamesm@...> Reply-to: jamesm@... ...
John Harvey
john@...
Send Email
Jul 1, 1998
11:38 am
8616
Hello, I can't get cvs-1.9.28 to compile on HPUX 9.05 using the (additional) ANSI-C-Compiler: ... System: HP-UX iridium A.09.07 A 9000/735 2013164070 two-user...
Jost Martin
Martin.Jost@...
Send Email
Jul 1, 1998
12:36 pm
8617
... I tried this once. It caused more problems than it solved. I came to the conclusion that allowing the OS to do the CRLF translation was the only rational...
Mike Pumford
mpumford@...
Send Email
Jul 1, 1998
1:03 pm
8618
... I use: cvs -Q rel -d I'm not too happy about it ('cos the -Q can't be placed into .cvsrc) but it does work on the command line. Noel...
Noel Yap
nyap@...
Send Email
Jul 1, 1998
1:45 pm
8619
Hi Jost, Jost Martin <Martin.Jost@...> writes: [...] ... [...] ... [...] I hit this one a couple of days ago, with -Ae rather than -Aa (which I was...
Andy Mortimer
Andy.Mortimer@...
Send Email
Jul 1, 1998
1:46 pm
8620
... The mode_t is probably the one causing the problem. The HP C compiler is broken in such a way that if a function taking a parameter that's smaller than int...
Branko Cibej
branko.cibej@...
Send Email
Jul 1, 1998
2:00 pm
8621
... People obviously have different needs. For me, this automatic LF->CRLF translation is really a pain in the ass. My experience in writing portable software...
Hannu Koivisto
azure@...
Send Email
Jul 1, 1998
2:10 pm
8622
Duh, the patch was reversed, try this one instead... Thanks, Branko. ... +++ cvs-1.9.28/src/release.c Wed Jul 1 00:05:14 1998 @@ -12,8 +12,9 @@ static const...
Mitchell Perilstein
mitch@...
Send Email
Jul 1, 1998
3:00 pm
8623
... Patch withdrawn. Thanks!...
Mitchell Perilstein
mitch@...
Send Email
Jul 1, 1998
5:11 pm
8624
Hi, I can easily get all existing tags for a file, but how can I get a list of all files that are tagged with the same tag ? I suppose this question has...
Thomas Staffelmayr
Thomas.Staffelmayr@...
Send Email
Jul 1, 1998
6:20 pm
8625
How to find all the files with a particular tag: I think maybe the solution is much simpler than you think. How about this: create a dummy file and add it...
Cameron, Steve
Steve.Cameron@...
Send Email
Jul 1, 1998
8:23 pm
8626
Hello, Some of the CVS users here have been complaining that their files are not always updated when they execute a cvs update (in root directory of their ...
John Muller
john.muller@...
Send Email
Jul 1, 1998
9:00 pm
8627
help...
John A. Ruggentaler
johnr@...
Send Email
Jul 1, 1998
9:25 pm
8628
When I first saw this, I thought "gee, that's easy... cvs -n co -r interesting_tag module" Alas, it doesn't work cvs [checkout aborted]: there is no version...
Brown, David
DBrown03@...
Send Email
Jul 1, 1998
10:26 pm
8629
I've heard of such complaints but haven't been able to reliably reproduce the problem. I suspect it's caused by time skew across our machines. Noel...
Noel Yap
nyap@...
Send Email
Jul 1, 1998
10:37 pm
8630
... How about: cvs -n co -npr tagname modulename 2>&1 >/dev/null | \ awk '/^Checking/ { print $3 }'...
Bart Schaefer
schaefer@...
Send Email
Jul 1, 1998
10:41 pm
8631
... Somebody> How to find all the files with a particular tag: I'd think that the best way to do this is: 1) cvs checkout module_name 2) cvs log module_name >...
ESP
evangelo@...
Send Email
Jul 1, 1998
10:51 pm
8632
... JAR> help John, we're here for you, man. But you're gonna have to give us a little more information. ~ESP...
ESP
evangelo@...
Send Email
Jul 1, 1998
10:52 pm
8633
... I've experienced complaints like this. In each case, I'd do cvs status file-that-was-subject-of-complaint and find an inappropriate sticky tag, indicating...
Dan Wilder
dan@...
Send Email
Jul 1, 1998
11:33 pm
8634
Hi All, Hmm, I asked a few days ago on this list how you can get a list of all tags/branches for a certain project without having to check out the whole...
Fred Leeflang
fredl@...
Send Email
Jul 1, 1998
11:43 pm
8635
... I've had similar problems, but a 'cvs checkout <modname>' at the same level will check-out files that have been 'add'ed and 'commit'ted to the repository...
Troy Wu
troy@...
Send Email
Jul 2, 1998
12:42 am
8636
... This only works if you have no uncommitted changes in your working directory tree. If you do have any uncommitted changes, CVS will stop and ask ...
Lynn Clark
lynn.clark@...
Send Email
Jul 2, 1998
12:44 am
8637
... Probably true, but non-branch sticky tags in CVS _are_ too confusing, and something should be done. Problem is, we're not sure exactly what. "Abolish...
Jim Kingdon
kingdonc@...
Send Email
Jul 2, 1998
4:10 am
8638
I'm posting this again since nobody replied and I'm really stuck. Is there anyone using CVS, OS/2 & SSH out there ?? ... Original Message:...
snoopy
Micha_Rotstein@...
Send Email
Jul 2, 1998
6:21 am
8639
--On Mittwoch, 1. Juli 1998, 15:50 -0400 "John Muller" ... I experienced the same problem. It was caused due to a date difference and a local change in the...
Adi Sieker
adi@...
Send Email
Jul 2, 1998
7:54 am
8640
Hello, can you help me? How can i configure CVS for remote access repository via FTP? thanks row...
Roland Wiesemann
rwiesemann@...
Send Email
Jul 2, 1998
7:58 am
Messages 8611 - 8640 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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