It might be strange for you, but i added a / at the end of the link and now it works("https://svn.wiremod.com/svn/wiremod/").
dp
Last edited by philxyz; 08-21-2008 at 12:29 PM. Reason: Double Post
It might be strange for you, but i added a / at the end of the link and now it works("https://svn.wiremod.com/svn/wiremod/").
For those who hate .svn folders...
Save this code into .reg file and add it to registry
After that see new command in windows context menu...Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\D eleteSVN]
@="Delete .svn Folders"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\D eleteSVN\command]
@="cmd.exe /c \"TITLE Deleting SVN Folders in %1 && COLOR 9A && FOR /r \"%1\" %%f IN (.svn) DO RD /s /q \"%%f\" \""
i get this error...
Error: Repository UUID '7679093b-9b28-0410-9153-a78c89ece2e9' doesn't match expected
Error: UUID 'fc6888ea-bd4e-0410-a5f2-80b195ffdc8f'
plz help
Edit: got it to work just had to use auto link for some gaaay reason wouldnt work via checkout
Last edited by jacoby6000; 08-25-2008 at 10:31 PM. Reason: Fixed
This is the part, when id wish that someone would upload wiremod to garrysmod.org,Code:Checkout from https://svn.wiremod.com/svn/wiremod, revision HEAD, Fully recursive, Externals included OPTIONS of 'https://svn.wiremod.com/svn/wiremod': SSL negotiation failed: Secure connection truncated (https://svn.wiremod.com)
and i wouldn't have to use the SVN.
I've never really liked these third-party annoywares ever.
My IQ is -4 - Free-IQTest.net - IQ Test
SVN is not annoyanceware, its a code revision tool. It isn't meant for end users, only developers and those who want to keep perfectly up to date.
Have you looked at some of the mods on garrysmod.org? You have to guess at which revisions are newer, what listings were posted by random people instead of the original author (and potentially buggy or dangerous). There is no control, it is hard to track revisions and keep your mods up to date. Keeping an SVN version up to date on garrysmod.org would be spam at best, impossible at worst.
It is possible to run a script server-side that collects the SVN version and makes it available as a zip file. The main drawback would be bandwidth, anyone updating via zip every day would be wasting a lot of the site's bandwidth.
SVN is great for development and keeping perfectly up to date, it also reduces bandwidth usage for minor updates. Its a pain sometimes, but it is the best solution for up-to-date development versions, otherwise stick with official versions that are released every few months.
I've downloaded this and put the folders in the addon folder (so inside addons I have Adv Duplicator, wire and wire model pack 1) but it doesn't seem to be working. There's no wire related things at all in the Q menu
Tweaked the post a bit to accommodate for those who checked out wire to it's own folder, and also added a note to delete the .svn database folder in addons (it's just bad practice to leave it there, SO many things happen...) Tweaked instructions slightly too.
Last edited by Anticept; 09-04-2008 at 06:31 PM.
"You can only tie the record for flying low."
I'm getting this error:
OPTIONS of 'https://svn.wiremod.com/svn/wiremod': SSL negotiation failed: An
existing connection was forcibly closed by the remote host
(https://svn.wiremod.com)
Bookmarks