Technical Reference

From DoctorWhen
Revision as of 01:23, 5 June 2011 by 67.188.2.37 (talk) (Created page with '==Website Administration== We have currently registered three domains: * http://trenchwood.com/ * http://peachfrontier.com/ * http://etherealendways.com/ The contents of these…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Website Administration

We have currently registered three domains:

The contents of these domains are being managed in a Subversion repository (here is a quick tutorial to get started).

The URL for the repository is:

 svn://emagino.net/doctorwhen

Anybody can read the contents of the repository, so don't share this with people outside of GC. However, only a few accounts have an ability to write to the repository, including whuang (Wei-Hwa), ubernaut (Ben), and wesley. "wesley" is a generic account and has the same password as access to this wiki. Use it if you really need to change something in a hurry, but if you anticipate actually doing substantial work, please ask Wei-Hwa to create an account for you (the password will be in plaintext, so don't use a secure one).

So, to checkout your own copy, go to any directory on any machine where you can run subversion, and run

 svn checkout svn://emagino.net/doctorwhen --username wesley

Make edits in your own place, and then use

 svn commit

to commit your changes.

The live servers will reload from the repository every hour. Wei-Hwa can change this or manually reload if necessary.