
This is the Title of the Book, eMatter Edition
Copyright © 2007 O’Reilly & Associates, Inc. All rights reserved.
277
We’d like to hear your suggestions for improving our indexes. Send email to index@oreilly.com.
Index
Symbols
{ } (curly braces), 24
[ ] (square brackets), 113
@ (ampersand), 128
* (asterisk), 128, 147, 248
\ (backslash), 15, 161
: (colon), 23, 44
$ (dollar sign), 152
! (exclamation point), 32
# (hash), 113, 127, 135, 136
| (pipe), 15
+ (plus sign), 32, 51, 66
? (question mark), 32, 139
” (quotes), 24, 161, 188
; (semicolon), 91, 138
/ (slash), 15, 89, 260
~ (tilde), 32
_ (underscore), 173
A
access control
Apache and, 115, 126
directories and, 125–129
read/write access and, 124
scripts for, 79
svnserve program and, 114, 115
access control lists (ACLs), 79
access files, 127, 128
access methods, 15, 131, 132
ACLs (access control lists), 79
activity, 261, 262
administration area (see .svn administration
area; working copy administration
area)
AFS filesystem, 76
algorithms
backup order, 101
binary differencing, 4, 249
binary-detection, 250
branches and, 67
deflate, 130, 171
MD5 hash algorithm, 113
alloc( ) function, 183
ampersand (@), 128
ancestory, 60, 189
anon-access variable (svnserve), 114
anonymous users
access controls and, 114
asterisk variable, 128
authentication and, 120
blocking, 114, 126
ANSI system calls, 174
Apache HTTP Server
access control and, 115
access method, 15
additional features, 130
APR library and, 174 ...