|
The Arianne project currently uses CVS and gitGit to manages themanage source code.
== Projects still using CVS ==
: Server: arianne.cvs.sf.net
: Protocol: pserver for read-only access, extssh for developers
: Repository: /cvsroot/arianne
: Web-based repository viewer: http://arianne.cvs.sourceforge.net/ ▼
'''Stendhal'''
: read-only access: githttps:// ariannecodeberg. git.sourceforge.net/gitrootorg/arianne/ marauroastendhal.git ▼
: Module: stendhal
: read/write access for developers: ssh:// USERNAMEgit@ ariannecodeberg. git.sourceforge.net/gitrootorg/arianne/ marauroastendhal.git ▼
'''JMaPacman'''
▲: Web-based repository viewer: httphttps:/ /codeberg.org/arianne .cvs.sourceforge.net/ stendhal
: Module: jmapacman
'''Marauroa'''
== Projects using git ==
: read-only access: https://codeberg.org/arianne/marauroa.git
: read/write access for developers: ssh://git@codeberg.org/arianne/marauroa.git
: Web-based repository viewer: httphttps:// ariannecodeberg. git.sourceforge.netorg/arianne/marauroa▼
'''Marauroa''' has been migrated to git.
▲: read-only access: git://arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
▲: read/write access for developers: ssh://USERNAME@arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
▲: Web-based repository viewer: http://arianne.git.sourceforge.net
'''Marboard'''
: read-only access: git://git.code.sf.net/p/arianne/marboard
'''Marboard''' has been migrated to git.
: read-only/write access for developers: gitssh://arianne.USERNAME@git.sourceforgecode.sf.net/gitrootp/arianne/marboard.git
: read/write accessWeb-based forrepository developersviewer: sshhttps://USERNAME@arianne.git.sourceforge.net/gitrootp/arianne/marboard.git/ci/master/tree/
: Web-based repository viewer: http://arianne.git.sourceforge.net
merge = refs/heads/master
[remote "origin"]
url = ssh://USERNAMEgit@ariannecodeberg.git.sourceforge.net/gitrootorg/arianne/marauroastendhal.git
fetch = +refs/heads/*:refs/remotes/origin/*
[user]
name = USERNAMEREPLACE_WITH_FULL_NAME
email = USERNAME@users.sourceforge.netREPLACE_WITH_EMAIL_ADDRESS
</pre>
[ http://wiki.eclipse.org/EGit/User_Guide Eclipse Git User Guide] ▼
Please make sure, that you use the long form of your Sourceforge email address.
== Terms used in git ==
; HEAD : refers to the currently checked out workspace.
; master : refers to the commited changes (that is HEAD in CVS)
; origin/master : refers to committed changes that have been pushed to Sourceforge.
; "commit" : is only local, after a local commit one has to "push" the changes to Sourceforge.
* updating is done by first "fetching" the changes from Sourceforge and then "merging" them.
* on the command line git pull does both things, but i think that is not yet implemented in Eclipse.
* some of the dialog are very complicated on first glance.
▲[ http://wiki.eclipse.org/EGit/User_Guide Eclipse Git User Guide]
[[Category:Marauroa]]
[[Category:Marboard]]
[[Category:Stendhal]]
[[Category:JMaPacman]]
|