* cvs2cl.pl
(output_changelog): Handle Windows paths too. Patch by: Alexey Panchenko <alex+news{_AT_}olmisoft.com> From: Alexey Panchenko <alex+news{_AT_}olmisoft.com> To: bug-cvs2cl{_AT_}red-bean.com Subject: One more patch Date: Thu, 3 Nov 2005 18:48:18 +0600 Message-ID: <55435455.20051103184818@olmisoft.com> The same cvs2cl from CVS HEAD. I would like to execute it with full output path, e.g. "perl cvs2cl.pl --file D:\MyProjects\Project1\reports\ChangeLog" when output is not distributed, everything is groupped in directory "./" and finally script is trying to create file with the path ./D:\MyProjects\Project1\reports\ChangeLog/cvs2clXXXX.tmp" and fails. Looks like the code is fixing this issue only for unixes where full path is started with '/' however on windows full path starts with drive and the fix is not working.
Loading
Please register or sign in to comment