Changeset 2349
- Timestamp:
- Jan 1, 2013, 8:27:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/install-fedora
r2348 r2349 60 60 ~~~~~~~~~~~~~~~~~~~~~~~~~ 61 61 62 Our Subversion repository lives at svn://scripts.mit.edu/. Our hosts bind to63 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.62 Our Subversion repository lives at svn://scripts.mit.edu/. Our realservers bind 63 to scripts.mit.edu on localhost. Unfortunately, this means that checking out 64 the subversion repository on a new server while you're in the process of 65 setting it up sometimes won't work. In particular, if the server is already 66 binding the scripts.mit.edu IP address, but not yet serving svn, your attempt 67 to do the checkout will connect to the local machine and fail. 68 68 69 69 Any of the following should let you evade this issue: … … 72 72 reboot. Ordinarily, you won't need to do any commits or updates between the 73 73 reboot and when LDAP and svn:// serving are working. 74 * Temporarily down the lo alias with the scripts.mit.edu IP address75 (18.181.0.43; seems to be lo:3 semi-consistently)76 * Do your svn checkout from a current host, instead of scripts.mit.edu77 (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.