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

two people working on the same site

Explorer ,
May 12, 2021 May 12, 2021

I must be using the wrong search terms but I cannot find any tutorials on how two people can work on the same site using Adobe cloud.

869
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 Expert ,
May 12, 2021 May 12, 2021

Use DW's file check-in/check-out feature alone or with Git versioning.

 

That's it in a nutshell.

 

Nancy O'Shea— Product User, Community Expert & Moderator
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
People's Champ ,
May 13, 2021 May 13, 2021
LATEST

In addition to what Nancy presented, which is fine, there is also a third option that is quite interesting. Finally, it all depends on your environment, the team and the context.


If you have your own server and if you can install your own applications, as soon as teamwork is required, I strongly recommend the use of NextCloud. https://nextcloud.com/install

 

So if you have access to your own cloud, now it is possible to use WebDav and Dreamweaver offers the management of this protocol to manage collaborative work.

 

This solution is sometimes preferable to GIT in the fact, that it is not necessary to create branches to work simultaneously, WebDav allows to manage temporary authorizations when a file is already used by a collaborator. Let's say that it's an improved and a bit more efficient checkin/checkout mode.

https://docs.nextcloud.com/server/20/user_manual/en/files/access_webdav.html

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