|
To access previously checked out
projects:
-
Go to File | New |
PHP Project from Existing Directory. -OR- In the PHP Explorer View, right-click and select New
| PHP Project from Existing Directory. The New PHP Project Settings dialog is displayed.
-
Enter the following information:
-
Click Finish. A new PHP Project will be created with the contents of the
project you had checked out.
-
In
PHP Explorer View, right-click your project and select Team | Share Project. A Share Project dialog will open.
-
From
the repository list, select CVS and click Next.
-
If
you have not yet configured an CVS repository, you will need
to enter your CVS repository details. See Configuring
an CVS Connection for more information. If you have already configured an CVS connection, mark the
'Use existing repository location' option and select your
repository from the list.
-
Click
Finish.
-
Depending
on your authentication settings, a dialog might appear asking
you to provide authentication information. Enter your password and click Next.
(Mark the Save Password checkbox to ensure that this screen
does not reappear.) A Commit dialog will open.
-
Enter
a comment if required and click OK.
|
Your
project will be uploaded to the CVS repository.
Your project will have a repository icon next
to it in PHP Explorer view, indicating that it is linked to an
CVS repository. Your can now perform all CVS functions (commit, update etc.) on
this project.
|