OpenCores
URL https://opencores.org/ocsvn/6502vhdl/6502vhdl/trunk

Subversion Repositories 6502vhdl

[/] [6502vhdl/] [tags/] [rel/] [README] - Blame information for rev 14

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.