summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU <Matt@web>2013-07-02 14:57:41 +0000
committerGravatar admin <admin@branchable.com>2013-07-02 14:57:41 +0000
commita501c6135b3ae66f755184292d11924ded3dd641 (patch)
treed4891a634288a7aee3817d4fd76232d21cb58961
parent229975364b4803880347d666100bc01333367b53 (diff)
-rw-r--r--doc/forum/Reappearing_repos_in_webapp_and_vicfg.mdwn43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/forum/Reappearing_repos_in_webapp_and_vicfg.mdwn b/doc/forum/Reappearing_repos_in_webapp_and_vicfg.mdwn
new file mode 100644
index 000000000..41a64630d
--- /dev/null
+++ b/doc/forum/Reappearing_repos_in_webapp_and_vicfg.mdwn
@@ -0,0 +1,43 @@
+Hi,
+
+Whenever I do a git annex vicfg (as pasted below) the long gone repo 40da403e-6f74-4705-aae0-433aa656b55e keeps automatically being added back into the configuration. Worse in the webapp this manifests itself as a repository list item that's empty of text (and when buttons are clicked there's a complaint about missing UUIDs).
+
+In addition to removing the lines via git-annex vicfg, I've switched my repository into indirect mode, manually checked out the the git-annex branch and deleted the offending key from the preferred content and group files (it oddly didn't appear in the uuid file). However they keep coming back :-(
+
+Everything seems to be okay bar this rogue entry which in the web-app irrationally bothers me.
+
+I'm running the very latest git-annex release.
+
+Any thoughts?
+
+Cheers,
+
+Matt.
+
+
+ # git-annex configuration
+ #
+ # Changes saved to this file will be recorded in the git-annex branch.
+ #
+ # Lines in this file have the format:
+ # setting uuid = value
+
+ # Repository trust configuration
+ # (Valid trust levels: trusted semitrusted untrusted dead)
+ # (for mattford63 (matt@descartes.rss.mhs.man.ac.uk:~/current))
+ trust 88733342-45ef-420f-8f1b-9a5ed8d8e070 = semitrusted
+
+ # Repository groups
+ # (Standard groups: client transfer backup incrementalbackup smallarchive archive source manual public unwanted)
+ # (Separate group names with spaces)
+ # (for )
+ group 40da403e-6f74-4705-aae0-433aa656b55e = client
+ # (for mattford63 (matt@descartes.rss.mhs.man.ac.uk:~/current))
+ group 88733342-45ef-420f-8f1b-9a5ed8d8e070 = client
+
+ # Repository preferred contents
+ # (for )
+ content 40da403e-6f74-4705-aae0-433aa656b55e = standard
+ # (for mattford63 (matt@descartes.rss.mhs.man.ac.uk:~/current))
+ content 88733342-45ef-420f-8f1b-9a5ed8d8e070 = standard
+