Bug#821096: (no subject)

2016-04-17 Thread victory
to make it prompt you to select "keep current|merge|override" when the target wml file exists first some lines of "make_wml" subroutine sub make_wml{ $moreinfo = read_old_wml($wml, $moreinfo) if (-f $wml); return if($moreinfo eq "KEEP"); open WML, ">", "$wml"; new subroutine: sub

Bug#821096: (no subject)

2016-04-17 Thread victory
> I believe that it is not good, we should keep all revisions. I do not think so (so = should keep all), so no more suggestions will be followed from me :) > By the way, the same problem holds for parse-dla.pl and DLAs. as everyone know, most of the same code can be used when the one for dsa

Bug#821096: (no subject)

2016-04-16 Thread Lev Lamberov
> the if clauses prevent re-generation of the files, > so you can just remove the lines to always generate the file > regardless of their existence > > first some lines of "make_data" subroutine > if (-f $data){ > print "$data already exists!\n"; > return; > } > > first some lines

Bug#821096: (no subject)

2016-04-15 Thread victory
# I do completely not understand what is not so easy :p the if clauses prevent re-generation of the files, so you can just remove the lines to always generate the file regardless of their existence first some lines of "make_data" subroutine if (-f $data){ print "$data already