On Mon, Jul 19, 2004 at 01:17:08PM -0400, "Campbell, Matthew A" wrote: > > Someone familiar with the Perl bindings could probably add > > the 'svn propset' > > directly to the script as well... > > > > ...or with the CLI client and no knowledge of the bindings at all: > > system(qw(svn propset svn:ignore -F .cvsignore .)); > > ...or for the uber-lazy... > > `svn propset svn:ignore -F .cvsignore .` > > ...although this latter format is really sloppy and will get you ten lashes > of a wet noodle from many perl hackers. > Sure, except you'd probably want to use svn propset svn:keywords "Id" $File::Find::name for these rather than svn:ignore ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org