<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to experimentalCode</title><link>https://sourceforge.net/p/maritaca/wiki/experimentalCode/</link><description>Recent changes to experimentalCode</description><atom:link href="https://sourceforge.net/p/maritaca/wiki/experimentalCode/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 28 Feb 2012 20:01:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/maritaca/wiki/experimentalCode/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage experimentalCode modified by Edwin Miguel Triana</title><link>https://sourceforge.net/p/maritaca/wiki/experimentalCode/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,21 +1,24 @@
-# 
+# Experimental repository
 ## Download the source code from console
     git clone ssh://username@git.code.sf.net/p/maritaca/experimental maritaca-experimental
     cd maritaca-experimental
 
 ### Add the *upstream* repo to sync files from the main repository.
 #####If you have write permissions in the main repository
     git remote add upstream ssh://username@git.code.sf.net/p/maritaca/gcode
 
 #####or if you have read-only permissions
     git remote add upstream git://git.code.sf.net/p/maritaca/gcode
 
 #####finally, update the code
     git fetch upstream
 
 ## Updating the code from experimental repository
     git push origin master
 
 ## Updating the code from main repository
     git fetch upstream
     git merge upstream/master
+
+## Development environment
+For configuring the development environment please see the [Setting up the development environment](setupDevEnv2) guide, taking into account that the repository must be change to *maritaca/experimental*.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Edwin Miguel Triana</dc:creator><pubDate>Tue, 28 Feb 2012 20:01:24 -0000</pubDate><guid>https://sourceforge.netac40a80e8abe2cbb60e8c25f726228a597e86308</guid></item><item><title>WikiPage experimentalCode modified by Edwin Miguel Triana</title><link>https://sourceforge.net/p/maritaca/wiki/experimentalCode/</link><description># 
## Download the source code from console
    git clone ssh://username@git.code.sf.net/p/maritaca/experimental maritaca-experimental
    cd maritaca-experimental

### Add the *upstream* repo to sync files from the main repository.
#####If you have write permissions in the main repository
    git remote add upstream ssh://username@git.code.sf.net/p/maritaca/gcode

#####or if you have read-only permissions
    git remote add upstream git://git.code.sf.net/p/maritaca/gcode

#####finally, update the code
    git fetch upstream

## Updating the code from experimental repository
    git push origin master

## Updating the code from main repository
    git fetch upstream
    git merge upstream/master</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Edwin Miguel Triana</dc:creator><pubDate>Tue, 28 Feb 2012 19:55:10 -0000</pubDate><guid>https://sourceforge.net99890af7686804b59925cbb0ca4cb8a40dc09c89</guid></item></channel></rss>