annotate test/fixtures/repositories.yml @ 1472:f0b798dad2d6 feature_526

Close obsolete branch feature_526
author Chris Cannam
date Tue, 20 Nov 2012 19:45:51 +0000
parents cbb26bc654de
children 433d4f72a19b
rev   line source
Chris@0 1 ---
Chris@0 2 repositories_001:
Chris@0 3 project_id: 1
Chris@909 4 url: file:///<%= Rails.root %>/tmp/test/subversion_repository
Chris@0 5 id: 10
Chris@909 6 root_url: file:///<%= Rails.root %>/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