项目中使用SVN简介



项目中使用SVN简介

1、公司会给每个人分配1个SVN账号(这个一般由公司运维等相关人员创建)

如:zhaojilong / 123456

2、公司会将SVN项目地址发给大家

如:[https://SZSVR101:9443/svn/tp_repo_0906/](https://szsvr101:9443/svn/tp_repo_0906/) 

3、自己在本机新建个项目存放路径

如:

a, 先在C盘建立个文件夹: tp_repo_0906

b, 在刚创建好的文件夹下新建个项目,如: hat_zhaojilong

4、以下为相关截图说明

![image](http://upload-images.jianshu.io/upload_images/10517060-a14b8b5733323b85.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-281314e2b94ca274.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-2ac5086cf4809bc6.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-e742dc1f16ced2a7.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-22dabe81fd0f0ac6.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-b969f39ca1039ae5.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-edef09f2dee0c880.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-ba389b7e0beb52bb.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

5,请记住:每次SVN Commit 之前,一定要记得先 SVN Update

6,在 PyCharm 中配置 SVN

相关截图详细说明

![image](http://upload-images.jianshu.io/upload_images/10517060-30aebb168c0d1bff.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-688151d8d8cfc994.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-6cebd1bb683f19c7.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-9f2214e64b7c45c1.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-e8f3116c46b78193.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-9fe8c194329741f2.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-d65b583631c814c2.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

先Update,再Commit

![image](http://upload-images.jianshu.io/upload_images/10517060-46c62a77165a0f57.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-119c1b4366ae2cff.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-5c2aee3c47f20c8c.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-0c9520f0df0b51f8.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-424e690c4cf675fc.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-749abeb57130a47c.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-784bc14649167016.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image](http://upload-images.jianshu.io/upload_images/10517060-19df68450e038681.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

PyCharm中几种颜色说明

![image](http://upload-images.jianshu.io/upload_images/10517060-eb081e7dd1e60088.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

Pycharm 能够正常使用 SVN设置

![image](http://upload-images.jianshu.io/upload_images/10517060-40f7ed362f86c77f.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

PyCharm中右键,无法显示Subversion

原因:没有在PyCharm中配置该项目的SVN

![image](http://upload-images.jianshu.io/upload_images/10517060-32012a26689ea3f5.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)


你可能感兴趣的:(项目中使用SVN简介)