I have my SSH on an off port to help prevent dictionary style attacks. But shouldn't svn:// be all thats needed or is svn+ssh strictly nessecary?
On 3/31/06, Andrew McNabb <[EMAIL PROTECTED]> wrote: > On Fri, Mar 31, 2006 at 07:44:13PM -0700, Steve wrote: > > Hello everyone, I managed to easily and quickly setup an apache based > > subversion repository on my server for basically general purpose > > consumption. > > However one of my users offered a fairly substantial sum if I could > > give him a private subversion repository. > > > > So being the kind person I am, I went ahead and set it up for him. > > The repository seems to be working just fine locally, but as soon as I > > try to access it remotely I get... > > svn: No repository found in 'svn://[EMAIL PROTECTED]/dishmal/.svn' > > > > Are you trying to do svn over http/dav, over ssh, or something else? If > you want to do ssh, you'll have to use the URL > "svn+ssh://[EMAIL PROTECTED]/whatever". > > -- > Andrew McNabb > http://www.mcnabbs.org/andrew/ > PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868 > > > > /* > PLUG: http://plug.org, #utah on irc.freenode.net > Unsubscribe: http://plug.org/mailman/options/plug > Don't fear the penguin. > */ > > > /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
