]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-cvsserver.txt
Merge branch 'maint'
[git.git] / Documentation / git-cvsserver.txt
index 2aacdc628f670d0f68f060515e23d6614f396eb4..c2d3c90d27084e7de7e0f7c37b40f130f6960244 100644 (file)
@@ -133,6 +133,9 @@ write access to the log file and to the database (see
 <<dbbackend,Database Backend>>. If you want to offer write access over
 SSH, the users of course also need write access to the git repository itself.
 
+You also need to ensure that each repository is "bare" (without a git index
+file) for `cvs commit` to work. See linkgit:gitcvs-migration[7].
+
 [[configaccessmethod]]
 All configuration variables can also be overridden for a specific method of
 access. Valid method names are "ext" (for SSH access) and "pserver". The