[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Proposed addition to the notes on FSFS repos.

From: Janne Johansson <jj_at_it.su.se>
Date: 2005-08-29 14:48:55 CEST

prompt> svn diff .
Index: fsfs
===================================================================
--- fsfs (revision 15957)
+++ fsfs (working copy)
@@ -225,6 +225,14 @@
  evolve to allow NFSv2-compatible locking, or perhaps just basic O_EXCL
  locking, as a repository configuration option.

+If you are hosting your FSFS-based repository in AFS and want to give
+out anonymous access to it, you need to allow locking in the locks/
+directory in addition to readonly rights.
+The rest of the repository can have regurlar "rl" rights given to
+system:anyuser, but the locks/ directory needs "rlk" in order to
+make anonymous checkouts work. If you don't allow locking in the
+locks/ directory, svn will refuse to check out from the repository.
+
  Note: Backups
  -------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 29 14:50:54 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.