> then doing some shell magic to commit them all to Subversion one at a time.

svn status | while read i; do echo -n "$i "; done

You could then subshell that as the file arguments to:
svn ci `...` -m "batch of commits for X"

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to