Hello.
Excuse my bad english. (google helps me)
I have a question.
how do I create a patch for mangos revision 8994?
I have read so much but it still failed.
whenever I get an error I run the patch.
My system is ubuntu9.10 with putty access
step by step manual please ...
here are my steps
git clone git://github.com/mangos/mangos.git
cd mangos
git clone git://github.com/Naicisum/mangos.git ahbot
cd ahbot
git checkout origin/ahbot
git checkout -b ahbot
git diff master ahbot > auctionhousebot.patch
git reset --mixed d04b1344d3a9f68614d71804aa988dc7bd120fe0 <-- 8994
git am < auctionhousebot.patch <--error
cd ..
svn co -r 1516 https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2/ src/bindings/ScriptDev2
git apply src/bindings/ScriptDev2/patches/MaNGOS-*
autoreconf --install --force;mkdir objdir;cd objdir;
../configure --prefix=/opt/mangos --sysconfdir=/opt/mangos/etc --enable-cli --enable-ra --datadir=/opt/mangos
make
make install