Technical support > Bugs in stable version (2.5)
screen shows defeat while stats say victory
H-Hour:
Another stupid question: are you rebasing after you fetch?
ligtvoet:
This is what I do:
git fetch
./configure
make clean
make
make lang
python ./contrib/map-get/update.py
./ufo
H-Hour:
After git fetch, I think you also need to git upbase or git rebase. Otherwise you are downloading the files but not actually applying the changes to your working folder.
Jon_dArc:
In at least some circumstances git fetch will also check out the revision containing the newly fetched files (it's always done that for me, thus far), but that would probably be a good place to start looking.
~J
Sandro:
Proper way is to use "git pull --rebase" instead of "git fetch".
For those who like hypnotizing the progress bars, "--progress" could be added.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version