Git service: Difference between revisions

From ICT science
Jump to navigation Jump to search
(Created page with "The Faculty of Science provides a version control service, using the subversion system, as documented in the subversion book. Subversion can be very useful for (code) projects on...")
 
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The Faculty of Science provides a version control service, using the subversion system, as documented in the subversion book. Subversion can be very useful for (code) projects on which more than one person are working, or for projects that must be accessed from several work places. Subversion allows users to easily update, compare, integrate or replace their work, or revert to earlier versions.
The Faculty of Science provides a [http://en.wikipedia.org/wiki/Git_(software) Git] service.
Git is a distributed revision control system with an emphasis on speed, data integrity, and support
for distributed, non-linear workflows.
This service uses the [http://doc.gitlab.com/ce gitlab] system (Community Edition).
 
This service is primarily intended for beta staff and students. Other UU-staff-members may request access ; send mail to '''gitlab-admin@science.uu.nl'''.


__TOC__
__TOC__
==SVN server==
The server [https://svn.science.uu.nl/ svn.science.uu.nl] is available to staff and students:
* Users can create repositories and manage access right, using the self-service web application.
* Login with your Solis-id and password.
* Members of staff can create guest accounts for people without a Solis-id (outside UU).
* For more details, please consult the [https://svn.science.uu.nl/about.php online documentation].


==SVN clients==
==Git server==
Besides the server, you will need a local SVN client, suitable for your platform and/or application. A comparison list can be found on [http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients Wikipedia]. For Windows, [http://tortoisesvn.tigris.org/ TortoiseSVN] is a useful client that integrates well with the Windows Explorer. The [http://ankhsvn.open.collab.net/ AnkhSVN] client can be integrated in Visual Studio 2005 or later.
 
The git-server is [https://git.science.uu.nl/ git.science.uu.nl].
 
===Fair Use===
 
The gitlab store is intended for text (software, documents) and an occasional
image (illustrations, logo's).
 
It is ''NOT'' intended for bulk-data.
 
Please remember that data entered into a repo can ''only'' be removed by
removing the ''entire repo'' ; so think before you enter bulk data.
 
===Guest-accounts===
 
Guest-accounts are created on request.
 
* only ''staff'' can request guest-accounts ; students must ask their teacher etc to make the request.
* in your request, provide the guest's
** first-name, last-name
** email-address
*send the request to '''gitlab-admin@science.uu.nl'''.
 
==Help==
 
===git-users@science.uu.nl===
 
You can subscribe to the '''git-users@science.uu.nl''' mail-list ; to subscribe, use the list's [http://mailman.science.uu.nl/mailman/listinfo/git-users mailman-page].
 
Any technical questions, remarks etc about using '''git.science.uu.nl''', Git or Gitlab are on-topic.
 
===Links===
 
* [http://git-scm.com/doc Git documentation]
* [http://git-scm.com/docs/gittutorial Git tutorial]
* [http://doc.gitlab.com/ce doc.gitlab.com/ce]
* [http://eagain.net/articles/git-for-computer-scientists/ Git for Computer Scientists]
 
Suggestions are welcome ... ; mail '''Science.ICTBeheer@uu.nl'''.
 
==Contact==
 
Send questions, remarks etc about this service to '''gitlab-admin@science.uu.nl'''.


[[Category:Index]]
[[Category:Index]]
[[Category:Facilities]]
[[Category:Facilities]]
[[Category:Faciliteiten]]
[[Category:Onderzoek en ICT]]
[[Category:Research and ICT]]

Latest revision as of 10:08, 5 July 2019

The Faculty of Science provides a Git service. Git is a distributed revision control system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. This service uses the gitlab system (Community Edition).

This service is primarily intended for beta staff and students. Other UU-staff-members may request access ; send mail to gitlab-admin@science.uu.nl.

Git server

The git-server is git.science.uu.nl.

Fair Use

The gitlab store is intended for text (software, documents) and an occasional image (illustrations, logo's).

It is NOT intended for bulk-data.

Please remember that data entered into a repo can only be removed by removing the entire repo ; so think before you enter bulk data.

Guest-accounts

Guest-accounts are created on request.

  • only staff can request guest-accounts ; students must ask their teacher etc to make the request.
  • in your request, provide the guest's
    • first-name, last-name
    • email-address
  • send the request to gitlab-admin@science.uu.nl.

Help

git-users@science.uu.nl

You can subscribe to the git-users@science.uu.nl mail-list ; to subscribe, use the list's mailman-page.

Any technical questions, remarks etc about using git.science.uu.nl, Git or Gitlab are on-topic.

Links

Suggestions are welcome ... ; mail Science.ICTBeheer@uu.nl.

Contact

Send questions, remarks etc about this service to gitlab-admin@science.uu.nl.