Gerrit Pape <pape@xxxxxxxxxxx> writes: > On Tue, Oct 26, 2010 at 09:21:39AM -0400, Drew Northup wrote: > > On Tue, 2010-10-26 at 12:22 +1100, Bron Gondwana wrote: > > > I have no problem with /var/git - it's /var/cache/git that worries > > > me, since the FHS quite clearly says that blowing away /var/cache/* > > > is not a problem. It makes sense to back up /var/lib/ on any machine, > > > since that's somewhere that contains application data. We already > > > back up a few things from /var/lib (like /var/lib/svn for example, > > > at least until we finish this switchover!) > > > > Doing a 'git grep "/var"' on the git sources and then searching that > > output for "cache" turns up nothing. I think you'd best bring this up > > with the Debian package maintainer. Debian is well known for thinking it > > knows better than the original authors where stuff should be--and that's > > why I don't run Debian as a server (too much time spent transliterating > > paths just to make stuff work properly--when I'm lucky; it makes an > > excellent desktop for beginners). > > Hi, it's also not my preference, but Debian adheres to the FHS. > Unfortunately /var/git is not allowed by the FHS, so a different > location must be chosen for Debian. I chose /var/cache/git/, and > suggested to populate that directory with symlinks to the repositories > that should be available through git-daemon or gitweb, see > http://bugs.debian.org/483788 Where did you get '/var/git' from? "git grep /var/git" finds it mentioned in one place in git-cvsserver manpage and in two places in gitweb/README. But git-daemon and gitweb's defaults are /pub/scm/git or /pub/git - they are FHS-compatibile, aren't they? So why Debian doesn't use either /pub/scm/git or /pub/git for git-daemon, git-cvsserver and gitweb? -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html