Mercurial > hg > soundsoftware-site
annotate test/fixtures/repositories.yml @ 133:1890a968b404 cannam-pre-20110113-merge
* Show Public or Private next to my projects; fix ordering of my projects so as to retain hierarchy
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 18 Jan 2011 17:22:18 +0000 |
parents | 513646585e45 |
children | cbb26bc654de |
rev | line source |
---|---|
Chris@0 | 1 --- |
Chris@0 | 2 repositories_001: |
Chris@0 | 3 project_id: 1 |
Chris@0 | 4 url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository |
Chris@0 | 5 id: 10 |
Chris@0 | 6 root_url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository |
Chris@0 | 7 password: "" |
Chris@0 | 8 login: "" |
Chris@0 | 9 type: Subversion |
Chris@0 | 10 repositories_002: |
Chris@0 | 11 project_id: 2 |
Chris@0 | 12 url: svn://localhost/test |
Chris@0 | 13 id: 11 |
Chris@0 | 14 root_url: svn://localhost |
Chris@0 | 15 password: "" |
Chris@0 | 16 login: "" |
Chris@0 | 17 type: Subversion |