>> return '' if $path =~ m/\.(pl|cvsignore)$/; >> return '' if (basename dirname $path) eq 'CVS'; >> return '' if $path =~ m/~$/; >> + return '' if $path =~ /\B\.svn\b/; > > > while adding .svn stuff, won't it be a good idea to remove cvs stuff? > Why carring dead code?
sure. I guess I just wanted to limit the changes, especially for my first svn commit :) --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
