Structure of open source project's repository
        Posted  
        
            by hokkaido
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hokkaido
        
        
        
        Published on 2010-06-14T09:48:25Z
        Indexed on 
            2010/06/14
            9:52 UTC
        
        
        Read the original article
        Hit count: 248
        
I'm in the beginning of starting a small open source project. When cloning the main repository one gets a complete build environment with all the libraries and all the tools needed to make an official installer file, with correct version numbers.
I like the fact that anyone who wants to contribute can clone the repository and get started with anything they want. But I'm thinking this makes it to easy for Evil People to create malicious installers and release into the wild.
How should it be structured? What do you recommend including in the repository, versus keeping on the build server only?
© Stack Overflow or respective owner