开发者

How to remove a whole project from SVN synchronization?

开发者 https://www.devze.com 2023-01-16 05:09 出处:网络
I have a project i no longer want synchronised to SVN (as this is just a copy and i have 开发者_如何学运维another project synchronised)... How in the life do i remove it from SVN using Eclipse, or any

I have a project i no longer want synchronised to SVN (as this is just a copy and i have 开发者_如何学运维another project synchronised)... How in the life do i remove it from SVN using Eclipse, or anything basically?

I can't see any .svn file in the directory folder.

Thanks, Mike


Right click on your project folder, and select Team>Disconnect (this is for subversive, it should be the same with subclipse).


Export your project from SVN using:

svn export repo_url

then replace files under eclipse with exported ones.

See http://svnbook.red-bean.com/en/1.0/re10.html for details about export option

Update: greg0ire's way seems to be much easier. Disconnect option is available under subclipse too.

0

精彩评论

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