Skip to content

Commit

Permalink
Documentation/git-cvsserver: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Luc Herren <jlh@gmx.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jean-Luc Herren authored and Junio C Hamano committed Jan 31, 2008
1 parent 0f047f3 commit c02792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-cvsserver.txt
Original file line number Diff line number Diff line change
@@ -183,7 +183,7 @@ access method and requested operation.
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

0 comments on commit c02792e

Please sign in to comment.