Skip to content

Commit 4dd4158

Browse files
author
sulfuric
committed
1 parent f3e2f0f commit 4dd4158

23 files changed

+598
-0
lines changed

README.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This is a Subversion repository; use the 'svnadmin' tool to examine
2+
it. Do not add, delete, or modify files here unless you know how
3+
to avoid corrupting the repository.
4+
5+
Visit http://subversion.tigris.org/ for more information.

conf/authz

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### This file is an example authorization file for svnserve.
2+
### Its format is identical to that of mod_authz_svn authorization
3+
### files.
4+
### As shown below each section defines authorizations for the path and
5+
### (optional) repository specified by the section name.
6+
### The authorizations follow. An authorization line can refer to a
7+
### single user, to a group of users defined in a special [groups]
8+
### section, or to anyone using the '*' wildcard. Each definition can
9+
### grant read ('r') access, read-write ('rw') access, or no access
10+
### ('').
11+
12+
[groups]
13+
# harry_and_sally = harry,sally
14+
15+
# [/foo/bar]
16+
# harry = rw
17+
# * =
18+
19+
# [repository:/baz/fuz]
20+
# @harry_and_sally = rw
21+
# * = r

conf/passwd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### This file is an example password file for svnserve.
2+
### Its format is similar to that of svnserve.conf. As shown in the
3+
### example below it contains one section labelled [users].
4+
### The name and password for each user follow, one account per line.
5+
6+
[users]
7+
# harry = harryssecret
8+
# sally = sallyssecret

conf/svnserve.conf

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### This file controls the configuration of the svnserve daemon, if you
2+
### use it to allow access to this repository. (If you only allow
3+
### access through http: and/or file: URLs, then this file is
4+
### irrelevant.)
5+
6+
### Visit http://subversion.tigris.org/ for more information.
7+
8+
[general]
9+
### These options control access to the repository for unauthenticated
10+
### and authenticated users. Valid values are "write", "read",
11+
### and "none". The sample settings below are the defaults.
12+
# anon-access = read
13+
# auth-access = write
14+
### The password-db option controls the location of the password
15+
### database file. Unless you specify a path starting with a /,
16+
### the file's location is relative to the conf directory.
17+
### Uncomment the line below to use the default password file.
18+
# password-db = passwd
19+
### The authz-db option controls the location of the authorization
20+
### rules for path-based access control. Unless you specify a path
21+
### starting with a /, the file's location is relative to the conf
22+
### directory. If you don't specify an authz-db, no path-based access
23+
### control is done.
24+
### Uncomment the line below to use the default authorization file.
25+
# authz-db = authz
26+
### This option specifies the authentication realm of the repository.
27+
### If two repositories have the same authentication realm, they should
28+
### have the same password database, and vice versa. The default realm
29+
### is repository's uuid.
30+
# realm = My First Repository

db/current

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0 1 1

db/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2

db/fs-type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fsfs

db/revprops/0

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
K 8
2+
svn:date
3+
V 27
4+
2008-03-12T08:27:04.109375Z
5+
END

db/revs/0

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
PLAIN
2+
END
3+
ENDREP
4+
id: 0.0.r0/17
5+
type: dir
6+
count: 0
7+
text: 0 0 4 4 2d2977d1c96f487abe4a1e202dd03b4e
8+
cpath: /
9+
10+
11+
17 107

db/uuid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0fabb406-36e8-374a-a0f3-cc3ced6fbdc5

0 commit comments

Comments
 (0)