Title: Someone help me with this SVN thing Post by: DeathByGuitar on February 03, 2007, 01:47:43 PM So some guy told me some bugs and stuff have been fixed in the SVN, but I know nothing about how to get it. He/she told me about Wget, and I proceeded to download Wget for Windows.....
Now what? Title: Re: Someone help me with this SVN thing Post by: fromhell on February 03, 2007, 02:22:33 PM You could get TortoiseSVN and install that, then check out the SVN folder then run that build .bat file to create new pk3s :)
Title: Re: Someone help me with this SVN thing Post by: DeathByGuitar on February 03, 2007, 02:31:57 PM how do i run the .bat file? just got the tortise thing installed
Title: Re: Someone help me with this SVN thing Post by: kit89 on February 03, 2007, 02:32:07 PM Quote So some guy That would be me. :) Quote He/she told me about Wget That would be a he. :) Quote Now what? Well I havent used Wget in Windows but for Linux you go into the command line and type: wget -r www.openarena.ws/svn However this will download everything in the svn folder. If you want to download specific folder content just add the extra folder name. For example if I just wanted to download all the maps I would type: wget -r www.openarena.ws/svn/maps I wouldn't recommend download the entire SVN(most of it you wont need) cause you'll put a large strain on the server. Title: Re: Someone help me with this SVN thing Post by: DeathByGuitar on February 03, 2007, 03:01:21 PM ok, i figured it out. i even accidentally figured out how to build them all into .pk3s.
Title: Re: Someone help me with this SVN thing Post by: baud123 on February 16, 2007, 03:38:53 PM @kit89 please do not recommend using wget to download from a svn server
check the svn command in your GNU/Linux distribution... it works far better. Check http://svnbook.red-bean.com/en/1.1/index.html if you need documentation. |