You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sc...@geronimo.apache.org on 2005/02/11 18:20:47 UTC

[Apache Geronimo Wiki] Updated: GettingSourceCode

   Date: 2005-02-11T09:20:47
   Editor: TobyCabot
   Wiki: Apache Geronimo Wiki
   Page: GettingSourceCode
   URL: http://wiki.apache.org/geronimo/GettingSourceCode

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -55,7 +55,8 @@
 If you make changes to Geronimo, and would like to contribute the to the project, you should create a patch and post it to the [http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10220 Geronimo JIRA issue tracker].  To create a patch, simply execute the following command:
 
  {{{
-$> svn diff > your-changes.patchInstructions on [http://subversion.tigris.org/ Subversion] use can be found [http://svnbook.red-bean.com here].
+$> svn diff > your-changes.patch
+}}}
 
 = Developer Access =
     
@@ -64,7 +65,7 @@
 $> svn checkout https://svn.apache.org/repos/asf/geronimo/trunk geronimo
 }}}
     
-To commit changes to the repository must, you must set your password on the Apache Subversion server.  To set your password, use ssh to connect to svn.apache.org, and enter the command '''svnpasswd'''. This will prompt you to enter a svn password of your choice (Pick a safe password).  Now, now your are ready to commit changes using your username/password.  Execute the following command to commit your changes (svn will prompt your for your password)
+To commit changes to the repository, you must set your password on the Apache Subversion server.  To set your password, use ssh to connect to svn.apache.org, and enter the command '''svnpasswd'''. This will prompt you to enter a svn password of your choice (pick a safe password).  Now, now your are ready to commit changes using your username/password.  Execute the following command to commit your changes (svn will prompt you for your password)
   {{{
 $> svn commit --username your-username
 Authentication realm: <https://svn.apache.org:443> ASF Committers