|

|
To access previously checked out projects:
Launch
the New PHP Project Wizard by going to File | New | PHP Project -or- right-clicking
in PHP Explorer view and selecting New | PHP Project.
The New PHP Project wizard will open.
In
the Project contents category, unmark the Use default checkbox and browse
to the location of your checked out SVN resources.

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 SVN and click Next.
If
you have not yet configured an SVN repository, you will need to enter
your SVN repository details. See Configuring
an SVN Connection for more information.
If you have already configured an SVN 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 SVN repository.
Your project will have a repository icon next to it in PHP Explorer view, indicating
that it is linked to an SVN repository.
Your can now perform all SVN functions (commit, update etc.) on this project. |