Difference between revisions of "Archives"

From Linux-VServer

Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
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>
+
 
+
Developer access is granted only by using SSH
+
 
+
<pre>git+ssh://git.linux-vserver.org/var/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 ===
Line 38: Line 19:
  
 
<pre>http://svn.linux-vserver.org/svn/<projectname></pre>
 
<pre>http://svn.linux-vserver.org/svn/<projectname></pre>
 
Developer access is granted only by using SSH
 
 
<pre>svn+ssh://svn.linux-vserver.org/var/svn/<projectname></pre>
 
  
 
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.
 
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.
Line 49: Line 26:
  
 
== Mailing list archives ==
 
== 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
 +
 +
* [http://archives.linux-vserver.org Browse with HTTP]
 +
* [http://www.google.com/search?q=site%3Aarchives.linux-vserver.org Search with Google]
  
 
== Realtime IRC archives ==
 
== 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
 +
 +
* [http://irc.13thfloor.at/LOG Browse with HTTP]
 +
* [http://www.google.com/search?q=site%3Airc.13thfloor.at Search with Google]
 +
 +
[[Category:Community]]

Latest revision as of 20:55, 21 October 2011

Contents

[edit] 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.

[edit] 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).

[edit] 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.

[edit] 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

[edit] 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