[Bug-apl] SVN ignore: part 1

2017-05-03 Thread Marcin Cieslak
Hello, after building GNU APL when doing "svn status" we get lots of files that are autogenerated by the autotools and should need not to be in the repository. A shell script below will set a "svn:ignore" property on directories, so that most of the generated files disappear from the "svn status"

[Bug-apl] SVN ignore: part 2

2017-05-03 Thread Marcin Cieslak
The remaining files that are autogenerated and - at the same time - are included in the repository are: m> svn status | grep '^M ' M Makefile M Makefile.in M aclocal.m4 M config.h M config.h.in M configure M debian/Makefile.in M debian/source/Makefil

Re: [Bug-apl] SVN ignore: part 2

2017-05-03 Thread Alexey Veretennikov
Hi, The current way to distribute GNU APL is via SVN for good or bad. On some systems where is no support for autoreconf but ./configure works perfectly fine. Please don't enforce people to run autoreconf on GNU APL from SVN. Marcin Cieslak writes: > People running GNU APL from SVN should do "