Arianne Source Code Repositories: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>MartinFuchs
imported>Kymara
minor typos and add links to the web based viewers
Line 6: Line 6:
: Protocol: pserver for read-only access, extssh for developers
: Protocol: pserver for read-only access, extssh for developers
: Repository: /cvsroot/arianne
: Repository: /cvsroot/arianne
: Web-based repository viewer: http://arianne.cvs.sourceforge.net/


'''Stendhal'''
'''Stendhal'''
Line 19: Line 20:
'''Marauroa''' has been migrated to git.
'''Marauroa''' has been migrated to git.
: 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 developers: ssh://USERNAME@arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
: Web-based repository viewer: http://arianne.git.sourceforge.net



== Example .git/config for developers ==
== Example .git/config for developers ==
Line 49: Line 50:
; origin/master : refers to committed changes that have been pushed to Sourceforge.
; 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.
; "commit" : is only local, after a local commit one has to "push" the changes to Sourceforge.
* updating is done by first "fetching" the changes form Sourceforge and then "merging" them.
* 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.
* 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.
* some of the dialog are very complicated on first glance.