The following tutorial will take you though a simple way of running SVN's automatically for Garry's Mod.
First of all you need to download the program here:
Tazzanator AutoSVNFirst open the settings.ini and put your details in like the example below:
[settings]
addondir =c:/program.....(ect)
modini =http://tezzanator.net/mods.ini
silent =True
; Silent Mode, This will make th app do everything on
; It's own, For this to work you need to use a custom
; mods.ini to set "checkedbydefault" to true.
uselocalmods =True
; You can use this to use the mods ini in the program directory
Then open the mods.ini file you can edit this how ever you want I will post suggested ones which I use.
[header]
totalmods = 3
latestbuild = 101
[1]
name = "phx3"
svnurl = "https://phoenix-storms.svn.sourceforge.net/svnroot/phoenix-storms"
internalfolder = "phx3"
checkedbydefault = true
type = svn
[2]
name = "Wiremod"
svnurl = "svn://wiremod.com/wiremod"
internalfolder = ""
checkedbydefault = true
auth = true
username = anonsvn
password = anonsvn
type = svn
[3]
name = "Achievements"
svnurl = "http://gmodachievements.googlecode.com/svn/trunk/"
internalfolder = "Achievements"
checkedbydefault = true
auth = true
username =
password =
type = svn
Tip: If you place a shortcut to "Auto SVN Updater.exe" in the "startup" folder on your start menu. This makes the automatic downloading of svn happen every time you log onto windowsAdding own modsThe layout for a mod is this:
[1]
name = "Wiremod"
svnurl = "svn://wiremod.com/wiremod"
internalfolder = ""
checkedbydefault = true
auth = true
username = anonsvn
password = anonsvn
type = svn
What does all this mean?[1]: This is a id number make sure this is unique and usually in order
Name: This can be what ever you want - Useful is always better
svnurl: This is the url to the svn server
internalfolder: This defines where the mod is put (but if the mod it self is in multi folders put " " then it will put in root addons folder.
checkedbydefault: true/false, This means if it downloads automatically or not. This can stop a mod if you no longer like it.
auth: true/false this is weather u need authentication to the server or not.
username: obviously the username to the svn if needed
password: obviously the password to the svn if needed
type: cant think of other types i guess html could be one but leave it on svn just to be sure.
Any questions please ask below