Arianne Source Code Repositories: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
Created page with 'The Arianne project currently uses CVS and git to manages the source code. == Projects still using CVS == : Server: arianne.cvs.sf.net : Protocol: pserver for read-only access,…'
imported>Hendrik Brummermann
Line 20: Line 20:
: read-only access: git://arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
: read-only access: git://arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
: read/write access for develoeprs: ssh://USERNAME@arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
: read/write access for develoeprs: ssh://USERNAME@arianne.git.sourceforge.net/gitroot/arianne/marauroa.git

Note for developers:
git config user.name NICKNAME
git config user.email USERNAME@users.sourceforge.net

Please make sure, that you use the long form of your Sourceforge email address.


[[Category:Marauroa]]
[[Category:Marauroa]]

Revision as of 17:48, 1 January 2011

The Arianne project currently uses CVS and git to manages the source code.

Projects still using CVS

Server: arianne.cvs.sf.net
Protocol: pserver for read-only access, extssh for developers
Repository: /cvsroot/arianne

Stendhal

Module: stendhal

JMaPacman

Module: jmapacman

Marboard

Module: marboard


Projects using git

Marauroa has been migrated to git.

read-only access: git://arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
read/write access for develoeprs: ssh://USERNAME@arianne.git.sourceforge.net/gitroot/arianne/marauroa.git

Note for developers:

git config user.name NICKNAME
git config user.email USERNAME@users.sourceforge.net

Please make sure, that you use the long form of your Sourceforge email address.