Using WebDAV to check in and check out files

Using WebDAV to check in and check out files

Dreamweaver can connect to a server that uses WebDAV (Web-based Distributed Authoring and Versioning), which is a set of extensions to the HTTP protocol that allow users to collaboratively edit and manage files on remote web servers. For more information, see www.webdav.org.

To set up WebDAV access in Dreamweaver:

  1. If you have not already done so, define a Dreamweaver site that specifies the local folder you use to store your project files.

    For more information, see Setting up a local folder.

  2. Select Site > Manage Sites, and then double-click your site in the list.

    The Site Definition dialog box appears.

  3. If the Basic tab is selected, click the Advanced tab.
  4. Click the Remote Info category, and then select WebDAV from the Access pop-up menu.

    This is a picture of the feature being described.

  5. Specify how Dreamweaver should connect to your WebDAV server.

    For instructions, click the Help button in the dialog box.

  6. Select the Enable File Check in and Check Out option and enter the following information:
    • In the Check Out Name text box, enter a name identifying you to other team members.
    • In the Email Address text box, enter your e-mail address.

    The name and e-mail addresses are used to identify ownership on the WebDAV server and appear in the Files panel for contact purposes.

  7. Click OK.

    Dreamweaver configures the site for WebDAV access.

To check in and check out files using WebDAV:

  • Use the standard check-in and check-out methods described in Checking in and checking out files.

    When you use the Check In or Check Out command on any site file, Dreamweaver transfers the file using WebDAV.



Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Managing Your Files
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Developing Applications Rapidly