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 22641 - 22670 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22641
hi, experts, anyway to only checkout part of a module? for the whole one is very large. thanks in advance! Regards, David Penn Shanghai Inst., Huawei Tech. Co....
David Penn
pengyun@...
Send Email
Jun 1, 2000
7:07 am
22642
Rich Salz wrote: chmod 600 ~/.cvspass ... -- dik _,--" `-._ ________-_______ "---- _----'--'--------------------------------'--'----_ //_|...
Dick Balaska
dick@...
Send Email
Jun 1, 2000
8:30 am
22643
Hello, Please unsubscribe me from this list -- Regards, Pawar SYSADMIN ALCATEL-IND-Bangalore. Telephone:91-80-5097607 ext 121 Mobile:91-98450-06646...
K V Pawar
kpawar@...
Send Email
Jun 1, 2000
8:34 am
22644
... That doesn't really solve his problem. One, he didn't say he was using Linux; Two, he is apparently at the mercy of his BOFH and would most likely not be...
Dick Balaska
dick@...
Send Email
Jun 1, 2000
8:34 am
22645
... Did you make sure myproj doesn't exist before doing the checkout? Maybe cvs is cornfused by an existing myproj/CVS/Entries or some such. cd /tmp rm -rf...
Dick Balaska
dick@...
Send Email
Jun 1, 2000
8:45 am
22646
Ok, I'm solving a little problem that is specific to the way that I am mis-treating CVS ! :) I have two web developers that share so much of what they do, that...
Jarrod Douglas
jarrod@...
Send Email
Jun 1, 2000
10:00 am
22647
Hey, nice one! - Thats exactly what I was trying to find out! Cheers! James ... From: dprice@... on 31/05/2000 20:15 To: kingdon@... cc:...
james.richardson@...
Send Email
Jun 1, 2000
10:09 am
22648
... You can checkout a subset of a module if you know the path to it in the repository. cvs co /cpp/mymodule/dir1/dir2 If you want to checkout a specific file:...
John O'Connor
elsian@...
Send Email
Jun 1, 2000
1:28 pm
22649
From: "Derek R. Price" <dprice@...> ... There is, indeed, an extention to ext2 that compresses files. If you need, I can dig up the URL for you. -- ...
Dimitrie O. Paun
dpaun@...
Send Email
Jun 1, 2000
1:32 pm
22650
Does CVS support doing a merge that would treat not only overlapping modifications, but also every non-overlapping modification as if it were a conflict? In...
Deever, Chris C.
Chris.Deever@...
Send Email
Jun 1, 2000
1:47 pm
22651
And how about adding (different levels of) security to such a setup? Noel amorose@... on 05/31/2000 10:12:59 PM To: info-cvs@... cc:...
Noel L Yap
yap_noel@...
Send Email
Jun 1, 2000
1:53 pm
22652
Hi, Am getting there with this.. slowly, but I seem to have come up against a little problem. It appears that when sending multiple update requests within one...
james.richardson@...
Send Email
Jun 1, 2000
2:19 pm
22653
... In most cases, when you specify -z the entire data stream is compressed, not just individual file contents, so it's not really practical. -Larry Jones Some...
Larry Jones
larry.jones@...
Send Email
Jun 1, 2000
3:19 pm
22654
Thanks for the posting!! -- Jake Colman Principia Partners LLC Phone: (201) 946-0300 Harborside Financial Center Fax: (201)...
Jake Colman
colman@...
Send Email
Jun 1, 2000
3:39 pm
22655
... See "Connecting with rsh" in the Cederqvist manual. Your external rsh client is translating between CR/LF and LF, which is not suitable for CVS. If your...
Larry Jones
larry.jones@...
Send Email
Jun 1, 2000
3:41 pm
22656
... Not at the moment; it has been talked about, though. ... Write a patch! See HACKING for some guidance, particularly "Writing patches (strategy)" and...
Larry Jones
larry.jones@...
Send Email
Jun 1, 2000
3:41 pm
22657
... Try looking in "Telling CVS where your repository is" in the Cederqvist manual -- it says exactly what I said. -Larry Jones I hope Mom and Dad didn't rent...
Larry Jones
larry.jones@...
Send Email
Jun 1, 2000
3:46 pm
22658
Thanks for the information. I checked the help on the rsh provided with windows and there does not appear to be any kind of option to achieve what you...
Anthony E. Glover
aglover@...
Send Email
Jun 1, 2000
3:52 pm
22659
I don't know of any option per se, but you should be able to diff against the backup copy that "cvs up" creates. Noel Chris.Deever@... on 06/01/2000...
Noel L Yap
yap_noel@...
Send Email
Jun 1, 2000
3:54 pm
22660
... If the internal rsh client is supported on Windows (and I think it is), you can use :server: instead of :ext:. -Larry Jones ...That would be pretty cool,...
Larry Jones
larry.jones@...
Send Email
Jun 1, 2000
3:54 pm
22661
When comparing a branch agaist the base trunk, I've noticed a scenario where WinCVS 1.1b13 (client) and CVS 1.10.6 (server) miss some of the differences in the...
Deever, Chris C.
Chris.Deever@...
Send Email
Jun 1, 2000
4:35 pm
22662
... [smc] For one, a discussion of setting up secure anonymous read-only access would be cool. (I don't think this is thoroughly documented anyplace,) and how...
Cameron, Steve
Steve.Cameron@...
Send Email
Jun 1, 2000
4:43 pm
22663
I was just trying that. It works great. Thanks for the help. Tony ... From: Larry Jones [mailto:larry.jones@...] Sent: Thursday, June 01, 2000 10:00 AM ...
Anthony E. Glover
aglover@...
Send Email
Jun 1, 2000
4:57 pm
22664
I would like to be removed from this list. Thank You...
Maura Taylor
maura@...
Send Email
Jun 1, 2000
5:19 pm
22665
... When you're working on a branch, "HEAD" means the head of the branch, not the head of the trunk, at least for diff. -Larry Jones They say winning isn't...
Larry Jones
larry.jones@...
Send Email
Jun 1, 2000
7:05 pm
22666
... [smc] You are aware that "cvs diff" treats HEAD differently than all other CVS commands, right? "cvs diff" treats "HEAD" to mean the head revision of the...
Cameron, Steve
Steve.Cameron@...
Send Email
Jun 1, 2000
7:31 pm
22667
Sorry to post this to all, but i can't seem to find it elsewhere. Taylor....
M. Taylor Monacelli
tailor@...
Send Email
Jun 1, 2000
8:05 pm
22668
... Please forgive me if I'm not yet on the same page, but I can't seem to fit that explanation into my scenario. The diff from the branch to HEAD *did* report...
Deever, Chris C.
Chris.Deever@...
Send Email
Jun 1, 2000
8:12 pm
22669
It seems that CVS is trying to send an inaccurate command when attempting to use SSH and authorized keys. I am trying to configure my CVS so that it doesn't...
Sheldon Samuels
Sheldon_Samuels@...
Send Email
Jun 1, 2000
8:23 pm
22670
... Hmm ... while that might be the design intent my observations are that even this is broken: pw.notus.1783> cvs -n update ? .d ? ghr ? ghr_add ?...
Peter Wolfe
wolfe@...
Send Email
Jun 1, 2000
9:18 pm
Messages 22641 - 22670 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