|
From: Mojca M. <moj...@gm...> - 2011-09-12 18:52:45
|
On Mon, Sep 12, 2011 at 09:09, Mojca Miklavec wrote: > On Sun, Sep 11, 2011 at 18:41, Ethan Merritt wrote: >> On Sunday, 11 September 2011, Mojca Miklavec wrote: >>> >>> Should gnuplot-lua-tikz.sty be removed from CVS (if it is >>> auto-generated)? >> >> See above. It was removed from CVS long ago. > > Mea culpa. (I'm very sorry.) > > I hate CVS so much that I use the repository converted into git: > https://github.com/gnuplot/gnuplot/ > I'm using > git cvsimport -C $PWD/git/gnuplot.git -p x -d $PWD/cvs/gnuplot gnuplot > inside a cron job and it seems that the command "forgot" to remove some files. I think that I found the culprit. When running "rsync", I forgot to use the "--delete" switch. In 99.9 % cases this is not needed since files are not deleted from repository on daily basis, but it did matter in this particular case. I will fix this and create a new repository on github, with fixed history. Mojca |