[Notice] Announcing the End of Demo Server [Read me]

relnotes/0.5.4: Add backward compatibility notes
@1e3189078ad98a2ef725a46e2b83d98ca867d213
--- docs/relnotes/0.5.4.txt
+++ docs/relnotes/0.5.4.txt
... | ... | @@ -1,5 +1,22 @@ |
1 |
-Yobi v0.5.4 Release Note |
|
2 |
-======================== |
|
1 |
+Yobi v0.5.4 Release Notes |
|
2 |
+========================= |
|
3 |
+ |
|
4 |
+Backward compatibility notes |
|
5 |
+---------------------------- |
|
6 |
+ |
|
7 |
+It may break that push to some git repositories which have a merge-repository |
|
8 |
+because of missing object, with an following error: |
|
9 |
+ |
|
10 |
+ To http://yobi/you/repo1 |
|
11 |
+ ! [remote rejected] master -> master (object 97c4c34b825debd0fe76bf5d850d0891d4a93bba missing) |
|
12 |
+ error: failed to push some refs to 'http://yobi/you/repo1' |
|
13 |
+ |
|
14 |
+Fortunately, the repositories can be recovered by copying git objects from the |
|
15 |
+object directory of the merge-repository. For an example in Linux: |
|
16 |
+ |
|
17 |
+ cd yobi |
|
18 |
+ cp repos/git-merging/you/repo1.git/.git/objects/* \ |
|
19 |
+ repos/git/you/repo1.git/objects -R |
|
3 | 20 |
|
4 | 21 |
Updates since v0.5.3 |
5 | 22 |
-------------------- |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?