-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (21 loc) · 676 Bytes
/
Copy pathREADME
File metadata and controls
27 lines (21 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Information
===========
svnfs was originally written by John Madden, and later picked up and maintained by various others.
Building
========
1) From the root of the source, run ./configure && make
2) svnadmin create some_repo
3) svn co some_repo checkout
4) mkdir mount
5) ./src/svnfs checkout mount
6) enjoy
If you have any problems, please let me know at
andrew@aklabs.net.
Support
=======
getattr()
- currently returns user, group, mtime, mode, and size. user, group, and mode are based
off the "svnfs:owner_user", "svnfs:owner_group", and "svnfs:mode" svn attributes.
readdir()
open()
read()