[Monodevelop-patches-list] r457 - in trunk/MonoDevelop/web: . src

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Jan 11 20:31:39 EST 2004


Author: tberman
Date: 2004-01-11 20:31:38 -0500 (Sun, 11 Jan 2004)
New Revision: 457

Added:
   trunk/MonoDevelop/web/src/ssvn.src
   trunk/MonoDevelop/web/src/svn.src
Removed:
   trunk/MonoDevelop/web/src/download.src
Modified:
   trunk/MonoDevelop/web/commands
Log:
new changes


Modified: trunk/MonoDevelop/web/commands
===================================================================
--- trunk/MonoDevelop/web/commands	2004-01-12 00:46:46 UTC (rev 456)
+++ trunk/MonoDevelop/web/commands	2004-01-12 01:31:38 UTC (rev 457)
@@ -2,3 +2,5 @@
 0,Screenshots,screenshots.html,screenshots.src
 0,Bug Reports,bugs.html,bugs.src
 0,Downloads,download.html,download.src
+1,AnonSVN,svn.html,svn.src
+1,SVN access,ssvn.html,ssvn.src

Deleted: trunk/MonoDevelop/web/src/download.src
===================================================================
--- trunk/MonoDevelop/web/src/download.src	2004-01-12 00:46:46 UTC (rev 456)
+++ trunk/MonoDevelop/web/src/download.src	2004-01-12 01:31:38 UTC (rev 457)
@@ -1,141 +0,0 @@
-At this time, no downloads are available, we are working hard to change that though.
-<p>
-If you have received subversion access from Todd or Miguel, please read the 
-instructions below.
-<p>
-
-<h1>Using SVN</h1>
-	
-	This is a small tutorial for using SVN (subversion).
-<p>
-<h2>Generating an SSH key</h2>
-<p>
-	If you are using SSH version 2, please generate your key using:
-<p>
-
-<pre>
-	ssh-keygen -t rsa
-</pre>
-<p>
-	And mail <a href="mailto:miguel at ximian.com">miguel</a> the 
-	id_rsa.pub file.
-<p>
-	If you are using SSH version 1, run:
-<pre>
-	ssh-keygen
-</pre>
-
-<p>
-	And mail <a href="mailto:miguel at ximian.com">miguel</a> your 
-	identity.pub file.
-<p>
-	If you are using SSH from SSH Communications Security (they offer
-	a free SSH client for personal use), you have to use OpenSSH to
-	convert your public key to the required format. You have to use 
-	OpenSSH's ssh-keygen program and write the following:
-<p>
-<pre>
-	ssh-keygen -i -f id_XXX.pub > my_public_key.pub
-</pre>
-	
-	where the file id_XXX.pub is your public key file, 
-	normally located under ~/.ssh/ or ~/.ssh2/.
-	Send to <a href="mailto:miguel at ximian.com">miguel</a> the 
-	my_public_key.pub file. 
-
-<p>
-	The *exact* format for this file must be:
-<p>
-<pre>
-	ssh-rsa XXXXX....
-</pre>
-<p>
-	You will need subversion and SSH.  Windows users can get SSH by
-	installing Cygwin (<a
-	href="http://www.cygwin.com">http://www.cygwin.com</a>).
-<p>
-	Unix users will probably have SSH installed already. Subversion can be
-	obtained from <a href="http://subversion.tigris.org/">the official 
-	subversion website</a> for both Windows and Unix. 
-<p>
-
-
-<h2>Checking out the sources</h2>
-<p>
-	To checkout the sources for the first time use the command:
-<p>
-	Note: You should be running 0.35.1 (latest) of svn before attempting
-	anything here.
-<p>
-<pre>
-	svn co svn+ssh://mono-cvs.ximian.com/svn/monodevelop/trunk/MonoDevelop
-</pre>
-	
-	If you have a different username on mono-cvs and the local computer
-	you can do the following:
-<p>
-<pre>
-
-	svn co svn+ssh://username@mono-cvs.ximian.com/svn/monodevelop/trunk/MonoDevelop
-</pre>
-<p>
-	before checking out.
-<p>
-<h2>Updating your sources</h2>
-<p>
-	You can update your repository to the latest copy of MonoDevelop by
-	running the following command:
-<p>
-<pre>
-	svn up
-</pre>
-
-<p>
-	from inside your repository.
-<p>
-<h2>Committing your work</h2>
-<p>
-	Before you commit anything, you should first update to the latest
-	sources by following the updating directions. After you are up to date
-	you need to run a:
-<p>
-<pre>
-	svn add filename
-</pre>
-<p>
-	for every file that you have created. You can get a list of these files
-	by running:
-
-<p>
-<pre>
-	svn status
-</pre>
-<p>
-	After all the files are added, run:
-<p>
-<pre>
-	svn commit
-</pre>
-<p>
-	to commit your changes.
-<p>
-
-<h1>Keeping track of changes.</h1>
-<p>
-	We provide one e-mail based mechanism to keep track of
-	changes to the code base:
-	
-	<ul>
-<li><a href="mailto:monodevelop-patches-list-request at lists.ximian.com">
-		  monodevelop-patches-list at lists.ximian.com</a>: This mailing list receives
-		  in patch form all the changes that are being made to SVN.
-	</ul>
-<p>
-	We hope to offer LXR and Bonsai in the future as well.
-<p>
-	To subscribe, send an email message to
-	monodevelop-patches-list-request at lists.ximian.com and in the body of the
-	message put `subscribe'.
-<p>
-	This will send you an email message every time the author of a patch submits
-	a patch for review. 

Copied: trunk/MonoDevelop/web/src/ssvn.src (from rev 456, trunk/MonoDevelop/web/src/download.src)
===================================================================
--- trunk/MonoDevelop/web/src/download.src	2004-01-12 00:46:46 UTC (rev 456)
+++ trunk/MonoDevelop/web/src/ssvn.src	2004-01-12 01:31:38 UTC (rev 457)
@@ -0,0 +1,140 @@
+<p>
+If you have received subversion access from Todd or Miguel, please read the 
+instructions below.
+<p>
+
+<h1>Using SVN</h1>
+	
+	This is a small tutorial for using SVN (subversion).
+<p>
+<h2>Generating an SSH key</h2>
+<p>
+	If you are using SSH version 2, please generate your key using:
+<p>
+
+<pre>
+	ssh-keygen -t rsa
+</pre>
+<p>
+	And mail <a href="mailto:miguel at ximian.com">miguel</a> the 
+	id_rsa.pub file.
+<p>
+	If you are using SSH version 1, run:
+<pre>
+	ssh-keygen
+</pre>
+
+<p>
+	And mail <a href="mailto:miguel at ximian.com">miguel</a> your 
+	identity.pub file.
+<p>
+	If you are using SSH from SSH Communications Security (they offer
+	a free SSH client for personal use), you have to use OpenSSH to
+	convert your public key to the required format. You have to use 
+	OpenSSH's ssh-keygen program and write the following:
+<p>
+<pre>
+	ssh-keygen -i -f id_XXX.pub > my_public_key.pub
+</pre>
+	
+	where the file id_XXX.pub is your public key file, 
+	normally located under ~/.ssh/ or ~/.ssh2/.
+	Send to <a href="mailto:miguel at ximian.com">miguel</a> the 
+	my_public_key.pub file. 
+
+<p>
+	The *exact* format for this file must be:
+<p>
+<pre>
+	ssh-rsa XXXXX....
+</pre>
+<p>
+	You will need subversion and SSH.  Windows users can get SSH by
+	installing Cygwin (<a
+	href="http://www.cygwin.com">http://www.cygwin.com</a>).
+<p>
+	Unix users will probably have SSH installed already. Subversion can be
+	obtained from <a href="http://subversion.tigris.org/">the official 
+	subversion website</a> for both Windows and Unix. 
+<p>
+
+
+<h2>Checking out the sources</h2>
+<p>
+	To checkout the sources for the first time use the command:
+<p>
+	Note: You should be running 0.35.1 (latest) of svn before attempting
+	anything here.
+<p>
+<pre>
+	svn co svn+ssh://mono-cvs.ximian.com/svn/monodevelop/trunk/MonoDevelop
+</pre>
+	
+	If you have a different username on mono-cvs and the local computer
+	you can do the following:
+<p>
+<pre>
+
+	svn co svn+ssh://username@mono-cvs.ximian.com/svn/monodevelop/trunk/MonoDevelop
+</pre>
+<p>
+	before checking out.
+<p>
+<h2>Updating your sources</h2>
+<p>
+	You can update your repository to the latest copy of MonoDevelop by
+	running the following command:
+<p>
+<pre>
+	svn up
+</pre>
+
+<p>
+	from inside your repository.
+<p>
+<h2>Committing your work</h2>
+<p>
+	Before you commit anything, you should first update to the latest
+	sources by following the updating directions. After you are up to date
+	you need to run a:
+<p>
+<pre>
+	svn add filename
+</pre>
+<p>
+	for every file that you have created. You can get a list of these files
+	by running:
+
+<p>
+<pre>
+	svn status
+</pre>
+<p>
+	After all the files are added, run:
+<p>
+<pre>
+	svn commit
+</pre>
+<p>
+	to commit your changes.
+<p>
+
+<h1>Keeping track of changes.</h1>
+<p>
+	We provide one e-mail based mechanism to keep track of
+	changes to the code base:
+	
+	<ul>
+<li><a href="mailto:monodevelop-patches-list-request at lists.ximian.com">
+		  monodevelop-patches-list at lists.ximian.com</a>: This mailing list receives
+		  in patch form all the changes that are being made to SVN.
+	</ul>
+<p>
+	We hope to offer LXR and Bonsai in the future as well.
+<p>
+	To subscribe, send an email message to
+	monodevelop-patches-list-request at lists.ximian.com and in the body of the
+	message put `subscribe'.
+<p>
+	This will send you an email message every time the author of a patch submits
+	a patch for review. 

Added: trunk/MonoDevelop/web/src/svn.src
===================================================================
--- trunk/MonoDevelop/web/src/svn.src	2004-01-12 00:46:46 UTC (rev 456)
+++ trunk/MonoDevelop/web/src/svn.src	2004-01-12 01:31:38 UTC (rev 457)
@@ -0,0 +1,2 @@
+We are in the process of setting up an anonymous SVN mirror<br/>
+As soon as one is available, the information will be available<br/>




More information about the Monodevelop-patches-list mailing list