Lines Matching defs:svn
10 Generates a visual diff of all pending changes in the local SVN (or git!)
15 TODO(epoger): Now that this tool supports either git or svn, rename it.
46 import svn
51 Generates a visual diff of all pending changes in the local SVN/git checkout.
54 (as far as SVN/git knows about). For any image modifications, pixel diffs will
226 using_svn = os.path.isdir('.svn')
239 svn_repo = svn.Svn('.')
241 svn.STATUS_ADDED | svn.STATUS_DELETED | svn.STATUS_MODIFIED)