问题描述
我一直使用 TortoiseSVN +记事本++在共享存储库中开发网站和应用程序。但是我想使用 Eclipse IDE 代替Notepad ++。
我使用TortoiseSVN检查了我的SVN信息库,现在我要将SVN项目(一个Liferay项目)导入Eclipse,并直接从Eclipse IDE将文件提交给SVN存储库。
我如何才能完成这个?
感谢您的帮助!
您需要安装SVN插件。我会推荐Subversive,你可以在Eclipse Marketplace中找到它(帮助
- > Eclipse Marketplace ...
)。 / p>
此后,您必须安装SVN连接器。我会推荐SVNKit。然后,您可以打开Eclipse透视图 SVN Repository Exploring
并配置SVN信息库。
现在可以使所有SVN操作直接从Eclipse,没有必要使用TortoiseSVN。
I have always used TortoiseSVN + Notepad++ to develop websites and applications in a shared repository. But I want to use Eclipse IDE instead of Notepad++.
I did a checkout to my SVN repository with TortoiseSVN and now I want to import the SVN project (a Liferay project) into Eclipse and commit files to SVN repository directly from Eclipse IDE.How can i accomplish this?
Thanks for help!
You need to install an SVN Plugin. I would recommend Subversive you can find it in the Eclipse Marketplace (Help
-> Eclipse Marketplace...
).
After this you have to install an SVN Connector. I would recomment SVNKit. Then you can open the Eclipse perspective SVN Repository Exploring
and configure your SVN repository.
Now you can make all SVN operations directly from Eclipse and there is no need to use TortoiseSVN anymore.
这篇关于如何将TortoiseSVN与Eclipse IDE集成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!