Dreamweaver CS4 Resources
|
Use 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.
- If you have not already done so, define a Dreamweaver site that specifies the local
folder you use to store your project files.
- Select Site > Manage Sites, and then double-click
your site in the list.
- In the Site Definition dialog box, click the Advanced
tab.
- Click the Remote Info category, and then select WebDAV
from the Access menu.
- Specify how Dreamweaver should
connect to your WebDAV server.
- Select the Enable File Check In and Check Out option
and enter the following information:
In the Check Out Name box, enter a name
identifying you to other team members.
In the Email Address 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.
- Click OK.
Dreamweaver configures the site
for WebDAV access. When you use the Check In or Check Out command
on any site file, the file is transferred using WebDAV.
Note: WebDAV
may be unable to properly check out any files with dynamic content like
PHP tags or SSIs because the HTTP GET renders these as they are
checked out.
|