Popular recipes by Jiri Zahradil http://code.activestate.com/recipes/users/4170037/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>