HowTo: Configure SVN on Windows

If you’re using the new Workspace panel with SVN enabled for your projects and your SVN tunnel requires svn+ssh, you need to make this patch in order to use the SVN feature correctly. (Probably you are receiving an error such as: “Can’t create tunnel”)

First download and install TortoiseSVN
Once installed open with a text editor the svn configuration file: “C:\Documents and Settings\{username}\Dati applicazioni\Subversion\config
Find the section “[tunnels]” and add at the end of that section a new entry such as this one:

ssh = "C:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe"

Save the file and try again in SEPY to update of commit your files with SVN.. now it should work

7 Responses to “HowTo: Configure SVN on Windows”

  1. Dorian Says:

    Hi,

    I need some help! I just can’t get SVN to work inside SEPY. I added my working copy to a workspace file, checked the SVN option and can see the overlay icons on the files. But when I run any SVN command from the context menu SEPY shows the SVN:Authentication screen and then just hangs up (SEPY process is then running at 100% CPU!).
    My config: XPSP2, SEPY RC7, Tortoise 1.3, SVN 1.3

    Thanks for any support ;)

  2. sephiroth Says:

    you’re right..
    It’s strange because I first made various test on this problems and I fixed that already… but now it seems to be buggy again.
    Anyway now I should have fixed it using threading.Lock, please check with the next version.

    thanks for the suggestion!

  3. Jay Says:

    Hello,

    I am trying to find the Latest Mac version of SEPY!
    1.5.2RC2 cause that is what i had on my mac. But it has disappeared. I couldn’t figure out where else to write since it appears that the MAC maillist is down also?

    Can you help?

  4. Dorian Says:

    Wow, that was fast ;)
    Works great now!

    Thank you,

    Dorian

  5. sephiroth Says:

    you can find all the SEPY releases here:
    http://prdownloads.sourceforge.net/sepy

    soon there will be a new MAC binary distro, i want first to fix some bugs in the current release.

  6. Jay Says:

    Thank you VERY much! for the sepy list.

  7. Aaron Smith Says:

    Sweet! thanks Alesandro. Works great!