Searched defs:svn (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnDiffHeader.pl204 svn:mime-type = application/octet-stream label
208 Name: svn:mime-type
220 svn:mime-type = application/octet-stream label
236 svn:mime-type = application/octet-stream label
244 Added: svn:mime-type
257 svn:mime-type = application/octet-stream label
H A DparseDiff.pl77 svn:mime-type = application/octet-stream label
81 Name: svn:mime-type
93 svn:mime-type = application/octet-stream label
113 svn:mime-type = application/octet-stream label
117 Name: svn:mime-type
130 svn:mime-type = application/octet-stream label
295 Name: svn:executable
337 Name: svn:executable
368 Deleted: svn:executable
395 Deleted: svn
502 svn:mime-type = application/octet-stream label
520 svn:mime-type = application/octet-stream label
541 svn:mime-type = application/octet-stream label
560 svn:mime-type = application/octet-stream label
582 svn:mime-type = application/octet-stream label
603 svn:mime-type = application/octet-stream label
624 svn:mime-type = application/octet-stream label
646 svn:mime-type = application/octet-stream label
668 svn:mime-type = application/octet-stream label
694 svn:mime-type = application/octet-stream label
715 svn:mime-type = application/octet-stream label
742 svn:mime-type = application/octet-stream label
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dbuildbot_globals.py16 import svn namespace
H A Dsubmit_try12 adds some validation and supports both git and svn.
22 import svn namespace
51 # String for matching the svn url of the try server inside codereview.settings.
54 # Strings used for matching svn config properties.
120 is_svn: bool; whether or not we're in an svn checkout.
283 is_svn = os.path.isdir('.svn')
H A Dsvndiff.py15 TODO(epoger): Now that this tool supports either git or svn, rename it.
47 import svn namespace
236 svn_repo = svn.Svn('.')
255 svn.STATUS_ADDED | svn.STATUS_DELETED | svn.STATUS_MODIFIED)
/external/skia/tools/
H A Dbuildbot_globals.py16 import svn namespace
H A Dsubmit_try12 adds some validation and supports both git and svn.
22 import svn namespace
51 # String for matching the svn url of the try server inside codereview.settings.
54 # Strings used for matching svn config properties.
120 is_svn: bool; whether or not we're in an svn checkout.
283 is_svn = os.path.isdir('.svn')
H A Dsvndiff.py15 TODO(epoger): Now that this tool supports either git or svn, rename it.
47 import svn namespace
236 svn_repo = svn.Svn('.')
255 svn.STATUS_ADDED | svn.STATUS_DELETED | svn.STATUS_MODIFIED)
/external/owasp/sanitizer/tools/
H A Dupdate_tree_in_svn.py40 # sure to do svn deletes in a separate commit before svn adds.
55 def svn(verb_and_flags, args): function in function:sync
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(['propse
[all...]

Completed in 420 milliseconds