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.

Messages

  Messages Help
Advanced
Messages 26569 - 26598 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26569
... _______________________________________________ Info-cvs mailing list Info-cvs@... http://mail.gnu.org/mailman/listinfo/info-cvs...
Sergio Merino Merino
smerino@...
Send Email
Dec 1, 2000
9:12 am
26570
Andy McDonagh wrote on 28/11 ... I'm also looking for similar but from the lack of response, it looks like there may be none. Anyone replied off list, Andy? ...
Gordon Stone
gordon.stone@...
Send Email
Dec 1, 2000
10:35 am
26571
All, The doc of the protocol says : <snip> The pserver server listens on a port (in the current implementation, by having inetd call "cvs pserver") which...
Arnaud De Timmerman
Arnaud.De.Timmerman@...
Send Email
Dec 1, 2000
11:24 am
26572
... How would you get the cvs status? According to the docs it would seem "cvs import" is what I am looking for - what does import actually do that's different...
Graham Leggett
minfrin@...
Send Email
Dec 1, 2000
11:55 am
26573
Hallo, we have three projects in our repository and want remove one of them. what is the best way to remove whole project from repository? cvs remove removes ...
Rafal Kedziorski
rkedziorski@...
Send Email
Dec 1, 2000
1:38 pm
26574
Hallo, we have three projects in our repository and want remove one of them. what is the best way to remove whole project from repository? cvs remove removes ...
Rafal Kedziorski
rkedziorski@...
Send Email
Dec 1, 2000
1:48 pm
26575
... You could remove it directly from the repository via rm -r $CVSROOT/<project-to-remove> If you have specified modules which contain parts of that directory...
Matthias Kranz
mskranz@...
Send Email
Dec 1, 2000
2:02 pm
26576
... cvs status | grep "unknown" # or some such.... ... import is for importing data to be placed on vendor branches. I would recommend using the add commit...
Donald Sharp
sharpd@...
Send Email
Dec 1, 2000
2:17 pm
26577
it has also worked for me like this: cvs update <filename> if the file exists in the repository itll put it in your directory... of course you have to be in...
ari gold
agold@...
Send Email
Dec 1, 2000
2:23 pm
26578
... In short: parse <current directory>/CVS/Entries for the tag entry as described in http://www.cvshome.org/docs/manual/cvs_2.html#IDX39. Cheers, Laird -- W:...
Laird Nelson
ljnelson@...
Send Email
Dec 1, 2000
2:59 pm
26579
When the cvs diff command is run it attempts to return one of three status codes to main: 0 - files same 1 - files different 2 - Some sort of error has...
Donald Sharp
sharpd@...
Send Email
Dec 1, 2000
3:08 pm
26580
Whoops I realized I didn't update the documentation. Attached patch fixes that small problem... donald Index: src/ChangeLog ...
Donald Sharp
sharpd@...
Send Email
Dec 1, 2000
3:22 pm
26581
The exit status of "cvs diff" is exactly the same as the exit status of "diff" (man diff for more info). Why not test the exit status itself: cvs diff blah if...
Noel L Yap
yap_noel@...
Send Email
Dec 1, 2000
3:49 pm
26582
It's not. cvs turns the return codes from the diff() function into useless information: from main.c( I'm adding in my comments ): /* call the diff() function...
Donald Sharp
sharpd@...
Send Email
Dec 1, 2000
3:52 pm
26583
... There shouldn't be any space after :pserver: cvs -d :pserver:user@machine:/home/user/repository login -Larry Jones That gives me a FABULOUS idea. -- Calvin...
Larry Jones
larry.jones@...
Send Email
Dec 1, 2000
4:07 pm
26584
... Assuming that VMS has a conforming C compiler, this is not a problem. The C system interprets both 0 and EXIT_SUCCESS as successful exits, and...
David H. Thornley
David.Thornley@...
Send Email
Dec 1, 2000
4:07 pm
26585
... The server wants to see "BEGIN AUTH REQUEST\n", but the telnet protocol mandates that each line end with <CR><LF>, so it's really seeing "BEGIN AUTH...
Larry Jones
larry.jones@...
Send Email
Dec 1, 2000
4:08 pm
26586
I see. Sorry, I had misread your email. I agree with your comment that, ideally, cvs diff should exit with the same statuses (stati :-) as diff. I haven't...
Noel L Yap
yap_noel@...
Send Email
Dec 1, 2000
4:13 pm
26587
I actually tried to implement this first. But I gave up( for the time being ). There were two problems that I found: 1) error.c and main.c insist on...
Donald Sharp
sharpd@...
Send Email
Dec 1, 2000
4:25 pm
26588
... There is no need to do this. Just do "cvs add" with no other arguments and it will add all new files. -- Stephen Rasku E-mail: stephen@... Senior...
Stephen Rasku
stephen@...
Send Email
Dec 1, 2000
4:33 pm
26589
Hello, Is there anyway for pserver to grant 'group' access to a user? I have several projects and would like to grant users access to different projects, an...
brendan.fitzpatrick@...
Send Email
Dec 1, 2000
4:42 pm
26590
... You missunderstand what I did. This has nothing to do with the c compiler. It has everything to do with what cvs returned as a exit code. The vms...
Donald Sharp
sharpd@...
Send Email
Dec 1, 2000
4:42 pm
26591
Ok, I've moved the CVS files from one server to the other, and set up the proper pserver stuff in the inetd.conf file... I've got the passwd file there and...
Hanser, Kevin
kevin@...
Send Email
Dec 1, 2000
4:44 pm
26592
Nope, does not do the trick: boxster 7: ls CVS/ foo.src* boxster 8: touch adfad .adf werwe boxster 9: cvs add Usage: cvs add [-k rcs-kflag] [-m message]...
Eugene Kramer
ekramer@...
Send Email
Dec 1, 2000
4:46 pm
26593
... Are you running on Unix? If so, just use different Unix groups for different projects. -- Stephen Rasku E-mail: stephen@... Senior Software...
Stephen Rasku
stephen@...
Send Email
Dec 1, 2000
5:15 pm
26594
... See "Trouble making a connection to a CVS server" in the manual. If you still have questions, see the archives of this list (www.egroups.com); this is...
Larry Jones
larry.jones@...
Send Email
Dec 1, 2000
5:15 pm
26595
... That is ancient history and does not conform to the ANSI/ISO C standard which requires that 0 be interpreted as a successful exit status. The VMS C...
Larry Jones
larry.jones@...
Send Email
Dec 1, 2000
5:16 pm
26596
... No, it has to do with what happens between the writing of the C program and the status return to the operating system. That is where the C compiler comes...
David H. Thornley
David.Thornley@...
Send Email
Dec 1, 2000
5:31 pm
26597
... When pserver changes user, it picks up all the user's auxiliary groups (assuming your system support auxiliary groups). So just make each user a member of...
Larry Jones
larry.jones@...
Send Email
Dec 1, 2000
5:31 pm
26598
You might also want to look into file system ACLs (man getfacl or man setfacl for more info). Noel stephen@... on 2000.12.01 11:59:54 Please respond to...
Noel L Yap
yap_noel@...
Send Email
Dec 1, 2000
5:34 pm
Messages 26569 - 26598 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