README
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:5k
源码类别:

Symbian

开发平台:

C/C++

  1. CVS Kit
  2. Copyright (c) 1993-1994 Brian Berliner
  3.    Copyright (c) 1992 Brian Berliner and Jeff Polk
  4.        Copyright (c) 1989-1992, Brian Berliner
  5.        Copyright (c) 1998-2004 Free Software Foundation,
  6.                                Derek Price,
  7.                                & Ximbiot <http://ximbiot.com>
  8.  All Rights Reserved
  9.     This program is free software; you can redistribute it and/or modify
  10.     it under the terms of the GNU General Public License as published by
  11.     the Free Software Foundation; either version 1, or (at your option)
  12.     any later version.
  13.     This program is distributed in the hope that it will be useful,
  14.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.     GNU General Public License for more details.
  17. -------------------------------------------------------------------------------
  18. Welcome to CVS!
  19. If you have problems or think you have found a bug in CVS, see the
  20. section BUGS in the CVS manual (also known as Version Management with
  21. CVS by Per Cederqvist et al, or cvs.texinfo--see below for details).
  22. If you are thinking of submitting changes to CVS, see the
  23. file HACKING.
  24. Please consult the INSTALL file for information on tested
  25. configurations.  If you have a comment about an already tested
  26. configuration, or have tried CVS on a new configuration, please let us
  27. know as described in INSTALL.  Free software only works if we all help
  28. out.
  29. Finally, we cannot guarantee that this release will not completely wipe out
  30. all of your work from your system.  We do some simple testing before each
  31. release, but you are completely on your own.  We recommend testing this
  32. release on a source repository that is not critical to your work.  THIS
  33. SOFTWARE IS SUPPLIED COMPLETELY "AS IS".  NO WARRANTY....
  34. Thanks for your support!
  35. -The CVS Team
  36. -------------------------------------------------------------------------------
  37. What Is CVS?
  38. CVS is a version control system, which allows you to keep old versions
  39. of files (usually source code), keep a log of who, when, and why
  40. changes occurred, etc., like RCS or SCCS.  It handles multiple
  41. developers, multiple directories, triggers to enable/log/control
  42. various operations, and can work over a wide area network.  The
  43. following tasks are not included; they can be done in conjunction with
  44. CVS but will tend to require some script-writing and software other
  45. than CVS: bug-tracking, build management (that is, make and make-like
  46. tools), and automated testing.
  47. And a whole lot more.  See the manual for more information.
  48. -------------------------------------------------------------------------------
  49. Notes to people upgrading from a previous release of CVS:
  50. See the NEWS file for a description of features new in this version.
  51. See the Compatibility section of the manual for information on
  52. compatibility between CVS versions.  The quick summary is that as long
  53. as you not using the optional watch features, there are no
  54. compatibility problems with CVS 1.5 or later.
  55. -------------------------------------------------------------------------------
  56. Installation:
  57. Please read the INSTALL file for installation instructions.  Brief summary:
  58. $ ./configure
  59. $ make
  60. (run the regression tests if desired)
  61. $ make install
  62. (create a repository if you don't already have one)
  63. The documentation is in the doc subdirectory.  cvs.texinfo is the main
  64. manual; cvs.info* and cvs.ps are the info and postscript versions,
  65. respectively, generated from cvs.texinfo.  The postscript version is
  66. for US letter size paper; we do this not because we consider this size
  67. "better" than A4, but because we believe that the US letter version
  68. will print better on A4 paper than the other way around. If you want a
  69. version formatted for A4, add the line @afourpaper near the start of
  70. cvs.texinfo and re-generate cvs.ps using TeX.
  71. -------------------------------------------------------------------------------
  72. * How do I get up-to-date information and information about other
  73. versions of CVS?
  74. On the web, http://www.loria.fr/~molli/cvs-index.html.
  75. See also 
  76. http://www.cvshome.org
  77. The mailing list for CVS is info-cvs@gnu.org.  Send
  78. subscription and removal requests for that list to
  79. info-cvs-request@gnu.org.
  80. The newsgroup for CVS (and other configuration management systems) is
  81. comp.software.config-mgmt.  There is not yet a CVS-specific newsgroup,
  82. but perhaps if comp.software.config-mgmt gets enough CVS discussion,
  83. then it will be possible to create one.
  84. -------------------------------------------------------------------------------
  85. Credits:  See the AUTHORS file.