Hi,
Wow, I had never even heard of these filehandle "layers". See, you
have taught me some new Perl tricks :)
You're welcome ;-)
if(!defined $text && defined $file) {
if ($node->get_prop('svn:mime-type') ==
'application/octet-stream');
actually this condition should read
my $style = $props->{'svn:eol-style'};
if (defined $style && $style eq 'native') {
I tried your suggestion and from what I can see it looks good. But I
don't use a mixed setup, so someone else should try this out.
I will commit my changes later this day, so that the next nighly build
will have the modification.
Dirk
_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user