Lines Matching refs:svn
2 Generates a visual diff of all pending changes in the local SVN checkout.
21 import svn
26 Generates a visual diff of all pending changes in the local SVN checkout.
29 (as far as SVN knows about). For any image modifications, pixel diffs will
74 """Generates a visual diff of all pending changes in the local SVN checkout.
94 svn_repo = svn.Svn('.')
96 svn.STATUS_ADDED | svn.STATUS_DELETED | svn.STATUS_MODIFIED)