From: bipbip <bi...@mo...> - 2003-02-16 20:35:35
|
----- Forwarded message ----- Here is a short explanation on how to use the CVS server : A) First, you have to download the actual content of the CVS. "cvs -z3 -d:ext:YOU...@cv...:/cvsroot/phpeselgui co phpEselGui" B) When you want to refresh your files from the CVS (another person did an update and you want to have the newer files). 1. place yourself in the phpEselGui top directory 2. "cvs update" C) When you want to add a NEW file to the CVS. 1. place yourself in the directory where the file is. 2. "cvs add the_file" 3. "cvs commit the_file" D) When you want to send your modification on a file to the CVS. 1. place yourself in the directory where the file is. 2. "cvs commit the_file" Any time you use a cvs command, the server should ask for your password. Any time you do a commit, vi (or the text editor configured with cvs) should be launched and ask for a short summary of what you did, and display informations on what you are doing (adding files x1,x2,x3, ...). Hope this will help. If something is not clear enough, just ask ;) ----- End forwarded message ----- --=20 bipbip http://www.moomoocamp.net Just moo it ! |