Changes between Version 3 and Version 4 of UfoRevisionControlGit
- Timestamp:
- Nov 5, 2013, 8:48:31 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UfoRevisionControlGit
v3 v4 98 98 99 99 = Creating a New Repository = 100 The 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. 100 104 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: 105 Example: 106 {{{ 107 $ git remote add origin ssh://ufo.kit.edu/user/repo 108 $ git push origin master 109 }}} 110 The same way, you may access the published repositories: 111 {{{ 112 $ git clone ssh://ufo.kit.edu/csa/pcitool 113 }}} 114 For public read-only access, use: 115 {{{ 116 $ git clone http://ufo.kit.edu/sources/git/csa/pcitool 117 }}} 118 119 The 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: 102 120 * Repository name (very short) 103 121 * Repository description
![(please configure the [header_logo] section in trac.ini)](/ufo/chrome/site/your_project_logo.png)