Home | History | Annotate | Download | only in tools

Lines Matching defs:FILE

13 FILE = 'f'
30 Syncrhonize the destination file tree with the source file tree
37 return FILE
48 # of a source file and a destination file
99 (NO_EXIST, FILE) : (remove, svn_delete,),
101 (FILE, NO_EXIST): (copy, svn_add,),
102 (FILE, FILE) : (copy_if_different,),
103 (FILE, DIR) : (recurse, remove, svn_delete, copy, svn_add, cnf),
105 (DIR, FILE) : (remove, svn_delete, mkdir, svn_add, recurse, cnf),
109 # Walk the file tree (see recurse action above) and synchronize it at