> > > here is the problem: > I want to develop a version control tool (in open source) which can take > care of different versions of one component at execution time i.e. If one > application request for earlier version, system will automatically allocate > that component and if latest version is required, then that will be > provided by the model/system itself. This facility is available in .NET > technology in Microsoft. I want to develop this type of tool in open source > which take care of all available versions of same component for different > applications at system level. >
First of all thanks to all who replied to my query. Let me clear it more. I am familiar with SVN and Git ( it keeps track of the source files). What she want to know is: For example: Let's assume, Software A needs Python 3 and Software B needs Python 2.7 for it's execution and in our system we have both versions of Python. When user executes any software (A or B) system automatically allocates required Python libraries and keeps tracks of it. My example may be wrong but this is what I got in my mind to make my issue bit more clear. Please correct if I am wrong. Is there any tool in Open Source which helps us to understand this problem? Please share your views and experiences. Thank you so much for your time. -- *Regards, Sahil ModGill* _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
