SVN & Dreamweaver

好久不见. 提交于 2019-12-25 05:22:02

问题


I have a synology server which i have installed Subversion on, and i can browse to the repository using tortoiseSVN

svn://192.168.0.8/RepositoryName/RepositoryProject

all goo so far... but!

in dreamweaver CS6,

I have setup

Access: Subversion

Protocol: SVN

Serveraddress: 192.168.0.8

Repository Path: /RepositoryName/RepositoryProject

ServerPort : 3690

username: username

password: password

but i get this error:

"server and project not accessable!('svn://192.168.0.8:3690/RepositoryName' isnt in the same repository as 'svn://192.168.0.8/RepositoryName')

i have also tried for the server address : 192.168.0.8/RepositoryName

and i get the same error... it seems like its not picking up the RepositoryName.

Help please!


回答1:


I tried using dreamweaver with SVN myself and had issues like that. Additionally it seems that Dreamweaver can only support specific versions of SVN repositories.

I would suggest that you abandon the Dreamweaver SVN functionality, and choose a light weight SVN tool to keep track of your files after changing them to Dreamweaver (Like Tortoise SVN).




回答2:


I suggest you use the following settings:

Access: Subversion

Protocol: HTTPS

Serveraddress: name-of-pc

Repository Path: /svn/RepositoryName

ServerPort : 8443

username: username

password: password

These setting will work in Dreamweaver CS6 and CC (2015).



来源:https://stackoverflow.com/questions/20396890/svn-dreamweaver

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!