Linux Program Source Management
        Posted  
        
            by 
                Blackninja543
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Blackninja543
        
        
        
        Published on 2012-02-26T23:36:14Z
        Indexed on 
            2012/04/10
            23:31 UTC
        
        
        Read the original article
        Hit count: 327
        
This particular problem has little do with SubVersion Repositories and more to do with the management of installed programs. My question revolves around the problem of installing a program from source. If I where to build a distro with no package management system what possibilities would I have for maintaining the program is up to date. My only idea would be to keep a record of all the programs installed from source and perform a periodic check to identify if a new version is out.
© Server Fault or respective owner