Changes between Version 3 and Version 4 of UfoRevisionControlGit


Ignore:
Timestamp:
Nov 5, 2013, 8:48:31 PM (13 years ago)
Author:
Suren A. Chilingaryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UfoRevisionControlGit

    v3 v4  
    9898
    9999= Creating a New Repository =
     100The Trac is now fully integrated with Git and you can register user-repositories on your own,  like it was always possible with bzr.
     101 * You need to provide public ssh key which will be used to access both git and bzr repositories.
     102 * Then, just register git remote using ssh protocol.
     103 * To simplify navigation, it is better to employ two-level directory hierarchy. In most case, the first level is just your Trac user name.
    100104
    101 If you have a project that you want to have version controlled with Git open a new ticket with the Infrastructure component and add the following information:
     105Example:
     106{{{
     107$ git remote add origin ssh://ufo.kit.edu/user/repo
     108$ git push origin master
     109}}}
     110The same way, you may access the published repositories:
     111{{{
     112$ git clone ssh://ufo.kit.edu/csa/pcitool
     113}}}
     114For public read-only access, use:
     115{{{
     116$ git clone http://ufo.kit.edu/sources/git/csa/pcitool
     117}}}
     118
     119The major projects have to be added as before. If you have a project that you want to have version controlled with Git open a new ticket with the Infrastructure component and add the following information:
    102120* Repository name (very short)
    103121* Repository description