[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/developer/documentation/tutorials/howto
From:       David Faure <faure () kde ! org>
Date:       2006-05-21 15:57:42
Message-ID: 1148227062.799512.24409.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 543284 by dfaure:

Redirect to http://developer.kde.org/documentation/misc/applysvnaccount.php


 M  +5 -31     cvsaccount.html  


--- trunk/www/sites/developer/documentation/tutorials/howto/cvsaccount.html \
#543283:543284 @@ -1,31 +1,5 @@
-<html><head><title> Getting a cvs account</title><link rel="stylesheet" \
href="../common/kde-web.css" type="text/css"><meta name="generator" content="DocBook \
XSL Stylesheets V1.48"><meta http-equiv="Content-Type" content="text/html; \
charset=iso-8859-15"><meta name="GENERATOR" content="KDE XSL Stylesheet V1.13 using \
libxslt"><link rel="home" href="index.html" title="KDE Developer's HOWTO"><link \
rel="up" href="cvs.html" title="Chapter 2. KDE CVS"><link rel="previous" \
href="cvs.html" title="Chapter 2. KDE CVS"><link rel="next" href="cvsusing.html" \
title=" Using cvs"></head><body bgcolor="white" text="black" link="#0000FF" \
vlink="#840084" alink="#0000FF"><table width="596" height="110" \
background="../common/web-doctop.png" class="topbanner"><tr><td width="145" \
height="80"></td><td colspan="2" width="451" height="80"><h1> Getting a cvs \
account</h1></td></tr><tr><td align="left" class="left" width="145" height="30"><a \
accesskey="p" href="cvs.html">Prev</a></td><td align="center" cl  ass="center" \
width="306" height="30">KDE CVS</td><td width="145" height="30" class="right" \
align="right"><a accesskey="n" href="cvsusing.html">Next</a></td></tr></table><div \
class="sect1"><div class="titlepage"><div><h2 class="title" style="clear: both"><a \
                name="cvsaccount"></a> Getting a cvs account</h2></div></div><p>
-To gain access to the KDE CVS respository (discussed below),
-you firstly need to have a good reason for wanting access.  For
-example, you may be maintaining a CVS module.  If you think you have a
-good reason, send a polite email request to system administrators at
-<tt>&lt;<a href="mailto:sysadmin@office.kde.org">sysadmin@office.kde.org</a>&gt;</tt> \
                along with either an encrypted
-password (this access method is called pserver) or an SSH key (see
-next paragraph).  KDE CVS allows either pserver or SSH access for an
-account but not both.
-</p><p>
-To create your encrpyted password, type:
-<pre class="synopsis">
-perl -e print\ crypt\('<span xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" \
class="replaceable"><i><tt>passwd</tt></i></span>','<span \
xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" \
                class="replaceable"><i><tt>sa</tt></i></span>'\)\.\&quot;\\n\&quot;
-</pre>
-where <span xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" \
                class="replaceable"><i><tt>passwd</tt></i></span> is your choice of \
                password and
-<span xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" \
                class="replaceable"><i><tt>sa</tt></i></span> is two random
-characters from the set (a-zA-Z0-9./). The output is your encrypted
-password.
-</p><p>
-Alternativly you can use SSH.  This is more secure than the method
-above.  You need to create a private key which is kept on your machine
-and a public key which you send to the CVS system
-administrators.</p><p>To create your key pair type:
-<pre class="synopsis">
-ssh-keygen -t dsa
-</pre>
-and follow the prompts.  Send the file ~/.ssh/id_dsa.pub to the
-address above.  Keep the file ~/.ssh/id_dsa safe, it is the private
-key and should not be used by anyone except you.  You can copy the
-id_dsa file to any other machines you want to use KDE CVS from.
-</p></div><div id="bottom-nav" style="position : relative;                 width : \
596px;                 height : 66px;   margin-top: 100px;                 \
background-image : url('../common/web-docbottom.png');                 \
background-color : transparent;   margin-left: auto;   margin-right: auto;            \
z-index : 25;"><table width="596" border="0" cellpadding="0" cellspacing="0" \
style="position: absolute;         top: 70px;         left: 0px;"><tr><td width="33%" \
align="left" valign="top"><a href="cvs.html">Prev</a></td><td width="34%" \
align="center" valign="top"><a href="index.html">Home</a></td><td width="33%" \
align="right" valign="top"><a href="cvsusing.html">Next</a></td></tr><tr><td \
width="33%" align="left">KDE CVS </td><td width="34%" align="center"><a \
href="cvs.html">Up</a></td><td width="33%" align="right">  Using \
cvs</td></tr></table></div></body></html> +<?php
+  header("HTTP/1.1 301 Moved Permanently");
+  header("Location: \
http://developer.kde.org/documentation/misc/applysvnaccount.php"); +?>
+The KDE repository is now Subversion, please read <a \
href="http://developer.kde.org/documentation/misc/applysvnaccount.php">how to apply \
for a KDE SVN account</a>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic