I wonder if File::Copy allows some sort of "hook" so that we can process each "chunk" on the fly to do this conversion? Otherwise it may be necessary to create an intermediate file in order to perform the conversion prior to the final copy to the dumpfile...
Hello Toby,
this is where my PERL knowledge completely stops. At this point I would start an external converter to do the job ;-). As far as I have seen this copy patch, but wouldn't be a block read and block write perform a similar functionality? Somewehere I read, that you can set filters on streams in PERL. So wouldn't be a chuncked implementation of the copy with a CR+LF input stream and a LF output stream also do the job?
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
