Skip to search.
info-cvs · installing and using CVS

Group Information

  • Members: 1091
  • Category: Development
  • Founded: Aug 7, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 8329 - 8358 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8329 Andy Piper
andyp@... Send Email
Jun 1, 1998
9:51 am
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...
8330 John Swan
g583284@... Send Email
Jun 1, 1998
3:39 pm
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...
8331 Pierluigi.Frullani@... Send Email Jun 1, 1998
3:51 pm
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...
8332 Jim Kingdon
kingdonc@... Send Email
Jun 1, 1998
4:01 pm
... 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...
8333 Boris Burtin
boris_burtin@... Send Email
Jun 1, 1998
7:59 pm
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...
8334 Boris Burtin
boris_burtin@... Send Email
Jun 1, 1998
11:37 pm
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...
8335 Fred Leeflang
fredl@... Send Email
Jun 2, 1998
4:36 am
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/...
8336 sean dreilinger
sean@... Send Email
Jun 2, 1998
6:39 am
... i think cvs has pretty helpful error messages, except for the "i hate you!" that the authentication process sometimes generates :-). ... although we don't...
8337 Jim Kingdon
kingdonc@... Send Email
Jun 2, 1998
3:33 pm
... 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...
8338 Tor Arntsen
tor@... Send Email
Jun 2, 1998
8:13 pm
... 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...
8339 Greg A. Woods
woods@... Send Email
Jun 2, 1998
8:14 pm
[ 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...
8340 Greg A. Woods
woods@... Send Email
Jun 2, 1998
8:31 pm
[ 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...
8341 David Weller
dweller@... Send Email
Jun 2, 1998
10:10 pm
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...
8342 David Weller
dweller@... Send Email
Jun 2, 1998
11:22 pm
*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...
8343 Bernhard Rosenkraenzer
bero@... Send Email
Jun 2, 1998
11:31 pm
... ^^^^^^^^^^^^^^^^^^^^^^ 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...
8344 David Weller
dweller@... Send Email
Jun 2, 1998
11:38 pm
... 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....
8345 Bernhard Rosenkraenzer
bero@... Send Email
Jun 2, 1998
11:42 pm
... 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...
8346 Dick Balaska
dick@... Send Email
Jun 3, 1998
4:55 am
Also sprach David Weller --- 04:49 PM 6/2/98 -0500 ... ========================================================================= Try this: Add the...
8347 Jim Morris
Jim@... Send Email
Jun 3, 1998
4:58 am
... 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...
8348 Andrew Tridgell
tridge@... Send Email
Jun 3, 1998
5:00 am
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:...
8349 Andrew Tridgell
tridge@... Send Email
Jun 3, 1998
8:34 am
... 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...
8350 Gerhard Moeller
Gerhard.Moeller@... Send Email
Jun 3, 1998
9:38 am
... 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...
8351 Micha Rotstein
Micha_Rotstein@... Send Email
Jun 3, 1998
10:40 am
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 ...
8352 Rob Nichols
rob@... Send Email
Jun 3, 1998
10:44 am
... Thanks for the response. I'll start the upgrade to 1.9.28....
8353 Jim Morris
Jim@... Send Email
Jun 3, 1998
2:46 pm
... 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...
8354 Bill Bumgarner
bbum@... Send Email
Jun 3, 1998
3:43 pm
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 ...
8355 Andrew Tridgell
tridge@... Send Email
Jun 3, 1998
4:05 pm
... 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...
8356 Dan Wilder
dan@... Send Email
Jun 3, 1998
4:17 pm
... 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...
8357 David Weller
dweller@... Send Email
Jun 3, 1998
4:39 pm
... Yup, it's amazing what happens when you put --allow-root in the right place. :-)...
8358 Bruce Tennant
brucet@... Send Email
Jun 3, 1998
5:14 pm
... 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...
Messages 8329 - 8358 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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