eclipse中安装svn插件

后端 (26) 2023-11-28 10:12

Hi,大家好,我是编程小6,很荣幸遇见你,我把这些年在开发过程中遇到的问题或想法写出来,今天说一说eclipse中安装svn插件,希望能够帮助你!!!。

在eclipse中打开SVN库

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第1张

把它拉到下面来,这样比较方便

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第2张

然后右击新建

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第3张

指定资源库的位置

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第4张

输入用户名密码,tom,123456

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第5张

这样我们就和SVN库连起来了

如果想要将用户名和密码清楚,我们需要将C:\Users\feng\AppData\Roaming\Subversion\auth

目录下所有的文件删除才可以

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第6张

将eclipse中的项目放到SVN库中

右击项目

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第7张

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第8张

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第9张

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第10张

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第11张

打开SVN管理视图

左上角就会出现SVN的管理视图

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第12张

点击+号可以展开该项目的所有内容

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第13张

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第14张

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第15张

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第16张

提交成功

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第17张

切换到java视图

现在项目的每一个文件都可以看到它的版本号等信息

检出

先断开这个文件和SVN的链接

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第18张

然后就可以删除了

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第19张

可以删除元信息,也可以不删除

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第20张

删除掉这个项目,然后就可以检出了,为什么要删除呢,删除之后才检出

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第21张

eclipse中安装svn插件_https://bianchenghao6.com/blog_后端_第22张

今天的分享到此就结束了,感谢您的阅读,如果确实帮到您,您可以动动手指转发给其他人。