Skip to main content
Participant
January 12, 2009
Answered

Is it possible to integrate with CS4 "Version Control"?

  • January 12, 2009
  • 4 replies
  • 2101 views
Hello,

I am working on updating an existing Version Control integration extension to work with CS4. In versions prior to Dreamweaver CS4 this was done by implementing the "source control integration API" . This put an item in the "Remote Info" drop down for our version control system.

In CS4 there is now the built in "Version Control" option that ships with support for Subversion. We would like to upgrade our integration to use this.

We implement all of the required, and most of the optional "Source Control API" calls and appear on the Remote Info tab. Is there something that we need to change in how we implement the Source Control API in order to appear to Dreamweaver as a version control integration instead of a remote site? I have read through the Source Control API documentation, and do not see any place that it changed from CS3 to CS4.

So in summery my question is as follows:
Is it possible to integrate with the new CS4 Version Control interface?

If this is too broad of a question, please tell me and I will try to narrow it down. Thanks for any help.
This topic has been closed for replies.
Correct answer
I'm sorry the Version Control panel isn't extensible this release. The Source Control APIs will continue to work in the Remote Info panel.

4 replies

Participating Frequently
June 2, 2010

Does anyone know anything about Source Control/Version Control integration for CS5? I can't figure out how to put an item as a type of remote server or a version control option!

Participant
June 20, 2010

I want to know also this.

ryodoanAuthor
Participant
January 23, 2009
Thanks for the reply and I hope that in the next release of Dreamweaver we will be able integrate with the Version Control Panel.
Correct answer
January 23, 2009
I'm sorry the Version Control panel isn't extensible this release. The Source Control APIs will continue to work in the Remote Info panel.
ryodoanAuthor
Participant
January 13, 2009
I think that I kind of lost the thread of what I was trying to ask yesterday, so I would like to summarize my question in a couple lines here so people do not need to read that wall of text.

- Is it possible to integrate with the new "Version Control" that was added to Dreamweaver CS4?
- Does the new Version Control support use the same "Source Control" API's that were used to allow Check In / Check Out for remote sites?
- If I have a DLL that works by implementing the Source Control API's, how hard would it be to implement the new Version Control, if it is even possible.

Thanks, and again, sorry for the previous rambling wall of text.