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

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

New Here ,
Jan 12, 2009 Jan 12, 2009
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.
TOPICS
Extensions
2.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

correct answers 1 Correct answer

Deleted User
Jan 23, 2009 Jan 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.
Translate
New Here ,
Jan 13, 2009 Jan 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.
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
Guest
Jan 23, 2009 Jan 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.
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 ,
Jan 23, 2009 Jan 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.
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
Community Beginner ,
Jun 02, 2010 Jun 02, 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!

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 ,
Jun 19, 2010 Jun 19, 2010

I want to know also this.

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 01, 2010 Oct 01, 2010
LATEST

To repeat myself from here http://forums.adobe.com/message/3177311#3177311 ...

As your on windows I'd advise the following setup

TortoiseSVN or GIT (your choice)

This will integrate TortoiseSVN/GIT into Windows Explorer; you should install BOTH the 32bit and 64bit versions; the 64bit version is needed for windows explorer to display the menus the 32bit one is needed to use it within your 32bit applications (most of Adobe Suite is 32bit).

TortoiseSVN - http://tortoisesvn.net/downloads

TortoiseGIT  - http://code.google.com/p/tortoisegit/downloads/list?can=3&q=&colspec=Filename+Summary+Uploaded+Size+...

Dreamweaver Extension to Add GIT or SVN Context Menus (right click menus)

GIT Weaver

http://github.com/ChrisMcKee/gitweaver/#readme  >> Download ( http://github.com/ChrisMcKee/gitweaver/downloads )

SVN Weaver

http://github.com/ChrisMcKee/svnweaver#readme  >> Download ( http://github.com/ChrisMcKee/svnweaver/downloads )

Issue Tracking / Project Management

If you want to start up with issue logging/project management I cant advise Redmine enough theres even a "Windows Stack" so you can install it as if you were installing MSN http://bitnami.org/stack/redmine

and this integrates then with TortoiseSVN/GIT using a plugin http://code.google.com/p/redmine-projects/

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