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
February 4th, 2006 at 3:40 am
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
February 4th, 2006 at 8:59 am
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!
February 6th, 2006 at 3:35 pm
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?
February 6th, 2006 at 4:44 pm
Wow, that was fast
Works great now!
Thank you,
Dorian
February 7th, 2006 at 1:23 am
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.
February 9th, 2006 at 9:36 am
Thank you VERY much! for the sepy list.
May 6th, 2006 at 2:11 pm
Sweet! thanks Alesandro. Works great!