Re: http + ssh

2011-02-09 Thread Stephen Connolly
> >> but I need to use SSH as well >> >> so somehow http+ssh ? > > The available repository access methods are: > > file:/// (no server process; no encryption; for testing local repositories only) > > svn:// (svnserve daemon always running or started on demand

Re: http + ssh

2011-02-09 Thread Ryan Schmidt
On Feb 9, 2011, at 14:38, alexus wrote: > svn co svn+ssh://your.remote-server.com/home/svn/test > > is there a way to do something like this but without running > subversion daemon, because in my case I use svn through apache? > > but I need to use SSH as well > > so

http + ssh

2011-02-09 Thread alexus
svn co svn+ssh://your.remote-server.com/home/svn/test is there a way to do something like this but without running subversion daemon, because in my case I use svn through apache? but I need to use SSH as well so somehow http+ssh ? -- http://alexus.org/