Menu

#1 Remove extraneous autogenerated files from the repository

open
nobody
libdarc (1)
5
2011-09-21
2011-09-21
No

The SVN repo contains a lot of random files which should never be version-controlled. For example, it contains `configure' and many `Makefile.in's.

$ find -name Makefile.in | xargs svn rm
$ svn rm doc/{html,Doxyfile.dist} aclocal.m4 compile config.guess config.h.in config.sub configure depcomp install-sh ltmain.sh missing

Running `svn diff' after this creates a 3MB file and, due to the autogenerated and volatile nature of these files, providing a patch would likely mean providing a patch which will fail to apply if any commits are made to the SVN repo in the meantime.

Discussion


Log in to post a comment.