summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-07-09 18:41:17 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-07-09 18:41:17 -0600
commit1c2efabda503cc1b668b492ff553f18179cdb429 (patch)
tree0a78b42eb95bb415c871b0fe3752ac0a50f05ce6
parent3a2999b999474a963c2ad6bc1323b7a9cad85ee6 (diff)
Touch up HACKING
-rw-r--r--HACKING12
1 files changed, 6 insertions, 6 deletions
diff --git a/HACKING b/HACKING
index 8fe3733..968e685 100644
--- a/HACKING
+++ b/HACKING
@@ -244,15 +244,15 @@
So, what are all these files doing in this database? The scheme is
fairly simple. In the `.rvs' directory there is 1 directory, the
- `files' directory. There used to be a folder for tempfiles (0.5.8-
- 0.6.2), but no more (0.6.3+). If you need a tempfile, just run:
- FILENAME=`tempfile`
+ `files' directory. There used to be a folder for tmpfiles (0.5.8-
+ 0.6.2), but no more (0.6.3+). If you need a tmpfile, just run:
+ FILENAME=$(mktemp -t)
The `files' directory is where all the data is kept.
When any file is committed, whether it be a regular file, a
- directory, a link, or any other type of file, 2 file are created in
- `.rvs/files', the "raw-file" and the "meta-file". When we speak of
- file IDs, we mean the filename of the corresponding file in
+ directory, a link, or any other type of file, 2 files are created
+ in `.rvs/files', the "raw-file" and the "meta-file". When we speak
+ of file IDs, we mean the filename of the corresponding file in
`.rvs/files' in rvs 0.5.8-0.6.3 this is just the sha1sum of the
file. The meta-file stores everything not part of the file itself;
the filename, file-type, author, copyright owner, file permissions,