Home
last modified time | relevance | path

Searched refs:svn_command (Results 1 – 1 of 1) sorted by relevance

/external/jsoncpp/
Dmakerelease.py44 def svn_command( command, *args ): function
59 stdout = svn_command( 'status', '--xml' )
83 list_stdout = svn_command( 'list', tag_url )
94 svn_command( 'ci', '-m', message )
99 svn_command( 'copy', '-m', message, '.', tag_url )
104 svn_command( 'delete', '-m', message, tag_url )
112 svn_command( 'export', tag_url, export_dir )