LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CVS from command prompt (https://www.linuxquestions.org/questions/linux-newbie-8/cvs-from-command-prompt-651481/)

vkmgeek 06-25-2008 02:39 AM

CVS from command prompt
 
Checking out

cd "to ur folder" && cvs -f -d :pserver:<username>@<cvs server ip>/data/cvshome/bdc3 checkout -P <module name>

Updating to a Tagged branch
cvs -f -q update -l -d -P -r <TAG name> '<path of a folder to update>' 2>&1

cvs log (Run this command where CVS folder is lying)... This will give you all the committ logs for all the files

Needless to say, you should be logged in before hand
cvs -f -d :pserver:<username>@<cvs server ip>:<path> login

Please add if you know how to look at History of any file from command prompt and etc.

This is to ensure that people dont spend time reading in help and man page and newbies gets help directly....

Mr. C. 06-25-2008 06:50 PM

You think they are more likely to find this thread?

man cvs | less +/^log

vkmgeek 07-02-2008 01:35 AM

Quote:

Originally Posted by Mr. C. (Post 3195255)
You think that are more likely to find this thread?

Unfortunately, couldnt get you.... :(

Mr. C. 07-02-2008 01:36 AM

I meant (post corrected), that user's are not very likely to find this thread, vs. just looking at the man page or some CVS tutorials, etc.


All times are GMT -5. The time now is 10:34 PM.