[mpas-developers] /home/subversion/mpas/model revision 474

Michael Duda duda at ucar.edu
Wed Aug 11 14:31:23 MDT 2010


Hi, Chris.

Could you explain a bit the purpose of these new
files/directories?  I'll admit I'm not much of an svn power user,
so I don't have a good idea as to what the contents of trunk/conf,
trunk/dav, trunk/db, trunk/hooks, trunk/locs, and
trunk/svn-commit.tmp mean for the repository.

Cheers,
Michael


On Wed, Aug 11, 2010 at 01:42:56PM -0600, mpas-developers at ucar.edu wrote:
<p><b>cjeffery at lanl.gov</b> 2010-08-11 13:42:55 -0600 (Wed, 11 Aug 2010)</p><p>import.<br>
</p><hr noshade><pre><font color="gray">Added: trunk/README.txt
===================================================================
--- trunk/README.txt                            (rev 0)
+++ trunk/README.txt    2010-08-11 19:42:55 UTC (rev 474)
@@ -0,0 +1,5 @@
+This is a Subversion repository; use the 'svnadmin' tool to examine
+it.  Do not add, delete, or modify files here unless you know how
+to avoid corrupting the repository.
+
+Visit http://subversion.tigris.org/ for more information.


Property changes on: trunk/README.txt
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Author Date Id Revision URL
Name: svn:eol-style
   + native

Added: trunk/conf/authz
===================================================================
--- trunk/conf/authz                            (rev 0)
+++ trunk/conf/authz    2010-08-11 19:42:55 UTC (rev 474)
@@ -0,0 +1,21 @@
+### This file is an example authorization file for svnserve.
+### Its format is identical to that of mod_authz_svn authorization
+### files.
+### As shown below each section defines authorizations for the path and
+### (optional) repository specified by the section name.
+### The authorizations follow. An authorization line can refer to a
+### single user, to a group of users defined in a special [groups]
+### section, or to anyone using the '*' wildcard.  Each definition can
+### grant read ('r') access, read-write ('rw') access, or no access
+### ('').
+
+[groups]
+# harry_and_sally = harry,sally
+
+# [/foo/bar]
+# harry = rw
+# * =
+
+# [repository:/baz/fuz]
+# @harry_and_sally = rw
+# * = r

Added: trunk/conf/passwd
===================================================================
--- trunk/conf/passwd                           (rev 0)
+++ trunk/conf/passwd   2010-08-11 19:42:55 UTC (rev 474)
@@ -0,0 +1,8 @@
+### This file is an example password file for svnserve.
+### Its format is similar to that of svnserve.conf. As shown in the
+### example below it contains one section labelled [users].
+### The name and password for each user follow, one account per line.
+
+[users]
+# harry = harryssecret
+# sally = sallyssecret

...

> _______________________________________________
> mpas-developers mailing list
> mpas-developers at mailman.ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/mpas-developers



More information about the mpas-developers mailing list