Ok, I don't get it. All the time I do a pull I get conflicts. Latest just now:
CONFLICT (delete/modify): includes/api/ApiTokens.php deleted in HEAD and modified in 4cee7f1bb6f5b40134f211a626fd70504fc216dd. Version 4cee7f1bb6f5b40134f211a626fd70504fc216dd of includes/api/ApiTokens.php left in tree.
Also the IDE I use (Netbeans) shows loads of local changes I never did.
Can somebody please enlighten me on how to just pull the latest HEAD version, no questions asked?!
Thanks, Stephan
On Sat, Apr 28, 2012 at 8:29 AM, Stephan Gambke s7eph4n@gmail.com wrote:
Can somebody please enlighten me on how to just pull the latest HEAD version, no questions asked?!
If you've cloned MediaWiki core: `git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git%60
Then staying up to date is just: `git pull origin master`
If you start changing files or trying to merge branches then you run the risk of getting conflicts, but there's zero reason a simple clone & pull would conflict.
-Chad
On Sat, Apr 28, 2012 at 8:42 AM, Stephan Gambke s7eph4n@gmail.com wrote:
Am 28.04.2012 14:37, schrieb Chad:
If you start changing files or trying to merge branches then you run the risk of getting conflicts...
Even on files I did not even touch?
If you didn't touch them, then I don't know how there would be a conflict.
-Chad
On Sat, 28 Apr 2012 05:45:54 -0700, Stephan Gambke s7eph4n@gmail.com wrote:
Am 28.04.2012 14:43, schrieb Chad:
If you didn't touch them, then I don't know how there would be a conflict.
Me neither. That's why I asked. Will try to start over with a fresh clone. Thanks anyway.
Cheers, Stephan
What is the diff? By any chance do you still have svn attached?
wikitech-l@lists.wikimedia.org