Search the web
Sign In
New User? Sign Up
cvsgui · WinCvs, MacCvs, gCvs discussion list
? 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.
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 13811 - 13840 of 19027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13811
... CVS *is* a commandline tool. I recommend using CVSNT. ... For the server-side setup you'd have to ask someone else. ... I also recommend adding the...
Oliver Giesen
ogiesen
Offline Send Email
Sep 1, 2004
7:24 am
13812
I have a suggestion to you You can add :pserver:user:userpassword@server:/repository. Do that you never do entering password. Have fun. Tu. ... From: Oliver...
Do Khac Tu
tudk@...
Send Email
Sep 1, 2004
11:30 am
13813
... You also end up with your password stored in plain-text all over your sandbox! Not something I'd recommend. The ability to include the password in the...
Oliver Giesen
ogiesen
Offline Send Email
Sep 1, 2004
11:36 am
13814
We're new to CVS and don't have a real probelm using it, but just as a general conceptual question... If we create a branch and beging working on that branch,...
Flint Doungchak
doungchak
Offline Send Email
Sep 1, 2004
6:43 pm
13815
... Nothing is stopping him. Now, if your question had been "How do I stop people from using outdated branches?" I would probably have replied that you could...
Oliver Giesen
ogiesen
Offline Send Email
Sep 1, 2004
7:11 pm
13816
Hi, Really appreciating the what is provided... As far as i understand: 1. I need to create a file called passwd in the CVSROOT directory right ! 2. Provide an...
madhu kiran.cvs
sillyminds
Offline Send Email
Sep 1, 2004
7:44 pm
13817
... through the pserver right ! As I indicated before, setting up the server-side of :pserver: is not exactly my domain but from what I remember of the various...
Oliver Giesen
ogiesen
Offline Send Email
Sep 1, 2004
7:53 pm
13818
Oliver, thank you very much. That confirms my suspicion so now I have to ask the question you pose. What do others do to keep an outdated branch from being...
Flint Doungchak
doungchak
Offline Send Email
Sep 1, 2004
8:42 pm
13819
I am using tags to indicate to my release tool which files to include in a release. I would like to be able to tag a deleted, or dead state, file with a tag to...
dominicnicholas
Offline Send Email
Sep 1, 2004
10:15 pm
13820
Dominic, You realize, I hope, that putting a tag onto a "dead" file does not indicate to CVS that you want it to be removed on update. In other words, "cvs...
Jim Thompson
jft2u2002
Offline Send Email
Sep 1, 2004
11:22 pm
13821
Hi Jim, ... not ... other ... tag even ... Consider this example case : create a file, domtest.txt (1.1) (cvs server location .../test/) add a tag called...
dominicnicholas
Offline Send Email
Sep 2, 2004
12:15 am
13822
Hi Dom, Some comments below, including a possible "rtag" command. You are correct - "test" "prod" and other tags are on 2500+ files. All cvs sandboxes are on...
JAMES F THOMPSON
jft2u2002
Offline Send Email
Sep 2, 2004
2:53 am
13823
... Why don't you simply untag the file? This would also have the effect of the file no longer being checked out/exported (not sure about a directory update,...
Oliver Giesen
ogiesen
Offline Send Email
Sep 2, 2004
7:26 am
13824
Hi All Please help me with this error cvs -d :pserver;username=myuser;hostname=fileserver:/usr/local/cvsrep checkout -P mygroup/project1/module1 (in directory...
KK
krishna@...
Send Email
Sep 2, 2004
9:42 am
13825
Thanks for the clarifications... Scenario: 1. All the user acounts are running in nis in linux. Q. How do i get the pserver user authentication with this...
madhu kiran.cvs
sillyminds
Offline Send Email
Sep 2, 2004
5:15 pm
13826
... <.snip.> ... Sorry, I'm afraid you'll have to find someone else to answer this. I'm neither sufficiently familiar with setting up a :pserver: server nor...
Oliver Giesen
ogiesen
Offline Send Email
Sep 2, 2004
7:30 pm
13827
Hi, I am using wincvs to access a repository on a Linux machine, and when I try to get a list of modules in a repository, I get the following message: cvs ls...
Roger
e078120
Offline Send Email
Sep 3, 2004
8:57 am
13828
Hi Please goto (in Win CVS ) Admin > Preference and set CVSROOT properly and then Admin > Login properly. If u can login with " with code 0 " , then u have a...
Chirantan Saha
chirantansaha
Offline Send Email
Sep 3, 2004
9:45 am
13829
Hello Roger, Friday, September 3, 2004, 10:57:02 AM, you wrote: R> Hi, R> I am using wincvs to access a repository on a Linux machine, and R> when I try to get...
Richard Wirth
lech_nsdt
Offline Send Email
Sep 3, 2004
10:08 am
13830
... AFAIK there is no way to make the list modules functionality work with standard CVS but you could simply install CVSNT on the server instead: ...
Oliver Giesen
ogiesen
Offline Send Email
Sep 3, 2004
10:22 am
13831
... It works. Please take a look at Eclipse or IntelliJ IDEA. -- Mike...
Mike Lehmann
meiklehmann
Offline Send Email
Sep 3, 2004
10:32 am
13832
Doesn't viewcvs, when installed on the cvs server provide this kind of thing? tony ... From: Oliver Giesen [mailto:ogware@...] Sent: 03 September 2004...
Tony Mayes
tmayesing
Offline Send Email
Sep 3, 2004
10:33 am
13833
... Yes, but that's definitely not based on the cvs ls command - it simply doesn't exist on those servers. I don't know for sure how exactly they implemented...
Oliver Giesen
ogiesen
Offline Send Email
Sep 3, 2004
10:37 am
13834
'Llo All, I have a small new Cygwin project that uses 2 files from another older project. Bot the new and the old project are stored in the same CVS...
BERTIN Philippe
philippe.bertin@...
Send Email
Sep 3, 2004
10:56 am
13835
cvs checkout -c will give you a list of all modules defined in the CVSROOT/modules file NOTE: The modules have to be listed in the modules file. ... From:...
Farbstein, Charlie
cfarbstein@...
Send Email
Sep 3, 2004
3:25 pm
13836
GReat thanks very much- I was unaware you can use rlog like that. I thought it only took a module name per se. Dominic ... with a ... removed ... effect of ......
dominicnicholas
Offline Send Email
Sep 3, 2004
5:25 pm
13837
... Erm,... I guess you meant "tag" instead of rlog? Both RLog and RTag do take only module names as targets but that doesn't really have anything to do with...
Oliver Giesen
ogiesen
Offline Send Email
Sep 3, 2004
8:20 pm
13838
Hi all, I have a problem that I wonder when my company use cvs server on Linux server to manage source code. Any developers in our company can checkout some...
Do Khac Tu
tudk@...
Send Email
Sep 5, 2004
9:21 am
13839
Hi I think you can fulfill your needs like this. For example in a project if we want to prevent the developers to use the files which are existing in a branch....
Chirantan Saha
chirantansaha
Offline Send Email
Sep 6, 2004
5:18 am
13840
... we want to prevent the developers to use the files which are existing in a branch. Then we can pull the files and lock them like this as I have shown ...
Oliver Giesen
ogiesen
Offline Send Email
Sep 6, 2004
7:06 am
Messages 13811 - 13840 of 19027   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