Fog_trunk Archive
-
Is there one?
Is there a repository of every fog_trunk that has been compiled?
-
If you’re using svn you can download the trunk folder:
[code]svn co https://svn.code.sf.net/p/freeghost/code/trunk[/code]
If you’ve already done the download of the svn folder, to update you:
[code]cd <location of the svn trunk folder>
svn up[/code]If you’re trying to download a specific “revision” of fog:
[code]svn co -r <revisionnumber here> https://svn.code.sf.net/p/freeghost/code/trunk[/code]If you’re trying to revert a previous svn download of the trunk folder:
[code]cd <location of the svn trunk folder>
svn up -r <revisionnumber here>[/code] -
Thank you!