version 1.6, 2015/02/16 08:36:53
|
version 1.7, 2017/09/22 10:37:52
|
Line 26 slowly.
|
Line 26 slowly.
|
|
|
After some complaining on the git@ mailing list a patch has been produced which |
After some complaining on the git@ mailing list a patch has been produced which |
drops the memory requirements down quite a bit. I can now, without much tuning, |
drops the memory requirements down quite a bit. I can now, without much tuning, |
work on my 512 system. I'm pretty sure a 256 + swap without any special tuning |
work on my 512 system. |
would also work. |
|
|
|
### CVS in parallel |
### CVS in parallel |
|
|
Line 44 See above for CVS server provided if ong
|
Line 43 See above for CVS server provided if ong
|
|
|
### existing cvs dependencies |
### existing cvs dependencies |
|
|
TBD |
is there a list of these? build systems? |
|
The entire build infrastructure of NetBSD should (even without giti) change into a "jobs"-oriented workflow instead of a "server"-oriented workflow. |
|
|
|
Very recent (summer 2017) events have shown that the ability to move things around is very important. |
|
|
|
|
### How should NetBSD be setup |
### How should NetBSD be setup |
|
|
Line 86 Also using the dates for commits instead
|
Line 89 Also using the dates for commits instead
|
|
|
### how to convert |
### how to convert |
|
|
ESR? |
https://github.com/netbsd/ |
|
|
### No lock-in |
### No lock-in |
|
|
Line 96 Don't do anything weird like change hist
|
Line 99 Don't do anything weird like change hist
|
Maybe when we have 30 years of project history it will be time to consider |
Maybe when we have 30 years of project history it will be time to consider |
restructuring the project. :) |
restructuring the project. :) |
|
|
|
git is the most widely used VCS ever so it has the best chance of conversion tools existing. |
|
No future tool will be able to exist without a git-conversion script. |
|
|
--- |
--- |
|
|
I think this is less a function of the tool and more a function of the project not |
I think this is less a function of the tool and more a function of the project not |