On Tue, 19 Apr 2011, Andrej Vodopivec wrote:
< Hi,
<
< I really don't like the layout of the repository. I would expect that
< cloning the maxima repository would only give me the sources for
< maxima, but now I also get the webpage, izic and other stuff. These
< should be in separate repositories.
With git-cvsimport, I could do this. Unfortunately, I couldn't see a
way to do this with cvs2git and it produced a more faithful conversion.
<
< This is especially annoying because in a freshly cloned repository git
< reports that the files izic/zic/lib/zic_mntG.c and
< maxima-pre59/src/SYS-PROCLAIM.lisp are modified and I don't know how
< to fix this. This happens on Windows and OSX, probably because the
< filesystems are not case sensitive.
In .git/info/exclude, add lines like
izic/*
maxima-pre59/*
and so on.
Or if you want to be less drastic, just add the filenames of the
offenders.
Leo
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.