fix example: meant to prune --force and include rest of output
authorkyle <kyle@web>
Wed, 2 Sep 2020 15:51:49 +0000 (15:51 +0000)
committeradmin <admin@branchable.com>
Wed, 2 Sep 2020 15:51:49 +0000 (15:51 +0000)
doc/forum/Should_transfer_to_a_special_remote_verify_source_content__63__.mdwn

index 42bde18da09c66a517f8e28a8b81aa62187f1913..091e11c909051051ca0256b22ae0e2c927803f66 100644 (file)
@@ -46,17 +46,28 @@ git init a
 
     git annex initremote d type=directory directory="$PWD"/../d encryption=none
     git annex copy --to=d
-
-    git annex drop --force one
+    git annex drop one
     git annex get one
 )
 """]]
 
 ```
 [...]
-copy one (to d...)
-ok
+copy one (to d...) 
+ok                              
+(recording state in git...)
+drop one ok
 (recording state in git...)
+get one (from d...) 
+                                
+  verification of content failed
+
+  Unable to access these remotes: d
+
+  Try making some of these repositories available:
+       e6878750-3a21-4ae9-b9ae-a241f17176a4 -- [d]
+failed
+git-annex: get: 1 failed
 ```
 
 [[!meta author=kyle]]