Popular recipes tagged "subversion" but not "macro"http://code.activestate.com/recipes/tags/subversion-macro/2011-02-10T14:00:13-08:00ActiveState Code RecipesWatch directory and do periodic commits to Subversion repository. (Python) 2011-02-10T14:00:13-08:00Jiri Zahradilhttp://code.activestate.com/recipes/users/4170037/http://code.activestate.com/recipes/577570-watch-directory-and-do-periodic-commits-to-subvers/ <p style="color: grey"> Python recipe 577570 by <a href="/recipes/users/4170037/">Jiri Zahradil</a> (<a href="/recipes/tags/subversion/">subversion</a>, <a href="/recipes/tags/watch/">watch</a>). </p> <p>You run this script with directory as parameter (defaults to current directory) and scripts watch this directory for changes in files - creating new file, deleting some file and modification to any file. All these changes are periodically commited to subversion repository using external commands.</p> <p>Not especially good for coding but great for tracking changes in your text files f.e. during essay writing etc.</p> Subversion Directory Removal (Python) 2009-09-16T11:32:46-07:00Amos Andersonhttp://code.activestate.com/recipes/users/4171286/http://code.activestate.com/recipes/576903-subversion-directory-removal/ <p style="color: grey"> Python recipe 576903 by <a href="/recipes/users/4171286/">Amos Anderson</a> (<a href="/recipes/tags/directory_removal/">directory_removal</a>, <a href="/recipes/tags/non_empty_directory/">non_empty_directory</a>, <a href="/recipes/tags/remove_read_only/">remove_read_only</a>, <a href="/recipes/tags/subversion/">subversion</a>, <a href="/recipes/tags/_svn/">_svn</a>). Revision 9. </p> <p>This script removes all traces of subversion files from a directory tree.</p>