Magellan Linux

Contents of /trunk/viewvc/magellan-template/docroot/help_rootview.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download) (as text)
Tue Oct 30 22:18:26 2012 UTC (11 years, 6 months ago) by niro
File MIME type: text/html
File size: 7731 byte(s)
-initial viewvc theme for cvs.magellan-linux.de/svn.magellan-linux.de
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>ViewVC Help: General</title>
6 <link rel="stylesheet" href="help.css" type="text/css" />
7 </head>
8 <body>
9 <table>
10 <col class="menu" />
11 <col />
12 <tr>
13 <td><a href=".."><img
14 src="images/logo.png" alt="ViewVC logotype" /></a>
15 </td>
16 <td>
17 <h1>ViewVC Help: General</h1>
18 </td>
19 </tr>
20 <tr><td>
21 <h3>Help</h3>
22 <strong>General</strong><br />
23 <a href="help_dirview.html">Directory&nbsp;View</a><br />
24 <a href="help_log.html">Log&nbsp;View</a><br />
25
26 <h3>Internet</h3>
27 <a href="http://viewvc.org/index.html">Home</a><br />
28 <a href="http://viewvc.org/upgrading.html">Upgrading</a><br />
29 <a href="http://viewvc.org/contributing.html">Contributing</a><br />
30 <a href="http://viewvc.org/license-1.html">License</a><br />
31 </td><td colspan="2">
32
33 <p><em>ViewVC</em> is a WWW interface for CVS and Subversion
34 repositories. It allows you to browse the files and directories in a
35 repository while showing you metadata from the repository history: log
36 messages, modification dates, author names, revision numbers, copy
37 history, and so on. It provides several different views of repository
38 data to help you find the information you are looking for:</p>
39
40 <ul>
41 <li><a name="view-dir" href="help_dirview.html"><strong>Directory
42 View</strong></a> - Shows a list of files and subdirectories in a
43 directory of the repository, along with metadata like author names and
44 log entries.</li>
45
46 <li><a name="view-log" href="help_log.html"><strong>Log
47 View</strong></a> - Shows a revision by revision list of all the
48 changes that have made to a file or directory in the repository, with
49 metadata and links to views of each revision.</li>
50
51 <li><a name="view-markup"><strong>File Contents View (Markup
52 View)</strong></a> - Shows the contents of a file at a particular
53 revision, with revision information at the top of the page. File
54 revisions which are GIF, PNG, or JPEG images are displayed inline on
55 the page. Other file types are displayed as marked up text. The markup
56 may be limited to turning URLs and email addresses into links, or
57 configured to show colorized source code.</li>
58
59 <li><a name="view-checkout"><strong>File Download (Checkout
60 View)</strong></a> - Retrieves the unaltered contents of a file
61 revision. Browsers may try to display the file, or just save it to
62 disk.</li>
63
64 <li><a name="view-annotate"><strong>File Annotate View</strong></a> -
65 Shows the contents of a file revision and breaks it down line by line,
66 showing the revision number where each one was last modified, along
67 with links and other information. <em>This view is disabled in some
68 ViewVC configurations</em></li>
69
70 <li><a name="view-diff"><strong>File Diff View</strong></a> - Shows
71 the changes made between two revisions of a file</li>
72
73 <li><a name="view-tarball"><strong>Directory Tarball View</strong> -
74 Retrieves a gzipped tar archive containing the contents of a
75 directory.<em>This view is disabled in the default ViewVC
76 configuration.</em></li>
77
78 <li><a name="view-query"><strong>Directory Query View</strong></a> -
79 Shows information about changes made to all subdirectories and files
80 under a parent directory, sorted and filtered by criteria you specify.
81 <em>This view is disabled in the default ViewVC configuration.</em>
82 </li>
83
84 <li><a name="view-rev"><strong>Revision View</strong> - Shows
85 information about a revision including log message, author, and a list
86 of changed paths. <em>For Subversion repositories only.</em></li>
87
88 <li><a name="view-graph"><strong>Graph View</strong></a> - Shows a
89 graphical representation of a file's revisions and branches complete
90 with tag and author names and links to markup and diff pages.
91 <em>For CVS repositories only, and disabled in the default
92 configuration.</em></li>
93 </ul>
94
95 <h3><a name="multiple-repositories">Multiple Repositories</a></h3>
96
97 <p>A single installation of ViewVC is often used to provide access to
98 more than one repository. In these installations, ViewVC shows a
99 <em>Project Root</em> drop down box in the top right corner of every
100 generated page to allow for quick access to any repository.</p>
101
102 <h3><a name="sticky-revision-tag">Sticky Revision and Tag</a></h3>
103
104 <p>By default, ViewVC will show the files and directories and revisions
105 that currently exist in the repository. But it's also possible to browse
106 the contents of a repository at a point in its past history by choosing
107 a "sticky tag" (in CVS) or a "sticky revision" (in Subversion) from the
108 forms at the top of directory and log pages. They're called sticky
109 because once they're chosen, they stick around when you navigate to
110 other pages, until you reset them. When they're set, directory and log
111 pages only show revisions preceding the specified point in history. In
112 CVS, when a tag refers to a branch or a revision on a branch, only
113 revisions from the branch history are shown, including branch points and
114 their preceding revisions.</p>
115
116 <h3><a name="dead-files">Dead Files</a></h3>
117
118 <p>In CVS directory listings, ViewVC can optionally display dead files.
119 Dead files are files which used to be in a directory but are currently
120 deleted, or files which just don't exist in the currently selected
121 <a href="#sticky-revision-tag">sticky tag</a>. Dead files cannot be
122 shown in Subversion repositories. The only way to see a deleted file in
123 a Subversion directory is to navigate to a sticky revision where the
124 file previously existed.</p>
125
126 <h3><a name="artificial-tags">Artificial Tags</a></h3>
127
128 <p>In CVS Repositories, ViewVC adds artificial tags <em>HEAD</em> and
129 <em>MAIN</em> to tag listings and accepts them in place of revision
130 numbers and real tag names in all URLs. <em>MAIN</em> acts like a branch
131 tag pointing at the default branch, while <em>HEAD</em> acts like a
132 revision tag pointing to the latest revision on the default branch. The
133 default branch is usually just the trunk, but may be set to other
134 branches inside individual repository files. CVS will always check out
135 revisions from a file's default branch when no other branch is specified
136 on the command line.</p>
137
138 <h3><a name="more-information">More Information</a></h3>
139
140 <p>More information about <em>ViewVC</em> is available from
141 <a href="http://viewvc.org/">viewvc.org</a>.
142 See the links below for guides to CVS and Subversion</p>
143
144 <h4>Documentation about CVS</h4>
145 <blockquote>
146 <p>
147 <a href="http://cvsbook.red-bean.com/"><em>Open Source
148 Development with CVS</em></a><br />
149 <a href="http://www.loria.fr/~molli/cvs/doc/cvs_toc.html">CVS
150 User's Guide</a><br />
151 <a href="http://cellworks.washington.edu/pub/docs/cvs/tutorial/cvs_tutorial_1.html">Another CVS tutorial</a><br />
152 <a href="http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/cvs/">Yet another CVS tutorial (a little old, but nice)</a><br />
153 <a href="http://www.cs.utah.edu/dept/old/texinfo/cvs/FAQ.txt">An old but very useful FAQ about CVS</a>
154 </p>
155 </blockquote>
156
157 <h4>Documentation about Subversion</h3>
158 <blockquote>
159 <p>
160 <a href="http://svnbook.red-bean.com/"><em>Version Control with
161 Subversion</em></a><br />
162 </p>
163 </blockquote>
164
165 </td></tr></table>
166 <hr />
167 <address><a href="mailto:users@viewvc.tigris.org">ViewVC Users Mailinglist</a></address>
168 </body>
169 </html>