Difference between revisions of "Archives"

From Linux-VServer

Jump to: navigation, search
(There is no vserver code in any public git repostory currently, so remove that section)
Line 10: Line 10:
 
Beside the download archives you can also checkout the latest development version from the source repositories.
 
Beside the download archives you can also checkout the latest development version from the source repositories.
  
=== GIT archives ===
+
Currently, only the tools are available in versioning repositories (the kernel patches are currently maintained by Herbert directly at http://vserver.13thfloor.at/Experimental).
 
+
Git is popular version control system designed to handle very large projects with speed and efficiency; it is used mainly for various open source projects, most notably the Linux kernel.
+
 
+
Git falls in the category of distributed source code management tools, similar to e.g. GNU Arch or Monotone (or BitKeeper in the commercial world). Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server.
+
 
+
Git is an Open Source project covered by the GNU General Public License. It was originally written by Linus Torvalds and is currently maintained by Junio C Hamano.
+
 
+
Our public git trees can be accessed at
+
 
+
<pre>http://git.linux-vserver.org/git/<projectname>.git</pre>
+
 
+
Browsing the GIT trees gives you a great view into the current status of this project's code. You may also view the complete histories of any file in the repository.
+
 
+
* [http://git.linux-vserver.org Browse with GITWeb]
+
* [http://git.linux-vserver.org/git/ Browse with HTTP]
+
  
 
=== SVN archives ===
 
=== SVN archives ===

Revision as of 15:44, 19 January 2008

Contents

Download archives

To improve access a public anonymous FTP download archive has been setup. The archives can also be reached via HTTP. Please see the README files in the subdirectories of the archive for more information.

Source repositories

Beside the download archives you can also checkout the latest development version from the source repositories.

Currently, only the tools are available in versioning repositories (the kernel patches are currently maintained by Herbert directly at http://vserver.13thfloor.at/Experimental).

SVN archives

Subversion (SVN) is a tool used by many software developers to manage changes within their source code tree. SVN provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of Subversion is particularly common on projects with multiple developers, since SVN ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree.

Our Subversion repositories can be accessed at

http://svn.linux-vserver.org/svn/<projectname>

Browsing the SVN repositories gives you a great view into the current status of this project's code. You may also view the complete histories of any file in the repository.

Mailing list archives

The mailing list archives store all messages on the Linux-VServer mailing list back to October 2001. The archives can be easily browsed with HTTP

Realtime IRC archives

All discussion in the Linux-VServer IRC channel has been recorded back to November 2004. The IRC archives can be easily browsed with HTTP

Personal tools