Using subversion with wxEuphoria

The wxEuphoria project uses Subversion for source code control. You can take a look at the Sourceforge Subversion documentation.

Here is the wxEuphoria Subversion page.

To checkout the code from the repository use the following command:

 $ svn co https://wxeuphoria.svn.sourceforge.net/svnroot/wxeuphoria/wxeu/trunk [path]
 
 $ svn co https://wxeuphoria.svn.sourceforge.net/svnroot/wxeuphoria/ide/trunk [path]
 
 $ svn co https://wxeuphoria.svn.sourceforge.net/svnroot/wxeuphoria/wxwidgets/trunk [path]

[path] is the path to where you want the code to be. For the current directory, use '.'. Note that the protocol is https.

Anyone can checkout and read from the repository, but committing code is reserved for wxEuphoria developers.

You can also browse the repository through the web.

Support

The best place to get wxEuphoria support is on the EuForum. You can also email me directly.



Contact me: mattlewis@users.sourceforge.net
Last updated: 2011-09-13 12:57 UTC