Index: xdocs/roadmap.xml =================================================================== --- xdocs/roadmap.xml (revision 581194) +++ xdocs/roadmap.xml (working copy) @@ -533,12 +533,12 @@
- In Harmony with Eclipse project was + In Harmony with Eclipse project was created in cooperation with Eclipse Foundation. The latest bundle includes Harmony M2 and Eclipse 3.3 Europa.
Index: xdocs/newshistory.xml =================================================================== --- xdocs/newshistory.xml (revision 581194) +++ xdocs/newshistory.xml (working copy) @@ -100,7 +100,7 @@
The given command checks out a directory structure that
Index: xdocs/subcomponents/buildtest/index.xml
===================================================================
--- xdocs/subcomponents/buildtest/index.xml (revision 581194)
+++ xdocs/subcomponents/buildtest/index.xml (working copy)
@@ -63,7 +63,7 @@
Harmony project via zip or tgz files. You also can
check it out from the project Subversion repository:
svn co https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk+
svn co http://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk
With Java, Ant and SVN installed, change into the buildtest/trunk
Index: xdocs/issue_resolution_guideline.xml
===================================================================
--- xdocs/issue_resolution_guideline.xml (revision 581194)
+++ xdocs/issue_resolution_guideline.xml (working copy)
@@ -81,7 +81,7 @@
Add a link to the discussion as a comment.
build.xml is:https://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk,http://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk,+ We provide tarballs of the source code, you can just download + either stable build or nightly snapshot and + + ascertain that it passed sanity testing. +
+
+ And if you want to be on the bleeding-edge of the development effort, access repository.
The Harmony project uses the
Subversion version control
system. If you're new to Subversion, you can check out the
@@ -45,16 +52,16 @@
- Anyone can check code out of Subversion. You only need to specify a
+ Anyone can check code out of Subversion repository. You only need to specify a
username and password in order to update the Subversion repository, and only
Harmony committers have the permissions to do that. We run Subversion
- over standard HTTPS, so hopefully you won't have problems with intervening
+ over standard HTTP/HTTPS, so hopefully you won't have problems with intervening
firewalls.
Again, anyone can do this. Use a command like:
@@ -75,7 +82,9 @@
will remember it for you. Note This is the password you configured with
- Write-access assumes HTTPS connection,
+ so you may need to perform Check out from Subversion
svn checkout https://svn.apache.org/repos/asf/harmony/enhanced/trunk
+ svn checkout http://svn.apache.org/repos/asf/harmony/enhanced/trunk
Commit Changes to Subversion
svnpasswd, not your shell or other password.
+ svnpasswd, not your shell or other password.svn switch prior to committing.
///for the class libraries -https://svn.apache.org/repos/asf/harmony/enhanced/classlib +http://svn.apache.org/repos/asf/harmony/enhanced/classlib ///for DRLVM -https://svn.apache.org/repos/asf/harmony/enhanced/drlvm+http://svn.apache.org/repos/asf/harmony/enhanced/drlvm Check out the code from SVN selecting Checkout... from the context menu of
trunk.