Gallery:Using Subversion on Windows - Gallery Codex
Personal tools

Gallery:Using Subversion on Windows

From Gallery Codex

Using the TortoiseSVN client to checkout Gallery

(At the time of writing only the gallery-contrib repository was available, so all examples and screenshots below reflect that)


  1. Download and install TortoiseSVN from http://tortoisesvn.sourceforge.net/downloads
  2. Create a local directory where you want to store the files you checkout from the repository. My choice was c:\checkout\gallery-contrib
  3. In Windows explorer, find the folder created in step 2, and right click it and select SVN Checkout

    SVN Checkout
  4. Enter the URL for the SVN repository in the corresponding field and verify that the Checkout directory is set to the directory of your choosing.

    Checkout Directory

    You can view a list of the available Repository URLs here. After you enter a Repository URL you can browse it by selecting the ... button and click your way around the Repository tree.

    Browse SVN Tree

  5. When you are satisfied with your selection, Click 'OK'

  6. A new window opens showing the progress of your checkout and once it's done you will be presented with a dialogue like this:

    Checkout progress

  7. The selected checkout directory should now be filled with the files from the checkout and the green checkmark on the folder icon indicates that it is indeed an SVN checkout

    SVN managed folder
  8. The checkout folder should now contain all the files from the checkout.

    Files from SVN
  9. If you want to update the folder later on, simply right-click the checkout folder and select SVN Update and the local copy will be updated with the latest code from the SVN repository.

    SVN Update

<p />

Animated howto