Popular recipes tagged "subversion"http://code.activestate.com/recipes/tags/subversion/2013-05-02T22:28:50-07: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> Komodo JS Macro - show svn blame for the current editor line (JavaScript) 2013-05-02T22:28:50-07:00Todd Whitemanhttp://code.activestate.com/recipes/users/2666241/http://code.activestate.com/recipes/577013-komodo-js-macro-show-svn-blame-for-the-current-edi/ <p style="color: grey"> JavaScript recipe 577013 by <a href="/recipes/users/2666241/">Todd Whiteman</a> (<a href="/recipes/tags/blame/">blame</a>, <a href="/recipes/tags/javascript/">javascript</a>, <a href="/recipes/tags/komodo/">komodo</a>, <a href="/recipes/tags/macro/">macro</a>, <a href="/recipes/tags/scc/">scc</a>, <a href="/recipes/tags/subversion/">subversion</a>, <a href="/recipes/tags/svn/">svn</a>, <a href="/recipes/tags/toddw/">toddw</a>). Revision 4. </p> <p>A <a href="http://www.activestate.com/komodo">Komodo</a> JavaScript macro that can show the SCC repository information for who last changed the current line in the Komodo editor - see the screenshot below.</p> <p><img src="http://community.activestate.com/files/images/svn_blame.png" alt="svn blame image" /></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>