You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by 沅 ㅼ <de...@msn.com> on 2004/12/29 04:33:40 UTC

Want to use svn+ssh:// server on windows

I have a win32 server, and want to use subversion with ssh tunneling on it. 

I've search several pages, but I couldn't find any help or tutorial about 
it. Is there any tutorial,some start guide, or help?

_________________________________________________________________
전세계인이 함께하는 웹 메일 서비스인 MSN Hotmail을 만나 보세요.    
http://loginnet.passport.com/login.srf?id=2&svc=mail&cbid=24325&msppjph=1&lc=1042 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Want to use svn+ssh:// server on windows

Posted by Peter Valdemar Mørch <sw...@sneakemail.com>.
권 오중 deicide3-at-msn.com |Lists| wrote:
> I have a win32 server, and want to use subversion with ssh tunneling
> on it. I've search several pages, but I couldn't find any help or
> tutorial about it. Is there any tutorial,some start guide, or help?

Your main trouble is probably going to be to get the ssh server running
on Windows, which isn't really subversion related at all. Once thats
set, all you need to make sure is that:

# ssh windowsserver type svnserve

finds svnserve...

May I suggest
http://sshwindows.sourceforge.net/download/

You may also want to setup password-less login with ssh using ssh-agent
http://www.google.com/search?q=ssh+password+less+login

That should get you going. I'm using Windows clients to access my Linux
server over svn+ssh:// Works like a charm for years. Haven't tried a
Windows SSH server.

Peter

-- 
Peter Valdemar Mørch
http://www.morch.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org