summaryrefslogtreecommitdiff
path: root/doc/walkthrough/using_the_web.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-17 13:56:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-17 13:56:36 -0400
commit617bdc740f76e0b5cb8d73a8b122cd2b3e6fe961 (patch)
tree92c932685e19b1df6bd453810e9a4052cdf92f3e /doc/walkthrough/using_the_web.mdwn
parent66fa4c947c30ca9848121912229f3e84a855a74f (diff)
reorg
Diffstat (limited to 'doc/walkthrough/using_the_web.mdwn')
-rw-r--r--doc/walkthrough/using_the_web.mdwn32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/walkthrough/using_the_web.mdwn b/doc/walkthrough/using_the_web.mdwn
deleted file mode 100644
index 8009927a4..000000000
--- a/doc/walkthrough/using_the_web.mdwn
+++ /dev/null
@@ -1,32 +0,0 @@
-The web can be used as a [[special_remote|special_remotes]] too.
-
- # git annex addurl http://example.com/video.mpeg
- addurl example.com_video.mpeg (downloading http://example.com/video.mpeg)
- ########################################################## 100.0%
- ok
-
-Now the file is downloaded, and has been added to the annex like any other
-file. So it can be renamed, copied to other repositories, and so on.
-
-Note that git-annex assumes that, if the web site does not 404, the file is
-still present on the web, and this counts as one [[copy|copies]] of the
-file. So it will let you remove your last copy, trusting it can be
-downloaded again:
-
- # git annex drop example.com_video.mpeg
- drop example.com_video.mpeg (checking http://example.com/video.mpeg) ok
-
-If you don't [[trust]] the web to this degree, just let git-annex know:
-
- # git annex untrust web
- untrust web ok
-
-With the result that it will hang onto files:
-
- # git annex drop example.com_video.mpeg
- drop example.com_video.mpeg (unsafe)
- Could only verify the existence of 0 out of 1 necessary copies
- Also these untrusted repositories may contain the file:
- 00000000-0000-0000-0000-000000000001 -- web
- (Use --force to override this check, or adjust annex.numcopies.)
- failed