Home | History | Annotate | Download | only in tools

Lines Matching refs:svn

5 and jars with the newly built versions in SVN.
40 # sure to do svn deletes in a separate commit before svn adds.
55 def svn(verb_and_flags, args):
56 cmd = ['svn']
70 children.discard('.svn')
85 key = ('svn:mime-type', mime_type)
120 svn(['delete'], svn_deletes)
122 svn(['commit', '-m', 'remove obsolete files from the snapshot tree'],
125 svn(['add', '--depth=empty'], svn_adds)
127 svn(['propset', propname, propvalue], files)