You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd say, you indeed have identified a bug or important enhancement identified here. The project settings feature does not seem yet to get the awareness, it deserves. So any more use and opening a bug. like your's here, is a very helpful feedback, IMHO.
The help of devon promises such an update - at least, when an explicit update settings is used:
devon help ide
. . .
update settings update settings (git pull)
In order to analyze this, I have added now some quick-hack tracing functionality to my local devonfw-ide scripts (see my comments in #261) which results in the output lines:
When the settings directory exists, the doUpdateSettings function should check, if it is a git repository and run a git pull then. But the related code - to be executed in the else clause of the "no settings directory exist?" check in above output line 2295 - does not yet seem to have been introduced into the master branch.
I assume the doGitPullOrClone function in functions already provides most of the needed functionality, so a PR should not be too hard. But no PR from my side for today.
hohwille
added
settings
ide-settings repo and replated processes and features
update
related to updating software or the entire devonfw-ide
bug
Something isn't working
and removed
bug
Something isn't working
labels
Mar 17, 2020
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Expected:
Actual:
Affected version:
devonfw-ide-scripts 3.2.4
devonfw 3.2.1
The text was updated successfully, but these errors were encountered: