Staging/committing a long series of Subversion commits
Jeremy Lavergne
jeremy at lavergne.gotdns.org
Sat Jan 29 12:03:15 PST 2011
> 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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3749 bytes
Desc: not available
URL: <http://lists.macosforge.org/pipermail/macports-dev/attachments/20110129/da36ef7e/attachment.bin>
More information about the macports-dev
mailing list