开发者

Working with ProjectLocker

开发者 https://www.devze.com 2023-01-08 18:13 出处:网络
I have an account in ProjectLocker and a project in MyEclipse. How to upload this 开发者_如何学编程in ProjectLocker?I\'ll make the assumption that you want to use Subversion, as I don\'t know what sup

I have an account in ProjectLocker and a project in MyEclipse. How to upload this 开发者_如何学编程in ProjectLocker?


I'll make the assumption that you want to use Subversion, as I don't know what support MyEclipse has for Git.

ProjectLocker's Subversion is 100% standard, so adding a project is the same as it would be for any other Subversion repository. The URL for projects of which you are a member is presented on the home page. You should be able to right-click on your project, select Team. . . Share Project, and then add the ProjectLocker repository with the URL, name, and password you were issued. This connects your local project with the ProjectLocker repository, and then you can add and update files as you see fit.

If you already have files uploaded, you can use the SVN Repository Exploring perspective to find the project and directory and check out a new project.


ProjectLocker offers subversion and git repositories. First you obviously have to decide for one or another version control system and add the required plugins to eclipse (for subversion or for git unless MyEclipse already has the connectors).

Then it's pretty straightforward - add your repository (ProjectLocker should provide you the correct URL) and share the project.

0

精彩评论

暂无评论...
验证码 换一张
取 消