Skip to content

Commit 5383ca0

Browse files
committed
SVN的Python描述
1 parent 94ead59 commit 5383ca0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

SVN模块/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## SVN for Python
2+
3+
**描述:**SVN的Python版本
4+
5+
**环境:**
6+
7+
1. Python2.7
8+
2. LinuxCentos *
9+
3. Subversion-1.6.11-15.el6_7.x86_64
10+
4. svn 0.3.44 for python
11+
12+
**安装:**
13+
14+
pip install svn
15+
16+
17+
**注意:**
18+
19+
1. 代码文件只是实例代码,详细请看官方文档
20+
2. 代码有部分注释,单一调试请去掉注释即可
21+
3. 建议在Linux上操作,不建议Windows。
22+
23+
24+
**参考文档:**
25+
26+
svn模块官方:[https://pypi.python.org/pypi/svn](https://pypi.python.org/pypi/svn)

0 commit comments

Comments
 (0)