repositories.yml
17 lines
| 445 B
| text/x-yaml
|
YamlLexer
|
r470 | --- | ||
repositories_001: | ||||
project_id: 1 | ||||
|
r968 | url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository | ||
|
r470 | id: 10 | ||
|
r968 | root_url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository | ||
|
r470 | password: "" | ||
login: "" | ||||
|
r968 | type: Subversion | ||
|
r925 | repositories_002: | ||
project_id: 2 | ||||
url: svn://localhost/test | ||||
id: 11 | ||||
root_url: svn://localhost | ||||
password: "" | ||||
login: "" | ||||
|
r968 | type: Subversion | ||