开发者

I have two eclipse projects on a SVN repository. How should I combine them into one?

开发者 https://www.devze.com 2023-01-03 02:44 出处:网络
I have two eclipse projects on an SVN repository that I feel should be merged into one. The easiest way that I can think of doing this is to copy the contents of both开发者_运维知识库 projects into a

I have two eclipse projects on an SVN repository that I feel should be merged into one. The easiest way that I can think of doing this is to copy the contents of both开发者_运维知识库 projects into a new local project, commit it, and nuke the old ones.

Is there a better, SVN-ish way of doing things?

I'm using the Eclipse Subversive plugin, for what its worth


If you copy the files locally then add them to Svn as new content, you lose all the continuation in the history of your files - don't do that.

Better reorganize the files directly within the repo. I don't know Subversive, but e.g. TortoiseSVN allows this.

0

精彩评论

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

关注公众号