| Additions to N. Commands that make us *better* than CVS
From: Thom Wood <thom_at_collab.net>
 Date: 2001-03-30 04:12:43 CEST 
it would be nice if svn had a either a scripting mode or better script support then cvs.
 Example of svn script mode.
 ==============================
 editor="emacs"
 if [ ! -z "$SVN_EDITOR" ]; then
 svn task <<EndOF
 ==============================
 Example of better script support
 ==============================
 editor="emacs"
 if [ ! -z "$SVN_EDITOR" ]; then
 cd  to/working/copy
 if ! svn check-tree="Up-to-Date" ; then
 ==============================
 -- --thom wood --Received on Sat Oct 21 14:36:26 2006 | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.