[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Subversion on Windows

From: Skriloff, Nicholas <SkriloffN_at_darden.virginia.edu>
Date: 2006-01-17 05:00:05 CET

Here are some rookie questions I am having a hard time with.

I am part of ruby code jam with a subversion repository at rubyforge.org

I am on a windows XP machine with Subversion for Win32, version 1.2.3.
When I went to
http://subversion.tigris.org/project_packages.html#binary-packages
that was the version available. Not 1.3. Why is 1.3 binary not
available?

I downloaded plink.exe and put it in my windows path
I went to my
C:\Documents and Settings\<user>\Application Data\Subversion\config
File and changed line 41 or so
### Section for configuring tunnel agents.
[tunnels]
ssh=plink

BEFORE I did this from the command line I would run and get

svn checkout svn+ssh://<user>@rubyforge.org//var/svn/cvillejam
svn: Can't create tunnel: The system cannot find the file specified.

AFTER I DO THIS IT JUST HANGS
C:\temp>svn checkout svn+ssh://<user>@rubyforge.org/var/svn/cvillejam

NOTHING HAPPENS UNTIL I HIT CTRL-C
svn: Connection closed unexpectedly

WHAT AM I DOING WRONG THAT I CANNOT CHECK OUT? DO I NEED SOME tunnel
schemes here?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 17 05:02:08 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.