Arianne Source Code Repositories: Difference between revisions

Content deleted Content added
imported>MartinFuchs
imported>Kymara
minor typos and add links to the web based viewers
Line 6:
: Protocol: pserver for read-only access, extssh for developers
: Repository: /cvsroot/arianne
: Web-based repository viewer: http://arianne.cvs.sourceforge.net/
 
'''Stendhal'''
Line 19 ⟶ 20:
'''Marauroa''' has been migrated to git.
: read-only access: git://arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
: read/write access for develoeprsdevelopers: ssh://USERNAME@arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
: Web-based repository viewer: http://arianne.git.sourceforge.net
 
 
== Example .git/config for developers ==
Line 49 ⟶ 50:
; 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 formfrom 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.