WilliamNagel.net

Correction – Page 163

Posted On: Sat, 2006-12-02 00:38 by admin

On page 163, the line

/usr/bin/svnlook log --transaction "$TXN" "$RPS" > /var/log/txn.log

should read

/usr/bin/svnlook log --transaction "$TXN" "$RPS" >> /var/log/txn.log

(Notice the > has been changed to a >>)

Many thanks to James Leinweber for noticing and reporting this error.

( categories: )

User login