Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Subversion SVN+SSH

New Here ,
Aug 20, 2010 Aug 20, 2010

Operating System: OSX 10.6.3

Dreamweaver CS5

I have a working repository server running Subversion and i can connect to it locally (from the server) and remotely using svn+ssh via the command line.

Unfortunately, if i add the server into DWs "Version Control" setting for my site (SVN+SSH) ill get "Server and project are not accessible! (210002)"

I called Adobe Tech support and they were able to "re-create" the problem and does not know how to fix it. They suggested me to post the question here, so here i am.

Console Messages

----------------------------------------------------------------------------------------------------------------------------------------

ssh_askpass: exec(/usr/libexec/ssh-askpass): no such file or directory

Permission denied, please try again.

Dreamwaver(42749,0xa0162500) malloc: *** error for object 0x6f64008: pointer being freed was not allocated

*** set a breakpoint in malloc_error_break to debug

----------------------------------------------------------------------------------------------------------------------------------------

TOPICS
Server side applications
3.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 18, 2010 Nov 18, 2010

I guess I am in the same boat. I have tried absolutely everything that the Adobe forums have thrown at me. "Tech Support" (used very lightly) is of no use. In an effort to get this moved up to the top, does anyone have a workaround for this?

I have a Windows 7 Professional machine with TortoiseSVN installed connecting via svn+ssh to a Debian Linux box that hosts my sites. I am able to checkin/checkout, commit/update, etc. with ease via command line/tortoise. When I enter in the info the Version Control section, performing a Test fails every time.

Anyone have a clue?

Thanks,

wtm

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 28, 2012 Oct 28, 2012
LATEST

SOLVED

// My Settings

Dreamweaver CS6

Access: Subversion

Protocol: SVN+SSH

Server Address: user@host

Repository Path: /path/to/svn/repository

Subversion Client Version 1.6.9

What I did differently?
I included the user@ in front of the host name.

I should have assumed that was needed since the interface doesn't give me the option of adding a Server Port or Username when I have the Protocol set to SVN+SSH.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines