Can not access to SVN on a Linux server from Windows XP?
From: Tawfik, Sameh E <SamehTawfik_at_fairisaac.com>
Date: 2006-01-12 20:08:23 CET
Hi,
From Windows XP, I'm able to checkout and update all the files and
But, when I try to run any svn command from a DOS box from the checked
C:\SVN_DB \Text_documents>svn update Test_Machines.txt
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
On another web site, I found instructions about creating public and
- login to your server
We just created a SSH2 DSA key with 1024 bit keyphrase. You will see two
- type: useradd -m myuser
You will have a directory under /home with the name "myuser", create a
- type: cd /home/myuser
Then go to the directory where you created your keys and copy the public
- type: cp mykey.pub /home/myuser/.ssh/authorized_keys
Please pay attention to the filename, it really must be
------------------------------------------------------------
Just go to the download section and get "Putty", "Plink", "Pageant" and
In order to use the private key we get from the server, we have to
Now we are ready to use this key for the first time to test the
Session->HostName: Hostname or IP Adress of your server
Then go back to Session tab and hit "save" button. You will see
Next click "open" and you should see a telnet login prompt. Use "myuser"
I followed the above instructions, but when I click on the open, I get
login as: xxx
Server refused our key
Note: I can use putty to login with no problems, by entering my user
We've subversion version 1.2.1 installed on a Linux server, and I
The repository is created on the Linux server, and we are using the
I installed SmartSVN version 1.1 on WindowsXP, and configured it as
SVN-Location: svn+ssh://server1/apps/svn1/testdb
Repository path:/apps/svn1/testdb
And specified my user name and password, and selected to store the
It's important for us to be able to run SVN commands from a DOS box,
So, can anyone point me to the right direction here?
SVN repository:
- Is installed on a Linux serve.
svn --version
svn, version 1.2.1 (r15230)
compiled Jul 13 2005, 06:27:07
Copyright (C) 2000-2005 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
SVN Client:
Windows XP - Service Pack 2
C:\svn --version
svn, version 1.2.3 (r15833)
compiled Aug 19 2005, 23:10:39
Copyright (C) 2000-2005 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
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.