... 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...
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@...
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...
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,...
... 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...
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...
... 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, 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...
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...
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...
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...
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...
... 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,...
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@...
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...
... <.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...
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...
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...
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...
Doesn't viewcvs, when installed on the cvs server provide this kind of thing? tony ... From: Oliver Giesen [mailto:ogware@...] Sent: 03 September 2004...
... 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...
'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@...
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@...
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 ......
... 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...
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@...
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....
... 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 ...