From 4169c5fcf9a93cc58a6b9add9a06bfcb2d0491f8 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
That means that even if you offer only read access (e.g. by using the pserver method), git-cvsserver should have write access to the database to work reliably (otherwise you need to make sure -that the database if up-to-date all the time git-cvsserver is run).
+that the database is up-to-date any time git-cvsserver is executed).By default it uses SQLite databases in the git directory, named gitcvs.<module_name>.sqlite. Note that the SQLite backend creates temporary files in the same directory as the database file on @@ -691,7 +691,7 @@ Martin Langhoff <martin@catalyst.net.nz>