Setup Version Control on Dreamweaver

Posted by John Isaacks on Super User See other posts from Super User or by John Isaacks
Published on 2010-12-28T19:58:02Z Indexed on 2010/12/28 20:56 UTC
Read the original article Hit count: 328

I have a win computer on the Network called WIN2K8FS1

I have TortoiseSVN on a win computer and when I go to checkout a repository with Tortoise it asks me for the URL of the repository. I put in:

file://WIN2K8FS1/Media/SVN_repo

And it creates the working copy.


I am trying to setup Dreamweaver CS5 to work with subversion. I create a new site and I go to the Version Control tab and it asks for a lot if info.

  1. First is Access. I choose Subversion since that is the only option
  2. Second is Protocol. Not sure which I need so I go with HTTP?
  3. Third is Server Address. I am assuming this is the name of the computer with the repository so I put in \\WIN2K8FS1\
  4. Fourth is Repository Path. I put in /Media/SVN_repo
  5. Fifth is Port which I leave default to 80
  6. Then it asks for user name and password. I never set one up for anything so I put in my domain username and password.

I click test and it tells me:

Server and project are not accessible!

I am not sure what I am doing wrong. I am not the server admin but I did create the repository and have access to it via Tortoise. So I am not sure what I am doing wrong in Dreamweaver.

© Super User or respective owner

Related posts about svn

Related posts about version-control