Version 2 (modified by JeremyRuston, 7 years ago)

--

Getting the Source

One you've got Subversion installed you can use it to make a working copy of the TiddlyWiki source tree on your local disc. (If you haven't got Subversion installed, see GettingStarted).

Windows

TBD

OS X

Here are the steps to set up SvnX and use it to grab a working copy:

  1. Run SvnX. You should see two windows, one labelled 'Repositories' and one labelled 'Working Copies'
  2. In the 'Repositories' window, create a new entry using the '+' button. Set the name to 'TiddlyWiki.org' and the path to ' http://svn.tiddlywiki.org/'. You don't need a username and password
  3. Drag the completed entry labelled 'TiddlyWiki.org' from the 'Repositories' window into the list in the 'Working Copies' window
  4. Set the path to a convenient local directory. I use /Users/jeremyruston/Sites/tiddlywiki.org (useful if you also enable web sharing in System Preferences)
  5. Double click on the new entry in the 'Working Copies' window to open it's window
  6. Click the 'Update' button to bring your local working copy up to date with the server - the first time you do it will mean pulling down the whole repository

Now you should be able to browse your local copy of the repository.

Linux

TBD