Garry's Mod Wiki

Revision Difference

SVN#519123

<cat>Play.GettingStarted</cat>⤶ <cat>Play</cat>⤶ ## SVN The purpose of this page is to instruct in the use of SVN, not list respositories. Don't post any repositories on this page.<br/> ## What Is SVN SVN is an archiving repository. With it you can freely change/update between versions of files and only download the changed files. In Garry's Mod, it is used as an easy updater since some addons are hundreds of megabytes in size and you don't want to have to redownload the whole thing for some minor update. ## How to Use SVN ### How To Use SVN (Windows) You will need a SVN Client. There are a few SVN Clients out there but [Tortoise SVN](http://tortoisesvn.net/downloads.html) is what this tutorial will be using. Once you downloaded and installed Tortoise SVN, go to your Garry's Mod addons folder. By default this is: 32 bit operating systems<br/> C:\Program Files\Steam\Steamapps\common\GarrysMod\garrysmod\addons<br/> 64 bit operating systems<br/> C:\Program Files (x86)\Steam\Steamapps\common\GarrysMod\garrysmod\addons<br/> Replace Username with the username you use to sign on to steam. Make a new folder and name it to the name of the addon your going to download. Right click on your folder and you should get a SVN Checkout option on the folder <image src="svn_checkout.jpg"/> Now select that and enter the URL of the addon you wish to download <image src="svn_link.jpg"/> Press ok and the download will start. Once its finished, the addon should have been completely installed. If you need to update your addon later on, just right click that folder and press the SVN Update option and it will check for updates.