I'm working on program analysis and I need to download tens of thousands of projects from code repositories such as GitHub, Google code and CodePlex. My question is how can I store those projects on disk with the following criteria: 1. Avoid one folder to contain too many projects, so the file system folder limit is not hit. 2. It should be easy to add new servers/disks when there is not enough space in some servers.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|