repositories.yml
19 lines
| 412 B
| text/x-yaml
|
YamlLexer
|
r2781 | --- | ||
repositories_001: | ||||
project_id: 1 | ||||
|
r5959 | url: file:///<%= Rails.root %>/tmp/test/subversion_repository | ||
|
r2781 | id: 10 | ||
|
r5959 | root_url: file:///<%= Rails.root %>/tmp/test/subversion_repository | ||
|
r2781 | password: "" | ||
login: "" | ||||
type: Subversion | ||||
|
r8530 | is_default: true | ||
|
r2781 | repositories_002: | ||
project_id: 2 | ||||
url: svn://localhost/test | ||||
id: 11 | ||||
root_url: svn://localhost | ||||
password: "" | ||||
login: "" | ||||
type: Subversion | ||||
|
r8530 | is_default: true | ||