Author: sijskes
Date: Thu Feb 10 09:39:51 2011
New Revision: 1069306
URL: http://svn.apache.org/viewvc?rev=1069306&view=rev
Log:
adapted svn paths
Modified:
river/site/trunk/content/source-code.mdtext
Modified: river/site/trunk/content/source-code.mdtext
URL:
http://svn.apache.org/viewvc/river/site/trunk/content/source-code.mdtext?rev=1069306&r1=1069305&r2=1069306&view=diff
==============================================================================
--- river/site/trunk/content/source-code.mdtext (original)
+++ river/site/trunk/content/source-code.mdtext Thu Feb 10 09:39:51 2011
@@ -12,7 +12,7 @@ The source code for the various delivera
The Apache River source can be checked out anonymously with this command (for
the jtsk deliverable):
- svn checkout http://svn.apache.org/repos/asf/incubator/river/jtsk/trunk
river
+ svn checkout http://svn.apache.org/repos/asf/river/jtsk/trunk river
## Access from behind a firewall
@@ -20,7 +20,7 @@ The Apache River source can be checked o
For those users who are stuck behind a corporate firewall which is blocking
http access to the Subversion repository, you can try to access it via HTTPS:
- svn checkout https://svn.apache.org/repos/asf/incubator/river/jtsk/trunk
river
+ svn checkout https://svn.apache.org/repos/asf/river/jtsk/trunk river
## Access through a proxy
@@ -53,7 +53,7 @@ If you've added new files, remember to "
Everyone can access the River Subversion repository via HTTPS, but River
Committers must checkout the Subversion repository via HTTPS.
- svn checkout https://svn.apache.org/repos/asf/incubator/river/jtsk/trunk
river
+ svn checkout https://svn.apache.org/repos/asf/river/jtsk/trunk river
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)