Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Save Multiple versions of code on compilation(Eclipse IDE instumentation)
Save Multiple versions of code on compilation [message #1842167] Thu, 10 June 2021 17:33 Go to next message
ssk ssk is currently offline ssk sskFriend
Messages: 1
Registered: June 2021
Junior Member
My question is about , how can implement the following.

1. Everytime the code is compiled,I want to maintain a copy on that version of code on the computer . This means every user modifciations on the code will be maintained.
2. The actual idea is to trigger a push to gitlab/github


Any implementations ideas on how to implement option1 .

Any further ideas on option2 is also welcomed.
Re: Save Multiple versions of code on compilation [message #1842184 is a reply to message #1842167] Fri, 11 June 2021 05:57 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
The context menu of a file has Compare With -> Local History... where you can see that a history of each file is maintained. In Window -> Preferences -> General -> Workspace -> Local History you can control settings associated with this. It's hard to imagine any human being wanting to auto push their changes to a git repository for every change. Most normal people would want to do that when their code is in a consistent state.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic: IBM Operational Decision Manager
Next Topic:running trouble
Goto Forum:
  


Current Time: Fri Apr 26 20:22:12 GMT 2024

Powered by FUDForum. Page generated in 0.08319 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top