Skip to main content
Inspiring
September 9, 2011
Question

team develop enviroment

  • September 9, 2011
  • 1 reply
  • 803 views

Does ColdFusion Builder support team devellop enviroment?

Does it have source control to let developer check in and check out the files to make sure only one person work on one file at one time?

Your information is great appreciated,

iccsi

This topic has been closed for replies.

1 reply

12Robots
Participating Frequently
September 10, 2011

Since ColdFusion Builder is built on top of Eclipse it can support a wide range of things through plugins. SO yes, you can get plugins to support just about any version control system you can think of.  I believe it comes with CVS support built in (since Eclipse comes with it built in), and you can choose from a wide variety of options for support for Subversion, Git, Mecurial, etc.

iccsiAuthor
Inspiring
September 10, 2011

Thanks for the message,

Do you mean that I need plug in a version control or CF has its own version controls?

If it has how can I access it?

Thanks again for helping,

iccsi

12Robots
Participating Frequently
September 10, 2011

Like I said, ColdFusion Builder has CVS support built in. By that I mean a client for talking to a CVS server. And you can get plugins for talking to SVN, Git, etc.

Which version control system are you using?