Version 5 (modified by HarryC, 7 years ago)

typo fix

Getting the Source

Once 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

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

  1. Make sure you have TortoiseSVN installed ( http://tortoisesvn.tigris.org/download.html)
  2. Right-click on the desktop go get a context popup menu.
  3. Select "SVN Checkout..." from that popup menu. (A dialog "TortoiseSVN: Checkout" opens.)
  4. In the "URL of repository:" enter " http://svn.tiddlywiki.org"
  5. In the "Checkout directory:" enter the path to a convenient local directory that should contain the working copy. (You may use the "..." button to browse for the directory and create new folders.)
  6. Make sure "HEAD revision" is selected and all other checkboxes are unchecked.
  7. Press the "OK" button to start the checkout. (A window appears, displaying the checkout progress.)
  8. When the checkout is completed (last line in the log "Completed At revision: nnn") press the "OK" button to close the progress window.

Now your local directory contains contains working copies of the files from the server.

To issue SVN commands (like update, commit etc.) just right-click the file/directory of interest and select the SVN command from the context menu.

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