Jonathan Perret wrote:
Hello,
Below is a one-line patch to vss2svn.pl that makes the
script's standard output hot (unbuffered).
As I mentioned in my last message (Suggested vss2svn workflow)
I think vss2svn should always be run with the output
(both STDOUT and STDERR) directed to a file. Unfortunately
by default this leads Perl to buffer the script's messages to STDOUT.
Since the script is not very consistent about writing
to STDOUT vs. STDERR this results in messages occasionally
coming out of order. Rather than scrubbing the script, this
patch simply makes STDOUT behave like STDERR so that their
outputs are correctly interleaved.
Thanks Jonathan, I'll make your suggested change. My original intent was
to have informative messages go to STDOUT and debugging info go to
STDERR but I'm not sure that was correctly adhered to or communicated to
anyone else (plus the distinction between the two is often subjective).
toby
_______________________________________________
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