Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-1459

dist-hook in top Makefile.am removes .svn

    XMLWordPrintableJSON

Details

    Description

      The top Makefile.am contains the following lines:

      dist-hook:
      rm -rf `find $(distdir)/ -type d -name .svn`
      ...

      This makes the process of creating patches of the build system unnecessary harder, as it requires to have a separate checkout elsewhere.

      I understand the need to avoid to have .svn directory in releases archives. But the problem may be at a higher level: releases should not be made from an 'svn checkout' but instead from an 'svn export' with controlled revision number (a release tag), to avoid making a package using files which are missing from the repository.

      So please remove the 'rm .svn' line.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dolmen-oxymel Olivier Mengué
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: