05-10-2013, 12:54 AM
05-10-2013, 12:57 AM
oh god i didn't do something wrong right? ;O
05-10-2013, 12:59 AM
(05-10-2013, 12:57 AM)STR_Warrior Wrote: [ -> ]oh god i didn't do something wrong right? ;OMaybe is an error of the bearbin's server or something like. I will try to compile it on my server
05-10-2013, 01:01 AM
(05-10-2013, 12:59 AM)tonibm19 Wrote: [ -> ]Maybe is an error of the bearbin's server or something like. I will try to compile it on my server
i'm also trying it now

05-10-2013, 01:03 AM
05-10-2013, 01:03 AM
yea i got it now to. i'l see what i can do to fix it.
ah ok so this is what happened: TortoiseSVN first didn't let me commit the changes and then it created a new file with the old bindings.cpp and the new(my) bindings.cpp and then compared them. and you can gues it: it was called bindings.cpp
Hopefully fixed in r1464
http://ci.berboe.co.uk/job/MCServer%20Linux-x86-64/395/
ah ok so this is what happened: TortoiseSVN first didn't let me commit the changes and then it created a new file with the old bindings.cpp and the new(my) bindings.cpp and then compared them. and you can gues it: it was called bindings.cpp
Hopefully fixed in r1464

http://ci.berboe.co.uk/job/MCServer%20Linux-x86-64/395/

05-10-2013, 01:12 AM
Yup, that's called a svn conflict and it happens when two people touch the same file in the same place at the same moment (or don't update the file they're editting).
With Bindings.cpp, it's just easier to delete the file altogether and let the AllToLua generate a new file.
With Bindings.cpp, it's just easier to delete the file altogether and let the AllToLua generate a new file.
05-10-2013, 02:04 AM
Thanks for fix 
