i apologize for my subversion ignorance. i'm still kinda new to it.
i had to install subversion myself on my shared host web server. is
On Sep 23, 10:23 am, euphrate_ylb <
yann.leble...@gmail.com> wrote:
> Hi,
>
> Most people I know use HTTPS for connecting to their SVN server.
> Depending on the project, we also use HTTP. So basically we know that
> those 2 protocols are correctly supported by fredistrano. To be
> honest, I have never tried svn+ssh... Are you sure that your SVN
> provider doesn't support at least HTTPS?
>
> Regards,
>
> Yann
>
> On Sep 23, 3:50 pm, gabe <
gabriel.cha...@gmail.com> wrote:
>
>
>
> > i can't figure out how i should access the repository from
> > fredistrano. when i use tortoisesvn from my laptop, i have to use svn
> > +ssh://
usern...@domain.com/svnpath/trunk/. well, i tried using the
> > same thing in fredistrano, but i keep getting the "Unable to locate
> > deploy.php" error and the svn command error is "svn: Network
> > connection closed unexpectedly". i copied and pasted the command: svn
> > export --non-interactive --username myusername --password mypwd svn
> > +ssh://
myusern...@mydomain.com/home/myusername/svn/mydomain.com/trunk
> > tmpDir 2>&1 into my SSH terminal and i get a prompt for a password,
> > which i believe is actual a prompt for the SSH password and not the
> > SVN password. fredistrano is failing because i can't deal w/ the SSH
> > prompt. i noticed in the fredistrano documentation that the example
> > useshttp://ipaddress/svn/testforthe SVN URL. i tried this and get