diff options
Diffstat (limited to 'dummy')
-rw-r--r-- | dummy | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +Developers git repos are now available for all the developers with a +svn account. + +(Let's say your svn login is guillaume, and you want to create +beryl-with-pink-elephants repo) + +First create the repo: +ssh guillaume at beryl-project.org mkgitrepo beryl-with-pink-elephants + +You can then set the repo description : +ssh guillaume at beryl-project.org setrepodesc beryl-with-pink-elephants +"Pink elephants for the win" + +And clone it: +git clone git+ssh://git.beryl-project.org/git/users/guillaume/beryl-with-pink-elephants + +And here's the web interface : http://gitweb.beryl-project.org/ (newly +created repos will appear there around 5 minutes later) + +Have fun! + +Regards, +Guillaume Seguin |