简体   繁体   English

将Netbeans项目移动到Eclipse并放入相同的SVN存储库

[英]Moving Netbeans project to Eclipse and putting in the same SVN repository

I had a Java project in Netbeans IDE, which I had to move to the Eclipse IDE. 我在Netbeans IDE中有一个Java项目,我不得不转移到Eclipse IDE。 As we all know, the folder structure of both these IDEs is different. 众所周知,这两个IDE的文件夹结构是不同的。 I already had the Netbeans version of my project checked-in on SVN repository. 我已经在SVN存储库上签了我的项目的Netbeans版本。

Now, I want to use the same SVN location to check-in the Eclipse version of the same project with the same name. 现在,我想使用相同的SVN位置来检查具有相同名称的同一项目的Eclipse版本。 Since I created a brand new Eclipse Java project on my local and just copied the source files from Netbeans to Eclipse, I obviously do not have the '.svn' folders in my project. 由于我在本地创建了一个全新的Eclipse Java项目,并且只是将源文件从Netbeans复制到Eclipse,我显然在项目中没有'.svn'文件夹。

How to do this? 这个怎么做?

Thanks! 谢谢!

只需要你的“eclipse”项目并将其复制回netbeans一项 - 然后提交结果你将获得两个文件夹(如果我理解你的设置正确)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM