Embedded Systems Professionals
Posts 1-2 of 2
-
André Kutzick Premium Member Group moderatorThe company name is only visible to registered members.Version Management
Hi,
think about a new kind of reusing software. All your written code could be parsed and be placed into a database. There it could be enriched with comments. The parameters and all other variables will be extracted and displayed seperately. There will be a metastructure which combines the database code to a compilable project. All changes will be tracked on procedure level. You can recombine the code to new projects also. Everything is transparent. The lock and change processes will point directly to the code elements.
What do you think - shall we realize this for C (c++?) ?
Best Regards,
André
- 16 Jun 2008, 10:01 pm
-
Robert Berger Group moderatorThe company name is only visible to registered members.Re: Version Management
Are you after something like
http://www.krugle.com/, or
http://www.scitools.com/products/understand/cpp/product.php, or
http://www.viewvc.org/, or is it anything else my little mind can not imagine.
Since you name it version management I guess it might be something like a version control system, which is somehow browse able.
Can you please elaborate a bit more, so we can get a better idea what you wanna do and what's the purpose?
- 17 Jun 2008, 9:24 pm
