On Sun, Nov 16, 2008 at 8:07 AM, Arjen de Korte <[EMAIL PROTECTED]> wrote: > Citeren Arjen de Korte <[EMAIL PROTECTED]>: > >> Author: adkorte-guest >> Date: Sun Nov 16 13:00:30 2008 >> New Revision: 1560 >> >> Log: >> Generated by libtool and should not be versioned. >> >> Modified: >> trunk/ (props changed) > > Right, that didn't work out quite the way I intended. Can someone > please set the svn:ignore property on 'config.guess', 'config.sub' and > 'ltmain.sh'?
Looks like you got it right. The svn:ignore property gets set on the directory containing the files you want to ignore, rather than the files themselves (since you want to keep those files out of the version control system). Only versioned objects can have properties. I modified the buildbot steps to run 'autoreconf --install' instead of just 'autoreconf'. -- - Charles Lepple _______________________________________________ Nut-upsdev mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev
