Searched refs:svn_command (Results 1 – 1 of 1) sorted by relevance
/external/jsoncpp/ |
D | makerelease.py | 48 def svn_command( command, *args ): function 63 stdout = svn_command( 'status', '--xml' ) 87 list_stdout = svn_command( 'list', tag_url ) 98 svn_command( 'ci', '-m', message ) 103 svn_command( 'copy', '-m', message, '.', tag_url ) 108 svn_command( 'delete', '-m', message, tag_url ) 116 svn_command( 'export', tag_url, export_dir )
|