This procedure describes how to synchronize a local project to a connection. Before synchronizing a local project to a connection, you must have already created a remote server connection.
|
|
|
To synchronize a local project to a connection:
|
You will now see your project on your workspace. If there are any conflicting files, double click on the file and the Compare Editor will appear. The synchronized view will reveal any differences there are between the local and shared files, by using these icons: |
|
|
An incoming addition means that a resource has been added to the repository. Updating will transfer the resource to your workspace. |
|
An incoming change means that the file has changed in the repository. Updating will transfer the new file revision to your workspace. |
|
An incoming deletion means that a resource was deleted from the server. Updating will delete your local resource. |
|
An outgoing addition means that the file was added to your workspace and is not yet in the repository. Adding then Committing will transfer the new file to the repository. |
|
An outgoing change means that the file was change locally. Committing the file will transfer the changes to the repository and create a new revision of the file. |
|
An outgoing deletion is a resource that has been deleted locally. Committing these resources will cause the remote resource to be deleted. Note: in CVS directories are never really deleted from the repository. Instead, files are deleted and empty directories are pruned from your workspace. |
|
A conflicting additions means that the resource has been added locally and remotely. |
|
A conflicting change means that the file has been changed locally and remotely. A manual or automatic merge will be required. Also, any entries in the view that contain children that are conflicts will also be decorated with the conflict icon. This is done to make conflicts easy to find. |
|
A conflicting deletion means that the resource was deleted locally and remotely. |
This procedure describes how to upload resources to a server. This action enables you to move files to a local connection. Before uploading, you must have already created a remote server connection and synchronized the project that contains the resource/s.
|
|
|
To export resource/s via PHP Explorer:
The chosen resource/s will be moved to the remote location. You can also export resources via the Synchronize View.
To export files via the Synchronize View:
|
The chosen resource/s will be moved to the remote location. |
|
This procedure describes how to download resources from a server. Before downloading, you must have already created a remote server connection and synchronized the project that contains the resource/s.
|
|
|
To import resources:
The resource/s will appear in your workspace.
You can also import resources via PHP Explorer:
|
The resource/s will appear in your workspace. |
|
|
|
|
Related Links: Remote Server Creating a Connection via the Server View Downloading a Project from an Existing Connection |
|
|