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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 8329 - 8358 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8329
I have updated the cygwin32 compiled cvs binary on my web-page to cvs-1.9.28. Since people seem to have had problems getting the cvs server to work I have also...
Andy Piper
andyp@...
Send Email
Jun 1, 1998
9:51 am
8330
Can anyone provide help on what "cc" syntax to use for creating a new CVS client/server executable on the HPUX v10.20 system. I tried to user "cc -Ae", same as...
John Swan
g583284@...
Send Email
Jun 1, 1998
3:39 pm
8331
Hi all, I' ve a little question for you CVS gurus I have a module, say tc.lib :-) as : tc.lib ... and some project that need to extract TC.LIB for compiling...
Pierluigi.Frullani@...
Send Email
Jun 1, 1998
3:51 pm
8332
... There is a spurious ";" at the end of that line. Remove it. Some compilers accept this (somewhat to my surprise), which is why it was not caught during...
Jim Kingdon
kingdonc@...
Send Email
Jun 1, 1998
4:01 pm
8333
I'm trying to use CVS to manage a web site. The problem I'm running into is that when I try to do cvs checkout webroot and webroot already exists, CVS gets...
Boris Burtin
boris_burtin@...
Send Email
Jun 1, 1998
7:59 pm
8334
Sorry for the confusion. I guess I didn't properly explain the situation. I got a bunch of messages saying, "Do an update, retard!" ... What I meant was that...
Boris Burtin
boris_burtin@...
Send Email
Jun 1, 1998
11:37 pm
8335
After you've imported a project in CVS, you should remove the just imported directory and *then* do a cvs checkout webroot. cvs co creates the CVS/...
Fred Leeflang
fredl@...
Send Email
Jun 2, 1998
4:36 am
8336
... i think cvs has pretty helpful error messages, except for the "i hate you!" that the authentication process sometimes generates :-). ... although we don't...
sean dreilinger
sean@...
Send Email
Jun 2, 1998
6:39 am
8337
... Well, this one is vague partly because some people's security needs (maybe) prevent giving a specific message. CVS should be logging the specific error on...
Jim Kingdon
kingdonc@...
Send Email
Jun 2, 1998
3:33 pm
8338
... Right, that's what I meant actually -- and that's why 5. should work.. ... ..Because it doesn't clear 'options' and thus any -k there will not be...
Tor Arntsen
tor@...
Send Email
Jun 2, 1998
8:13 pm
8339
[ On Mon, May 25, 1998 at 10:09:09 (+0200), Tor Arntsen wrote: ] ... OK, but it seems there's still one point in your list that's wrong, though not the one you...
Greg A. Woods
woods@...
Send Email
Jun 2, 1998
8:14 pm
8340
[ On Fri, May 15, 1998 at 09:13:33 (-0500), Cameron, Steve wrote: ] ... A working directory checked out from the trunk would get the set of all directories in...
Greg A. Woods
woods@...
Send Email
Jun 2, 1998
8:31 pm
8341
For the benefit of my system administrator, who insists on sticking with CVS 1.9, and for myself, who is pretty certain that you need 1.9.10 or above to work...
David Weller
dweller@...
Send Email
Jun 2, 1998
10:10 pm
8342
*Sigh* I hate going through this again, ok, here's what I have already: /etc/inetd.conf: cvspserver stream tcp nowait root /usr/freeware/bin/cvs...
David Weller
dweller@...
Send Email
Jun 2, 1998
11:22 pm
8343
... ^^^^^^^^^^^^^^^^^^^^^^ You don't really want people to mess up with your files in /usr/sbin, do you? --allow-root=xxx means xxx is the path to the CVS...
Bernhard Rosenkraenzer
bero@...
Send Email
Jun 2, 1998
11:31 pm
8344
... Good point, we put allow-root in there just to see if it made a difference, it didn't. So, the problems remain the same even without allow-root in there....
David Weller
dweller@...
Send Email
Jun 2, 1998
11:38 pm
8345
... You need allow-root, buy you need allow-root set to the right thing. From the path you used with cvs -d, I'd say you have to use --allow-root=/xlv0/cvsroot...
Bernhard Rosenkraenzer
bero@...
Send Email
Jun 2, 1998
11:42 pm
8346
Also sprach David Weller --- 04:49 PM 6/2/98 -0500 ... ========================================================================= Try this: Add the...
Dick Balaska
dick@...
Send Email
Jun 3, 1998
4:55 am
8347
... Well, if you are working with binary files at all, then my understanding is that binary files are really not handled very well until CVS 1.9.26 or later. I...
Jim Morris
Jim@...
Send Email
Jun 3, 1998
4:58 am
8348
While we are on the subject of pserver I thought I'd mention a pserver wrapper I've written to make anonymous cvs secure for paranoid servers. What it does is:...
Andrew Tridgell
tridge@...
Send Email
Jun 3, 1998
5:00 am
8349
... If you use a recent version of Samba that supports oplocks then you get get an enormous speedup if your Win95 PC has enough ram. The client will do...
Andrew Tridgell
tridge@...
Send Email
Jun 3, 1998
8:34 am
8350
... Well, I set up the CVS server in pserver-mode for the following reasons: - I do not have to grant the CVS users access to the server. (Setting their...
Gerhard Moeller
Gerhard.Moeller@...
Send Email
Jun 3, 1998
9:38 am
8351
We want to be able to access the repository from two different sites, both using a FireWall. Our first thought was to put the repository itself outside the ...
Micha Rotstein
Micha_Rotstein@...
Send Email
Jun 3, 1998
10:40 am
8352
... Thanks for the response. I'll start the upgrade to 1.9.28....
Rob Nichols
rob@...
Send Email
Jun 3, 1998
10:44 am
8353
... Thanks for the comments Andrew. I've been a long time proponent of Samba, and even tested some OS/2 client related code (trans2 stuff) for you several...
Jim Morris
Jim@...
Send Email
Jun 3, 1998
2:46 pm
8354
Use ssh. Basically, you need a hole in your firewall that can forward or pass ssh connections appropriately. Once that is available, you can simply use cvs ...
Bill Bumgarner
bbum@...
Send Email
Jun 3, 1998
3:43 pm
8355
... There are two potential problems: 1) the problem you mention of CR/LF conversion. As I've never used CVS under Windows I don't know how well it handles...
Andrew Tridgell
tridge@...
Send Email
Jun 3, 1998
4:05 pm
8356
... SMB doesn't touch LF-transformation. Vi, in most of its flavors, does a pretty good job of honoring the line ending convention in a file. Unfortunately...
Dan Wilder
dan@...
Send Email
Jun 3, 1998
4:17 pm
8357
... Yup, it's amazing what happens when you put --allow-root in the right place. :-)...
David Weller
dweller@...
Send Email
Jun 3, 1998
4:39 pm
8358
... Can you elaborate on what the difference in binary file handling is? We have many binary files (FrameMaker files) under CVS control and use 1.9. The only...
Bruce Tennant
brucet@...
Send Email
Jun 3, 1998
5:14 pm
Messages 8329 - 8358 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