Jump to content
  • 0

Patching diff files?


ray00

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/27/12
  • Last Seen:  

Im new in here so how do i patch my diff files to my server? what folder do it put it in I saw other posts but I can't understand them can anyone guide me step by step thank you that would really help me and im using a linux server.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   5
  • Joined:  04/07/14
  • Last Seen:  

http://rathena.org/wiki/Diff

cd /path/to/your/server/folder
patch -p0 < /path/to/patch/file/filename.extension

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/27/12
  • Last Seen:  

Yeah I saw that can you elaborate im still a newbie on that.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   5
  • Joined:  04/07/14
  • Last Seen:  

Yeah I saw that can you elaborate im still a newbie on that.

Go on putty connect to your server.

Type:

cd /path/to/your/server/folder

then type:

patch -p0 < /path/to/patch/file/filename.extension

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/27/12
  • Last Seen:  

where do i put my diff files? 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   5
  • Joined:  04/07/14
  • Last Seen:  

where do i put my diff files? 

Anywhere on your server files. For example say I put my patch.diff in /home/asd/

I would do patch -p0 < /home/asd/patch.diff

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/27/12
  • Last Seen:  

its not working @_@

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...