Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Removed/wiki/spaces/SC/pages/51643422

This page will show you how to get set up with eWater Source's code. We use git for version control of source code and project files. It is hosted by BitBucket for Source members to share plugins, source project files, and get access to the source code.

...

You can Fetch then Checkout all of the repositories using sg.exe:

Using Powershell or Command Prompt: you will need to include a .\ infront of sg.exe

Image Added

Image Added


Image Added

Using Git Bash:

Image Removed

Image Removedyou will need a ./ infront of sg.exe

Image Added




Note: if you add sg.exe to your path - you can call sg without a ./ or .\ infront. But this will require administrator privileges to do so.

This also means the process for making changes requires a two-step process to make changes to the central repository.  The general process will be:

...