Intergrating a new patch file on a Private server !! menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Flesh0209's Avatar Member
    Reputation
    3
    Join Date
    Jul 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Intergrating a new patch file on a Private server !!

    was wondering if anyone could tell me how tu integrate a new patch file on my private server i heared to make the model edits server wide you need to be admin so yeah thats it lol. thx for the help. + rep to evryone that helps.

    Intergrating a new patch file on a Private server !!
  2. #2
    schlumpf's Avatar Retired Noggit Developer

    Reputation
    755
    Join Date
    Nov 2006
    Posts
    2,759
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can't.

  3. #3
    Flesh0209's Avatar Member
    Reputation
    3
    Join Date
    Jul 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i got told it was possible if you owned the server anyone can justify this?

  4. #4
    schlumpf's Avatar Retired Noggit Developer

    Reputation
    755
    Join Date
    Nov 2006
    Posts
    2,759
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can't.

  5. #5
    Flesh0209's Avatar Member
    Reputation
    3
    Join Date
    Jul 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please read this and tell me that again....

    Creating and Applying Patches

    For open source projects (like this one) everyone has read access to the repository, and anyone can make a contribution to the project. So how are those contributions controlled? If just anyone could commit changes, the project would be permanently unstable and probably permanently broken. In this situation the change is managed by submitting a patch file to the development team, who do have write access. They can review the patch first, and then either submit it to the repository or reject it back to the author.

    Patch files are simply Unified-Diff files showing the differences between your working copy and the base revision.
    Creating a Patch File

    First you need to make and test your changes. Then instead of using TortoiseSVN → Commit... on the parent folder, you select TortoiseSVN → Create Patch...

    Figure 4.43. The Create Patch dialog
    The Create Patch dialog

    you can now select the files you want included in the patch, just as you would with a full commit. This will produce a single file containing a summary of all the changes you have made to the selected files since the last update from the repository.

    The columns in this dialog can be customized in the same way as the columns in the Check for modifications dialog. Read the section called “Local and Remote Status” for further details.

    You can produce separate patches containing changes to different sets of files. Of course, if you create a patch file, make some more changes to the same files and then create another patch, the second patch file will include both sets of changes.

    Just save the file using a filename of your choice. Patch files can have any extension you like, but by convention they should use the .patch or .diff extension. You are now ready to submit your patch file.

    You can also save the patch to the clipboard instead of to a file. You might want to do this so that you can paste it into an email for review by others. Or if you have two working copies on one machine and you want to transfer changes from one to the other, a patch on the clipboard is a convenient way of doing this.
    Applying a Patch File

    Patch files are applied to your working copy. This should be done from the same folder level as was used to create the patch. If you are not sure what this is, just look at the first line of the patch file. For example, if the first file being worked on was doc/source/english/chapter1.xml and the first line in the patch file is Index: english/chapter1.xml then you need to apply the patch to the doc/source/ folder. However, provided you are in the correct working copy, if you pick the wrong folder level, TortoiseSVN will notice and suggest the correct level.

    In order to apply a patch file to your working copy, you need to have at least read access to the repository. The reason for this is that the merge program must reference the changes back to the revision against which they were made by the remote developer.

    From the context menu for that folder, click on TortoiseSVN → Apply Patch... This will bring up a file open dialog allowing you to select the patch file to apply. By default only .patch or .diff files are shown, but you can opt for “All files”. If you previously saved a patch to the clipboard, you can use Open from clipboard... in the file open dialog.

    Alternatively, if the patch file has a .patch or .diff extension, you can right click on it directly and select TortoiseSVN → Apply Patch.... In this case you will be prompted to enter a working copy location.

    These two methods just offer different ways of doing the same thing. With the first method you select the WC and browse to the patch file. With the second you select the patch file and browse to the WC.

    Once you have selected the patch file and working copy location, TortoiseMerge runs to merge the changes from the patch file with your working copy. A small window lists the files which have been changed. Double click on each one in turn, review the changes and save the merged files.

    The remote developer's patch has now been applied to your working copy, so you need to commit to allow everyone else to access the changes from the repository.

  6. #6
    schlumpf's Avatar Retired Noggit Developer

    Reputation
    755
    Join Date
    Nov 2006
    Posts
    2,759
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can't.

    Patch != Patch.

  7. #7
    Tazjin's Avatar Active Member
    Reputation
    48
    Join Date
    Jul 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That Flesh-person is hilarious.
    lmao
    Apple > All

  8. #8
    Xengo's Avatar Member
    Reputation
    4
    Join Date
    Feb 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you have them download your patch and model edit fix and play it like that?

  9. #9
    Tigurius's Avatar Member
    Reputation
    300
    Join Date
    Jun 2008
    Posts
    519
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, you can.
    Like my work? Support Me! ;D

  10. #10
    Flesh0209's Avatar Member
    Reputation
    3
    Join Date
    Jul 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol im hilarious?? what =P nah ok its fine guys just cuz some one told me actually some one on this site a contributer told me it was opossible to integrate new patches.

  11. #11
    Alcamino's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol ya its not possible i beleive.

Similar Threads

  1. [Misc] New YouTube Channel for Reviewing Private Servers
    By Retrac in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 04-18-2011, 06:48 AM
  2. [ArcEmu] Need help getting my Goblin city from patch 3.3.3 Private server to 3.3.5a +rep :O
    By austingoodrich in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 07-22-2010, 09:40 PM
  3. CANT SAVE HOST FILE (for public private server)
    By dogs2godz in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 03-29-2009, 10:44 AM
  4. How To Make a World Of Warcraft patch 2.0.8 Private Server Easy
    By InternetExplorer in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 03-22-2008, 12:57 PM
  5. How to use new patch 2.3 on private server ?
    By jurgeee in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 11-27-2007, 12:42 PM
All times are GMT -5. The time now is 08:41 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search