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

Version Control/File Check Out

New Here ,
Aug 24, 2007 Aug 24, 2007
Being the sole web developer here has it's perks. However, we recently added another web designer and now we need some sort of version control on the pages ot make sure we aren't stepping on each others toes.

Is there a system in place in CF, CF Server, Admin, etc. to set up this sort of version control? Basically, a way to check out files or flag them?

Thank you.

Barry
TOPICS
Getting started
616
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
Explorer ,
Aug 24, 2007 Aug 24, 2007
If your using dreamweaver, it has a check in/out system. Never really used it to see how well it works tho.
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
Contributor ,
Aug 24, 2007 Aug 24, 2007
Coldfusion doesn't supply source control.

The most common OS source control systems are CVS and Subversion.

CVS is simple enough to use. There are clients that integrate with Windows explorer like Tortoise CVS, but both can also be used through Eclipse.
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
LEGEND ,
Aug 24, 2007 Aug 24, 2007
LATEST
Coldfusion is not really designed for large applications or to be used by
teams - hence no source control.

Dreamweaver check in / Check out is not source control - it's file access
control, and very limited at that. (Eg; even the access control is useless
in that you could ftp or use windows explorer to completely byapss it) It
certainly doesn't support versioning.




"InkTank1" <webforumsuser@macromedia.com> wrote in message
news:fan5ic$k9g$1@forums.macromedia.com...
> Being the sole web developer here has it's perks. However, we recently
> added
> another web designer and now we need some sort of version control on the
> pages
> ot make sure we aren't stepping on each others toes.
>
> Is there a system in place in CF, CF Server, Admin, etc. to set up this
> sort
> of version control? Basically, a way to check out files or flag them?
>
> Thank you.
>
> Barry
>


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
Resources