English 中文(简体)
Does Dreamweaver 8 support SVN integration?
原标题:

I am new to Dreamweaver and using version 8. Does it support SVN integration?

最佳回答

No, it does not. The first version of Dreamweaver to integrate Subversion natively is CS4. I believe there might have been a third party Subversion extension available to earlier versions, but it isn t part of the core application.

问题回答

No, but you can do it with third party extensions - see this article for step-by-step instructions.

I have used Dreamweaver very little. However, I do find that using third party tools are best for dealing with a program s tasks that are outside its main focus.

For example:

Typically the third party tools are better and more efficient at performing the task than those built into the IDEs.

To me its a bit like going to a convenience store to buy groceries. You can do it but its not as efficent and its not the main purpose of the store to do so.

Additionally, learning how to use the tool outside the context of the problem will mean that you can apply and reuse the new knowledge to tasks unrelated to DreamWeaver. In summary: you are doing yourself a huge disservice for the sake of a small convenience.





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签