You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2014/05/08 16:44:46 UTC

[7/7] git commit: [#7316] minor further improvements to scm_host docs

[#7316] minor further improvements to scm_host docs


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/27458445
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/27458445
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/27458445

Branch: refs/heads/master
Commit: 2745844583f05ffd068ee0a7e38c60ea33673385
Parents: 383ec59
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed May 7 16:00:27 2014 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Thu May 8 10:44:10 2014 -0400

----------------------------------------------------------------------
 Allura/docs/scm_host.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/27458445/Allura/docs/scm_host.rst
----------------------------------------------------------------------
diff --git a/Allura/docs/scm_host.rst b/Allura/docs/scm_host.rst
index 386fb69..9054991 100644
--- a/Allura/docs/scm_host.rst
+++ b/Allura/docs/scm_host.rst
@@ -65,7 +65,7 @@ Then exit vim (:kbd:`<esc> :wq`) and run:
     sudo service apache2 reload
 
 To test that it's working, run: :command:`git ls-remote http://localhost/git/p/test/git/`
-(if using Vagrant, use :code:`localhost:8088` from your host machine).
+(if using Vagrant, you may also use :code:`localhost:8088` from your host machine).
 If there is no output, that is fine (it's an empty repo).
 
 .. warning::
@@ -74,7 +74,8 @@ If there is no output, that is fine (it's an empty repo).
 
 Now you will want to change the :samp:`scm.host.{*}.git`
 settings in :file:`development.ini`, so that the proper commands are shown to your visitors
-when they browse the code repo web pages.
+when they browse the code repo web pages.  The exact values to use will depend on the
+hostnames and port numbers you are using.
 
 Read-only `git://`
 ^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -92,7 +93,6 @@ and subsequent chapters.
 
 .. code-block:: bash
 
-    sudo mkdir /srv/svn
     sudo chown allura:allura /srv/svn  # or other user, as needed (e.g. "vagrant")
 
     cat > /srv/svn/svnserve.conf <<EOF