Re: Can not access SVN on a Linux server from Windows XP?
From: Tawfik, Sameh E <SamehTawfik_at_fairisaac.com>
Date: 2006-02-08 23:58:16 CET
Here are the steps to accomplish this task:
From a LINUX HOST SERVER
* cat id_dsa.pub >> authorized_keys
* ln -s authorized_keys authorized_keys2
From a USER LOCAL WINDOWS XP MACHINE
Copy the private key "id_dsa" that was generated in../.ssh folder, to a
Run puttygen.exe to convert the "id_dsa" file to a putty format. This is
SSH
From a DOS box, run the following command:
The above command will create .ssh/ local folder under \Documents and
Copy both "id_dsa" and "id_dsa.PPK" files from the local folder as
After doing the above when you run:
ssh user_name@server_name
You should be logged-in to the specified server without being prompted
SVN
From a DOS box cd to Subversion work space folder, and run: svn up
Sameh
-----Original Message-----
Hi,
Could anyone let me know how to resolve this issue?
>From Windows XP, I'm able to checkout and update all the files and
But, when I try to run any svn command from Windows XP DOS box from the
svn: Can't create tunnel: The system cannot find the file
I went to http://subversion.tigris.org/ and checked both the FAQ and the
I installed SmartSVN version 1.1 on WindowsXP, and configured it as
On Windows XP I installed svn, version 1.2.1 (r15230) , and on the Linux
Thanks,
Sameh
---------------------------------------------------------------------
|
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.