Skip to content

Create a Patch

Joachim Marder edited this page Apr 10, 2018 · 6 revisions

If you want to submit a changes, you may create a pull request. In case you are unfamiliar with GIT or pull requests, you may also create a patch file and attach it to the issue. The steps using TostoiseSVN are:

  • If not already installed, install TortoiseSVN.
  • In Windows Explorer, right click on the background of a folder and choose "SVN Checkout".
  • Checkout: https://github.com/Virtual-TreeView/Virtual-TreeView/trunk
  • Make your changes in the newly checked out project directory.
  • In Windows Explorer, right click in the background, select "TortoiseSVN > Create patch".
  • Attach the created patch file to an opened issue.

If you work with TortoiseGit and a clone of Virtual-TreeView you can create a patch with the following steps.

  • Commit your changes locally.
  • Right-click on the project folder and select "Create patch serial..."
  • In the "Version" section select "Since" and from the drop-down list select "remotes/origin/master"
  • Press OK and your patch will be generated.