0

我在ProjectLocker中有一个帐户,在MyEclipse中有一个项目。如何在 ProjectLocker 中上传这个?

4

2 回答 2

2

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.

于 2010-08-31T22:50:23.320 回答
0

ProjectLocker 提供 subversion 和 git 存储库。首先,您显然必须决定使用一个或另一个版本控制系统并将所需的插件添加到 eclipse(对于 subversion 或 git,除非 MyEclipse 已经具有连接器)。

然后就很简单了——添加您的存储库(ProjectLocker 应该为您提供正确的 URL)并共享项目。

于 2010-07-21T09:50:20.583 回答