Changes between Initial Version and Version 1 of Ticket #8269, comment 37
- Timestamp:
- 2018-04-16T20:15:31+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8269, comment 37
initial v1 32 32 Currently it looks more less like this: 33 33 {{{#!bash 34 $ du -hs git svn/35 1,4Ggit36 540M svn/ 34 $ du -hs git/josm svn/josm 35 828M git/josm 36 540M svn/josm 37 37 }}} 38 38 39 So git repository is 3 times larger than svn checkoutand because we're storing a lot of jar's it'll be growing faster than other repositories. If we move dependencies outside repository then growth will slow down.39 So git repository is not that much bigger than svn checkout.