Skip to content
Snippets Groups Projects
Commit 82cb9387 authored by Karl Fogel's avatar Karl Fogel
Browse files

* 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.
parent 94c1d602
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment