[Cvsshell-devel] CVS: cvsshell README,1.1,1.2 index.html,1.1,1.2
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-03-15 20:22:42
|
Update of /cvsroot/cvsshell/cvsshell In directory usw-pr-cvs1:/tmp/cvs-serv5153 Modified Files: README index.html Log Message: Completed for 1st release. Index: README =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 15 Mar 2002 19:41:10 -0000 1.1 --- README 15 Mar 2002 20:22:39 -0000 1.2 *************** *** 1,8 **** About ----- CvsShell is a console-based cvs client. It provides convenient access ! to the cvs commands through a shell-like user interface. --- 1,13 ---- + Welcome to CvsShell 0.1 + ======================= + + About ----- CvsShell is a console-based cvs client. It provides convenient access ! to the cvs commands through a shell-like user interface. The website ! of CvsShell is http://cvsshell.sourceforge.net. *************** *** 83,87 **** sandbox. ! As you can see in the exampla above, the file README is unknown to the repository, the file someDir/foo has been locally modified and the file someDir/bar has been patched. --- 88,92 ---- sandbox. ! As you can see in the example above, the file README is unknown to the repository, the file someDir/foo has been locally modified and the file someDir/bar has been patched. *************** *** 89,94 **** To add the file README to the repository, do the following: License ! ------ \ No newline at end of file --- 94,122 ---- To add the file README to the repository, do the following: + $ add + enter filenumbers/filenames to add: 0 + cvs server: scheduling file `README' for addition + cvs server: use 'cvs commit' to add this file permanently + + 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 + repository. Please notice the usage of the ID of the file instead of + the filename. You can also specify several IDs. Type `help list' to + get more information on how to do this. + + To finish your session with CvsShell, just type `exit' or hit Ctrl-D. License ! ------- ! ! Copyright 2002 Stefan Heimann (ma...@st...). ! This software is released under the GPL. ! License information can be found in the file LICENSE. ! ! Feedback, enhancements and bug reports are very appreciated! ! ! CvsShell - a console based cvs-client ! http://cvsshell.sourceforge.net \ No newline at end of file Index: index.html =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.html 15 Mar 2002 20:13:05 -0000 1.1 --- index.html 15 Mar 2002 20:22:39 -0000 1.2 *************** *** 24,27 **** --- 24,29 ---- </ul> + <p>You can view a screenshot <a href="images/screenshot.jpg">here</a>.</p> + <hr> <address><a href="mailto:ma...@st...">Stefan Heimann</a></address> |