Accessing subversion repository using svn+ssh protocol remotely
From: Ashish Utagikar <aputagikar_at_yahoo.com>
Date: Mon, 17 Nov 2008 15:46:43 -0800 (PST)
Hello,
I am trying to access my subversion repository on a California Linux machine from a remote Linux machine in Arizona using the svn+ssh protocol.
Unfortunately the repository in California lies inside a project area. To access it, I need to login to the project using my user name and password.
So when I try to do a commit operation from Arizona it tries to access the repository and gives me a permission denied error.
This is happening because, it cannot automatically log me in to the project in California with my user name and password.
After reading the documentation, I came to know that for the svn+ssh protocol to work, the svn client needs a read write access to the repository
I don’t have this read write access automatically because it needs me to login to the project.
I tried writing an expect script for this, which will automatically login to my project in CA once I am authenticated by ssh and then I can invoke the svnserve –t command which can access the repository
This did not work because it gave me the below error
svn: Connection closed unexpectedly
We also don’t have any sudo capability
So can any one please provide me solution to this problem ?
Please help
Thanks
---------------------------------------------------------------------
|
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.