rename forum/Drop_doesn__39__t_respect_mincopies.mdwn to bugs/Drop_doesn__39__t_respe...
authorpat <pat@web>
Sun, 18 Apr 2021 00:39:11 +0000 (00:39 +0000)
committeradmin <admin@branchable.com>
Sun, 18 Apr 2021 00:39:11 +0000 (00:39 +0000)
doc/bugs/Drop_doesn__39__t_respect_mincopies.mdwn [new file with mode: 0644]
doc/bugs/Drop_doesn__39__t_respect_mincopies/comment_1_d933daa307a8df27c274f3dffc2652d4._comment [new file with mode: 0644]
doc/forum/Drop_doesn__39__t_respect_mincopies.mdwn [deleted file]
doc/forum/Drop_doesn__39__t_respect_mincopies/comment_1_d933daa307a8df27c274f3dffc2652d4._comment [deleted file]

diff --git a/doc/bugs/Drop_doesn__39__t_respect_mincopies.mdwn b/doc/bugs/Drop_doesn__39__t_respect_mincopies.mdwn
new file mode 100644 (file)
index 0000000..329b4b2
--- /dev/null
@@ -0,0 +1,20 @@
+I may be misunderstanding the purpose of mincopies, but I found this surprising. I would expect annex to not drop the file, because doing so violates the mincopies setting:
+
+```
+luckbox:orig patmaddox$ git annex mincopies
+3
+luckbox:orig patmaddox$ git annex whereis testmincopies
+whereis testmincopies (3 copies) 
+       1c09b94f-eed3-425d-9bbe-49aa5e575ed9 -- [s3]
+       c2bafb10-bf48-4ae5-a1b9-d142f2bea86a -- patmaddox@luckbox.local:~/Desktop/annex_test [here]
+       c8144467-348b-476d-8464-5dfe98580f0b -- patmaddox@istudo.local:~/Desktop/annex [istudo]
+ok
+luckbox:orig patmaddox$ git annex drop testmincopies
+drop testmincopies (locking istudo...) ok
+(recording state in git...)
+luckbox:orig patmaddox$ git annex whereis testmincopies
+whereis testmincopies (2 copies) 
+       1c09b94f-eed3-425d-9bbe-49aa5e575ed9 -- [s3]
+       c8144467-348b-476d-8464-5dfe98580f0b -- patmaddox@istudo.local:~/Desktop/annex [istudo]
+ok
+```
diff --git a/doc/bugs/Drop_doesn__39__t_respect_mincopies/comment_1_d933daa307a8df27c274f3dffc2652d4._comment b/doc/bugs/Drop_doesn__39__t_respect_mincopies/comment_1_d933daa307a8df27c274f3dffc2652d4._comment
new file mode 100644 (file)
index 0000000..3056c8a
--- /dev/null
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="pat"
+ avatar="http://cdn.libravatar.org/avatar/6b552550673a6a6df3b33364076f8ea8"
+ subject="comment 1"
+ date="2021-04-17T21:05:28Z"
+ content="""
+I've also tried setting `numcopies` to 3 and it behaves the same. All remotes are `semitrusted`.
+"""]]
diff --git a/doc/forum/Drop_doesn__39__t_respect_mincopies.mdwn b/doc/forum/Drop_doesn__39__t_respect_mincopies.mdwn
deleted file mode 100644 (file)
index 329b4b2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-I may be misunderstanding the purpose of mincopies, but I found this surprising. I would expect annex to not drop the file, because doing so violates the mincopies setting:
-
-```
-luckbox:orig patmaddox$ git annex mincopies
-3
-luckbox:orig patmaddox$ git annex whereis testmincopies
-whereis testmincopies (3 copies) 
-       1c09b94f-eed3-425d-9bbe-49aa5e575ed9 -- [s3]
-       c2bafb10-bf48-4ae5-a1b9-d142f2bea86a -- patmaddox@luckbox.local:~/Desktop/annex_test [here]
-       c8144467-348b-476d-8464-5dfe98580f0b -- patmaddox@istudo.local:~/Desktop/annex [istudo]
-ok
-luckbox:orig patmaddox$ git annex drop testmincopies
-drop testmincopies (locking istudo...) ok
-(recording state in git...)
-luckbox:orig patmaddox$ git annex whereis testmincopies
-whereis testmincopies (2 copies) 
-       1c09b94f-eed3-425d-9bbe-49aa5e575ed9 -- [s3]
-       c8144467-348b-476d-8464-5dfe98580f0b -- patmaddox@istudo.local:~/Desktop/annex [istudo]
-ok
-```
diff --git a/doc/forum/Drop_doesn__39__t_respect_mincopies/comment_1_d933daa307a8df27c274f3dffc2652d4._comment b/doc/forum/Drop_doesn__39__t_respect_mincopies/comment_1_d933daa307a8df27c274f3dffc2652d4._comment
deleted file mode 100644 (file)
index 3056c8a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-[[!comment format=mdwn
- username="pat"
- avatar="http://cdn.libravatar.org/avatar/6b552550673a6a6df3b33364076f8ea8"
- subject="comment 1"
- date="2021-04-17T21:05:28Z"
- content="""
-I've also tried setting `numcopies` to 3 and it behaves the same. All remotes are `semitrusted`.
-"""]]