[EMAIL PROTECTED] wrote: > Hi, > > I am unable to checkout (export) from SVN. > > I am trying to connect from Windows. > > ------------------------------------------------------- > svn co svn+ssh://[EMAIL PROTECTED]/source/trunk/mono > svn: The system cannot find the file specified. > -------------------------------------------------------
That error is commonly encountered if svn is unable to locate your tunnel agent(ssh.exe). Go into your Subversion config file(in %APPDATA%\Subversion\config) and take a look at the [tunnels] section. Mine looks like this: ### Section for configuring tunnel agents. [tunnels] ### Configure svn protocol tunnel schemes here. By default, only ### the 'ssh' scheme is defined. You can define other schemes to ### be used with 'svn+scheme://hostname/path' URLs. A scheme ### definition is simply a command, optionally prefixed by an ### environment variable name which can override the command if it ### is defined. The command (or environment variable) may contain ### arguments, using standard shell quoting for arguments with ### spaces. The command will be invoked as: ### <command> <hostname> svnserve -t ### If the built-in ssh scheme were not predefined, it could be ### defined as: ssh = $SVN_SSH tortoiseplink -l Arild -- Arild AnkhSVN, Subverting Visual Studio .NET: http://ankhsvn.tigris.org Blog: http://ankhsvn.com/blog IRC: irc://irc.freenode.net/ankhsvn "Gentlemen, you can't fight in here! This is the war room!" _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
