summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://ypid.wordpress.com/ <http://ypid.wordpress.com/@web>2014-07-09 16:55:17 +0000
committerGravatar admin <admin@branchable.com>2014-07-09 16:55:17 +0000
commit8b60d3933984efda2702ca06eb3d470c676aafd1 (patch)
tree6b1d235f83face4e2b0a35fbe14e2b533519afd9
parent3abf2ac188694a9ba8491ce7e9ead30b6f113bd5 (diff)
-rw-r--r--doc/forum/ghost_semitrusted_repositories.mdwn38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/forum/ghost_semitrusted_repositories.mdwn b/doc/forum/ghost_semitrusted_repositories.mdwn
index b7223d02a..9e00178b7 100644
--- a/doc/forum/ghost_semitrusted_repositories.mdwn
+++ b/doc/forum/ghost_semitrusted_repositories.mdwn
@@ -1,24 +1,24 @@
I had one repo on HDD and another in an USB drive. After mount point changed, I went to the HDD repo folder and tried to use git remote-set url to point it to the new location, however I think I ended in a weird state. git-annex info shows this:
-> git-annex info
-repository mode: indirect
-trusted repositories: 0
-semitrusted repositories: 5
- 00000000-0000-0000-0000-000000000001 -- web
- 26c0c4ba-6489-4416-a054-670d373f09bd -- juan@invasor.local:/Volumes/sapo_hfs/live/papers
- 61158820-db14-45b9-b9f9-8619d956388e -- [usb_papers]
- d4456c86-fa2b-43a7-a132-027915390cf6 -- usb_papers
- fed56814-08c6-11e3-bf3c-af5da9f7f388 -- sapo [here]
-untrusted repositories: 0
-transfers in progress: none
-available local disk space: 255.46 gigabytes (+1 megabyte reserved)
-local annex keys: 1252
-local annex size: 2.55 gigabytes
-annexed files in working tree: 1297
-size of annexed files in working tree: 2.7 gigabytes
-bloom filter size: 16 mebibytes (0.3% full)
-backend usage:
- SHA256E: 2549
+ git-annex info
+ repository mode: indirect
+ trusted repositories: 0
+ semitrusted repositories: 5
+ 00000000-0000-0000-0000-000000000001 -- web
+ 26c0c4ba-6489-4416-a054-670d373f09bd -- juan@invasor.local:/Volumes/sapo_hfs/live/papers
+ 61158820-db14-45b9-b9f9-8619d956388e -- [usb_papers]
+ d4456c86-fa2b-43a7-a132-027915390cf6 -- usb_papers
+ fed56814-08c6-11e3-bf3c-af5da9f7f388 -- sapo [here]
+ untrusted repositories: 0
+ transfers in progress: none
+ available local disk space: 255.46 gigabytes (+1 megabyte reserved)
+ local annex keys: 1252
+ local annex size: 2.55 gigabytes
+ annexed files in working tree: 1297
+ size of annexed files in working tree: 2.7 gigabytes
+ bloom filter size: 16 mebibytes (0.3% full)
+ backend usage:
+ SHA256E: 2549
usb_papers was the original usb repo, and now a new one [usb_papers] shows. webapp shows only sapo[here] and [usb_papers], the other 2 repos are unknown. I was digging around but couldn't find a way to remove them.
Seems that the webapp managed to use the new URL, but said something about "fixing repo".