blob: cc93eff6a6aa2d07188cc90fe41784c305e6ac1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|