| 1 | |
| 2 | Here is a list of what we are loosing when moving to !GitHub: |
| 3 | |
| 4 | - no private branches (where we'll put our repository for papers?) |
| 5 | |
| 6 | - no private wiki pages (where we'll put our todo list and referee comments?) |
| 7 | |
| 8 | - no search in wiki pages (github proposes to do it from command line using grep) |
| 9 | |
| 10 | - limited code browser (for example, no way to compare old and new versions of the same file, and yes, I regularly use this functionality) |
| 11 | |
| 12 | - no way to adapt to our needs the interface of the code browser, wiki pages and issue tracker (for example, currently it's difficult to switch from code browser back to documentation) |
| 13 | |
| 14 | - some information (formatting, dates, users) will be lost after migration of the tickets from trac to github. |
| 15 | |
| 16 | - backup of github code repositories is more difficult (needs manual intervention for any new repository) |
| 17 | |
| 18 | - backup of issues/tickets is even more difficult |
| 19 | |
| 20 | - restore from backup is not clear at all |