Jump to content

Khamul

Members
  • Posts

    10
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Khamul

  1. Yes when I get ".../path/patch.diff" is to replace my own, the true path I get is C:/Documents and Settings/etc etc. But always this error : No such file or directory

    I think that come from "directory" beacause the file is here, so I tell you what I do since I install GIT.

    -Reading tutorial for install GIT.

    -Install it

    -Open GIT Bash

    -In the GIT bash I write what I tell you above

    (

    $ git am .../path/file.diff

    $ git apply .../path/file.patch

    But that I don't understand is how git apply this patch in the DB of my serv if I don't give his the path ?

    And also, on another post, one tell me to save a pastebin file in a .patch, so I did it and try to apply with :

    $ git apply .../path/file.patch

    Result : fatal: can't open patch 'path/file' : No such file or directory

    So, I think I can try with a .diff file, so I rename the file with file.diff and try apply with :

    $ git am .../path/file.diff

    Result : Fatal: can't open patch 'path/file' : No such file or directory

    )

    Thank you for your help and I'm sorry for aggressivity, after 3 days of mind-scrapping searching I'm about to kill myself...

  2. Of course I find the command there is 2 :

    $ git am .../path/file.diff

    $ git apply .../path/file.patch

    But that I don't understand is how git apply this patch in the DB of my serv if I don't give his the path ?

    And also, on another post, one tell me to save a pastebin file in a .patch, so I did it and try to apply with :

    $ git apply .../path/file.patch

    Result : fatal: can't open patch 'path/file' : No such file or directory

    So, I think I can try with a .diff file, so I rename the file with file.diff and try apply with :

    $ git am .../path/file.diff

    Result : Fatal: can't open patch 'path/file' : No such file or directory

    I try lot of things like / and \\ between path, get it directly on my hard disk to have a short path and minimize error possibility, that always give me the same error.

    And since 3 days of searching in this forum, I have some difficulty to find anything. So before tell me I'm a dumb who don't use the search function, try search something in a french forum.

  3. Yes but you tell me to use search function to find how to use GIT, but i've only find how to install - Make your own core etc etc, not a definite answer to apply a diff patch since you install the programme point by point t_t.

    Do you have few time to explain to me... ? /pray

    Edit : On GIT or Tortoise don't care, I just wan't to apply this f*cking patch in my DB t_t.

  4. Okay thx DasBlub ! But, if i don't need to use SVN, how do I get mangarena into my DB ? I've try save as sql file this : http://pastebin.ca/raw/1344614

    And apply in mangos DB, but that doesn't work :-(

    Error message : +++ src/game/ArenaTeam.cpp (working copy)

    @@ -51,7 +51,7 @@

    if(objmgr.GetArenaTeamByName(ArenaTeamName)) // arena team with this name already exist

    return false

    Line no.:7

    Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Index: src/game/ArenaTeam.cpp

    ==================================================' at line 1

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use