实现功能 1
测试环境 1
代码show 1
实现功能
一键提交文件、目录到svn
测试环境
Win7 64位
Python 3.3.2
TortoiseSVN 1.9.6-64.../usr/bin/env/ python
# -*- coding:utf-8 -*-
__author__ = 'shouke'
import subprocess
import...with subprocess.Popen(args, shell=True, universal_newlines = True, stdout=subprocess.PIPE, stderr...with subprocess.Popen(args, shell=True, universal_newlines = True, stdout=subprocess.PIPE, stderr...with subprocess.Popen(args, shell=True, universal_newlines = True, stdout=subprocess.PIPE, stderr