Arianne Source Code Repositories: Difference between revisions

From Arianne
Jump to navigation Jump to search
imported>Hendrik Brummermann
imported>Hendrik Brummermann
(No difference)

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.