On Saturday 08 September 2007 09:08:12 pm Eric Firing wrote: > Michael Droettboom wrote: > > lib/matplotlib/mpl-data/matplotlibrc is generated at build time by > > interpolating some fields in matplotlibrc.template. > > > > Since it always get changed, it always shows up as a modified file by > > svn status. This is only a minor annoyance when working on the trunk. > > However, when working on a branch with svnmerge, svnmerge won't let me > > merge from trunk if I have any modified files at all, so every time I > > want to merge, I have to be sure to revert that file. > > > > Is there any reason not to just remove this file from SVN? > > I could not think of any reason, and I did not see any message to the > contrary, so I went ahead and removed it. Could MANIFEST also be removed? I think it is generated from MANIFEST.in. Darren