Marten, According to "google" this is not necessarily an uncommon problem[1]. There are several different solutions that appear to depend upon the particulars of your problem ... I suggest you look at each of the solution before picking one to try ... Dale [1] https://stackoverflow.com/questions/20581914/files-not-updating-using-git-pull On 12/2/20 6:28 PM, Dale Henrichs
wrote:
_______________________________________________ Glass mailing list [hidden email] https://lists.gemtalksystems.com/mailman/listinfo/glass |
Hello Dale,
today I made a git pull and a git -6 and I got new content. Here are the git log output - see the "hole" between 24.11 and 5.12. - so I assume, that the error of not getting your stuff is a totally different one.
mf@mf-HP-ZBook-17-G2:~/GsDevKit_home$ git log -6
_______________________________________________ Glass mailing list [hidden email] https://lists.gemtalksystems.com/mailman/listinfo/glass |
Marten, The commit log that you are listing is from the GsDevKit_home project (and over the weekend I merged some work that was on the issue_299 branch where I was working updating the CHROME_DRIVER_VERSION used by seaside tests and that accounts for the new commits you are seeing). The repository that was not updating correctly is the glass project ($GS_HOME/shared/repos/glass), so you should be comparing the `git log` in that project with the list of commits up on github[1] ... because that is where the bugfixes you need to be able to build a tODE image with createStone ... WAIT, I see now that you sent me the results from doing the git
commands that I suggested in $GS_HOME and not from
$GS_HOME/shared/repos/glass, ... sorry I didn't notice the
difference ... I was skimming over the German and didn't notice
that you were in the wrong repository... the key data points for
me was that the repo was on github and I assumed that `Bereits
aktuel` meant "already up to date" ... So we've had our wires crossed here multiple times ... Moving forward:
cd $GS_HOME/shared/repos/glass git pull origin master git log -6 and we'll go from there ... the list of commits you see should match the list of commits on github[1]: Dale [2] https://github.com/glassdb/glass/commit/0226e549a0c43181587525212cf8bfbbff6ea331#commitcomment-44837643 On 12/8/20 5:35 AM, Marten Feldtmann
wrote:
_______________________________________________ Glass mailing list [hidden email] https://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |