[Cvsshell-devel] CVS: cvsshell README,1.2,1.3
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-03-16 13:26:39
|
Update of /cvsroot/cvsshell/cvsshell In directory usw-pr-cvs1:/tmp/cvs-serv11151 Modified Files: README Log Message: * fixed some typos Index: README =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 15 Mar 2002 20:22:39 -0000 1.2 --- README 16 Mar 2002 13:26:37 -0000 1.3 *************** *** 15,21 **** ------------ ! CVsShell is written in Python (http://www.python.org) so it runs on ! every platform python is available. You need Python 2.1 or higher ! installed on you system. You also need to install CVS (http://www.cvshome.org) before using --- 15,20 ---- ------------ ! CvsShell is written in Python (http://www.python.org), so it runs on ! every platform python is available for. You need Python 2.1 or higher. You also need to install CVS (http://www.cvshome.org) before using *************** *** 31,35 **** On windows, you can also invoke the script by double-clicking the icon ! of the file install py The rest of the installation process should be rather self-explanatory. --- 30,34 ---- On windows, you can also invoke the script by double-clicking the icon ! of the file install.py The rest of the installation process should be rather self-explanatory. *************** *** 41,45 **** Help is always available by typing `help'. You can get help on a specific command by typing `help <name-of-command>'. If you are not ! familiar with CVS, you should first read the CVS-manual (http://www.cvshome.org/docs/manual/). The configuration file of CvsShell is ~/.cvsshellrc. --- 40,44 ---- Help is always available by typing `help'. You can get help on a specific command by typing `help <name-of-command>'. If you are not ! familiar with CVS you should first read the CVS-manual (http://www.cvshome.org/docs/manual/). The configuration file of CvsShell is ~/.cvsshellrc. *************** *** 47,50 **** --- 46,50 ---- A session with CvsShell looks like this: + -- stefan@kunz:~/cvsshell$ cvsshell CvsShell 0.1 *************** *** 53,56 **** --- 53,57 ---- {a} ~/cvsshell [:ext:ste...@cv...sshe...ceforge.net:/cvsroot/cvsshell] $ + -- This is the startup screen. The second line from bottom is called the *************** *** 67,70 **** --- 68,72 ---- I mostly start my sessions by running `update' to get new and updated files from the server: + -- $ update Root Directory: /home/stefan/cvsshell *************** *** 76,79 **** --- 78,82 ---- {a} ~/cvsshell [:ext:ste...@cv...sshe...ceforge.net:/cvsroot/cvsshell] $ + -- This produces a listing that contains information about the files in *************** *** 81,86 **** easily accessible by just typing the ID and not a long filename. The second column displays the status of the file. For more information on ! this status characters have a look at the manual page of cvs (`man ! cvs'). I have added the following status messages: * OK - the file is in sync with the repository --- 84,89 ---- easily accessible by just typing the ID and not a long filename. The second column displays the status of the file. For more information on ! this status characters have a look at the manual page of cvs. I have ! added the following status codes: * OK - the file is in sync with the repository *************** *** 94,97 **** --- 97,101 ---- To add the file README to the repository, do the following: + -- $ add enter filenumbers/filenames to add: 0 *************** *** 101,104 **** --- 105,109 ---- The files have been scheduled for addition. Should I run `commit' to add the files to the repository (yes|no)? yes + -- Now you have to provide a log message and the file is commited to the *************** *** 119,122 **** Feedback, enhancements and bug reports are very appreciated! ! CvsShell - a console based cvs-client http://cvsshell.sourceforge.net --- 124,127 ---- Feedback, enhancements and bug reports are very appreciated! ! CvsShell - a console based cvs client http://cvsshell.sourceforge.net |