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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6702 - 6731 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6702
My history file spans through more than one year, but 'cvs history' doesn't show me the year of date. Anybody knows how to solve this without patching...
Alessio Milan
amilan@...
Send Email
Dec 2, 1997
12:30 am
6703
... I think the -d option does what you want if it works correctly: # module proj1 is defined to contain the file Makefile found in the # $CVSROOT/9000...
Ken Koch
krk@...
Send Email
Dec 1, 1997
5:44 pm
6704
After restarting inetd with the following configuration I'm getting a message that cvspserver/tcp is unknown (cvspserver/tcp: Unknown service), can anyoue...
John Swan
g583284@...
Send Email
Dec 1, 1997
8:39 pm
6705
... KK> I think the -d option does what you want if it works correctly: KK> # module proj1 is defined to contain the file Makefile found in the KK> #...
David Lim
david@...
Send Email
Dec 2, 1997
12:47 am
6706
I've given up trying to create a top-level file in the working directory. However, I've found that even specifying a file in a sub-directory a bit...
David Lim
david@...
Send Email
Dec 2, 1997
2:37 am
6707
Hi, I am evulation different multi-platform version managament programs.. I would like to know whether RCS exists for Mac and how I can get it. Thanks, ... ...
Roeland Mortelmans
roeland@...
Send Email
Dec 2, 1997
4:36 pm
6708
subscribe...
Roeland Mortelmans
roeland@...
Send Email
Dec 2, 1997
4:42 pm
6709
[ On , December 1, 1997 at 18:37:49 (-0800), David Lim wrote: ] ... Why not just make a module, put your file in the module directory, and get it over with? --...
Greg A. Woods
woods@...
Send Email
Dec 2, 1997
7:52 pm
6710
Hallo, how can I remove an empty directory? After removing files in the directory, I cant remove the directory. What is wrong? -- _, Bye, (_ ,_)ven Hansen. ...
Sven Hansen
sh@...
Send Email
Dec 3, 1997
1:57 am
6711
... I'm not clear on this subject. Hopefully someone else will chime in. What I've gathered from previous list threads is that wrappers, as implemented, must...
Dave New
den@...
Send Email
Dec 2, 1997
5:17 pm
6712
... Not that I know of. But if you find something, we'd certainly consider adding the information to our RCS page at ...
Jim Kingdon
kingdonc@...
Send Email
Dec 2, 1997
8:20 pm
6713
Hallo, where is CVS looking for the file .cvsrc ? HOMEPATH and HOME does not work for me. I woul like to have a .cvsrc with checkout -P update -P so cvs does...
Sven Hansen
sh@...
Send Email
Dec 3, 1997
5:43 am
6714
Try < ftp://sunsite.cnlab-switch.ch/software/platform/macos/src/mpw_c/RCS_23Feb94.sit.bin >...
Monty Solomon
monty@...
Send Email
Dec 2, 1997
11:44 pm
6715
... Could be hidden files or directories in the directory. Check with 'ls -a' if on Unix, or use the DOS 'Attrib' or similar commands (or view with the Windows...
Dave New
den@...
Send Email
Dec 3, 1997
12:30 am
6716
I want to be able to define a CVS module consisting mainly from files in one subdirectory under $CVSROOT, but in addition, a few more files from other modules....
Daniel Ben-Ezri
danibe@...
Send Email
Dec 3, 1997
2:52 am
6717
To whoever's interested in fixing bugs in CVS: In the MINOR-BUGS file that came with my CVS 1.9 distribution, I saw ... * (Jeff Johnson jbj@...) I tried a...
Cameron, Steve
Steve.Cameron@...
Send Email
Dec 3, 1997
12:39 am
6718
From filesubr.c in release 1.9: /* Return the home directory. Returns a pointer to storage managed by this function or its callees (currently getenv). */ ...
Tim Endres
time@...
Send Email
Dec 3, 1997
6:32 am
6719
Hallo, I use an OS/2 client with a Linux server, both with CVS 1.9. It seems to be impossible to do a recursive 'cvs commit' on the OS/2 client. My home is...
Stefan Roehrig
ig <ig <ig <ig <ig <i...
Send Email
Dec 3, 1997
5:32 pm
6720
... I have tried out this (set HOME=D:\cvs-bin), and it does also not work. -- _, Bye, (_ ,_)ven Hansen. +---------------------------------------------------+ ...
Sven Hansen
sh@...
Send Email
Dec 3, 1997
9:56 pm
6721
I want to be able to define a CVS module consisting mainly from files in one subdirectory under $CVSROOT, but in addition, a few more files from other modules....
Daniel Ben-Ezri
danibe@...
Send Email
Dec 3, 1997
4:37 pm
6722
The reason you can't remove the directory (I suspect) is because CVS doesn't version control the directory structure of the repository. In order for it to be...
Cameron, Steve
Steve.Cameron@...
Send Email
Dec 3, 1997
4:19 pm
6723
... Try defining something like: shared1only shared shared1.c application1 app1 &shared1only I don't recall if it results in a application1/shared subdirectory...
Ken Koch
krk@...
Send Email
Dec 3, 1997
7:41 pm
6724
unsubscribe...
DA KOTCHER
kotcherd@...
Send Email
Dec 3, 1997
10:22 pm
6725
Hello CVS users. I'm having a problem with a merge I'm trying to do. I have two branches with branch tags "x19_dev_br" and "x19_qa_br" Some files and...
Cameron, Steve
Steve.Cameron@...
Send Email
Dec 3, 1997
7:24 pm
6726
I am seeing this error message on a regular basis now: $ cvs update cvs server: Updating . P loginfo patch: Invalid options. patch: Usage: patch [-blNR]...
justin wells
stem@...
Send Email
Dec 3, 1997
11:44 pm
6727
It appears that if you attempt to merge changes from one branch into another branch, (neither branch being the trunk), changes to the first branch which...
Cameron, Steve
Steve.Cameron@...
Send Email
Dec 3, 1997
9:11 pm
6728
... As far as I can tell you are correct... each checked out directory contains files from only one directory in the repository - it must because the...
Meta E. Sienkiewicz
meta@...
Send Email
Dec 4, 1997
3:23 am
6729
In trying to get cvs working with rsh, I have this wierd problem.. rsh works fine from certain NT accounts, but not others. So for example, if I have a NT...
Mike Taylor
mike@...
Send Email
Dec 4, 1997
7:12 pm
6730
... Have you tried set HOME=D:/cvs-bin ? -- Marc Paquette marcpa@......
Marc Paquette
marcpa@...
Send Email
Dec 4, 1997
5:15 am
6731
... I have some vague recollection of fixing something like this (probably would be fixed in 1.9.18 or 1.9.20 or something). No, I don't remember the details...
Jim Kingdon
kingdonc@...
Send Email
Dec 4, 1997
6:06 am
Messages 6702 - 6731 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