Changeset 2349 for trunk/server/doc


Ignore:
Timestamp:
Jan 1, 2013, 8:27:10 PM (11 years ago)
Author:
adehnert
Message:
Minor corrections to networking/svn docs

* lo:3 is consistent
* refer to "realserver" rather than "host"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/doc/install-fedora

    r2348 r2349  
    6060~~~~~~~~~~~~~~~~~~~~~~~~~
    6161
    62 Our Subversion repository lives at svn://scripts.mit.edu/. Our hosts bind to
    63 scripts.mit.edu on localhost. Unfortunately, this means that checking out the
    64 subversion repository on a new server while you're in the process of setting it
    65 up sometimes won't work. In particular, if the server is already binding the
    66 scripts.mit.edu IP address, but not yet serving svn, your attempt to do the
    67 checkout will connect to the local machine and fail.
     62Our Subversion repository lives at svn://scripts.mit.edu/. Our realservers bind
     63to scripts.mit.edu on localhost. Unfortunately, this means that checking out
     64the subversion repository on a new server while you're in the process of
     65setting it up sometimes won't work. In particular, if the server is already
     66binding the scripts.mit.edu IP address, but not yet serving svn, your attempt
     67to do the checkout will connect to the local machine and fail.
    6868
    6969Any of the following should let you evade this issue:
     
    7272  reboot. Ordinarily, you won't need to do any commits or updates between the
    7373  reboot and when LDAP and svn:// serving are working.
    74 * Temporarily down the lo alias with the scripts.mit.edu IP address
    75   (18.181.0.43; seems to be lo:3 semi-consistently)
    76 * Do your svn checkout from a current host, instead of scripts.mit.edu
    77   (for example, use svn://whole-enchilada.mit.edu/). Don't forget to
    78   svn switch --relocate to scripts.mit.edu once the server is set up.
     74* Temporarily down lo:3 (the lo alias with the scripts.mit.edu IP address,
     75  18.181.0.43)
     76* Do your svn checkout from a current realserver, instead of scripts.mit.edu
     77  (for example, use svn://whole-enchilada.mit.edu/). Don't forget to svn switch
     78  --relocate to scripts.mit.edu once the server is set up.
Note: See TracChangeset for help on using the changeset viewer.