Thread: Svn
View Single Post
  #1  
Old 09-29-2008, 02:58 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default Getting Current Code and Binaries(SVN)

A SVN has been setup to allow all of the forum developers to merge their code in a single code base. It's open for anonymous checkouts so anybody can grab the code and compile. Every now and again, I will build Win32 binaries and post them on that site.

If you want to be added as a developer, shoot me a PM!

http://code.google.com/p/projecteqemu/

Anyone may checkout the code using a subversion (SVN) client. By command line:
Code:
svn checkout http://projecteqemu.googlecode.com/svn/trunk/ projecteqemu-read-only

Last edited by KLS; 02-13-2009 at 08:34 AM.. Reason: Clarification for people who don't know wtf svn is.