Searched refs:svn_add (Results 1 - 1 of 1) sorted by relevance

/external/owasp/sanitizer/tools/
H A Dupdate_tree_in_svn.py79 def svn_add(src, dst): function in function:sync
101 (FILE, NO_EXIST): (copy, svn_add,),
103 (FILE, DIR) : (recurse, remove, svn_delete, copy, svn_add, cnf),
104 (DIR, NO_EXIST): (mkdir, svn_add, recurse,),
105 (DIR, FILE) : (remove, svn_delete, mkdir, svn_add, recurse, cnf),

Completed in 179 milliseconds