I am not sure if I understood your question correctly. Let me try answering
anyway. Others can correct me if I am wrong.

If what you want is, a version control system that can keep track of past
versions and give you a final "release" code based on the version specified
on the run time, I think you can use *git* and a bit of scripting. You can
use git to maintain versions ("branches") and use a script to procure the
version required and then use "git checkout branchname" to change your
version to the corresponding version, build the release code and execute it.

HTH,
Abraham

On Sat, Aug 3, 2013 at 2:25 PM, Sahil ModGill
<[email protected]>wrote:

> Hello Friends,
>
> One of my friend is doing her Ph.D. research work and she needs some info
> or links on below mentioned issue. I appreciate if I'll get any support
> from the community.
>
> 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.
>
>
> Is there any tool which can perform the above mentioned job? If yes then
> please share the link or the info for the same.
>
> Suggestions are always welcome.
>
> 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
>
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to