Changes between Initial version and Version 1 of Ticket #41


Ignore:
Timestamp:
2005-10-21T18:41:37Z (19 years ago)
Author:
marq
Comment:

Looks good to me, so if it works... (I haven't installed the svn2cl, so I can't check). Is there a way to clean the ChangeLog such that it does not hang around and gets accidentally checked in into the repository? One could make the file part of the files to be cleaned in the top level directory.

I think the ChangeLog generation would in effect fix #35, right? So I'll close that as a duplicate.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41 – Description

    initial v1  
    1 I just included some modification to the ropp_io to automatically generate the ChangeLog file with a make dist command. This works as long as executed on the right linux box by looking for the svn2cl program. It also works if this program is not available. But it fails if the program is available but does not work correctly, e.g. svn is missing on another linux box.
     1I just included some modification to the ropp_io to automatically generate the !ChangeLog file with a make dist command. This works as long as executed on the right linux box by looking for the svn2cl program. It also works if this program is not available. But it fails if the program is available but does not work correctly, e.g. svn is missing on another linux box.
    22
    33Is there a way to avoid this so that make does not fall over if svn2cl fails? Or should one just assume that a program which is present should also work correctly.