To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / test / fixtures / repositories.yml @ 442:753f1380d6bc

History | View | Annotate | Download (428 Bytes)

1
--- 
2
repositories_001: 
3
  project_id: 1
4
  url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository
5
  id: 10
6
  root_url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository
7
  password: ""
8
  login: ""
9
  type: Subversion
10
repositories_002: 
11
  project_id: 2
12
  url: svn://localhost/test
13
  id: 11
14
  root_url: svn://localhost
15
  password: ""
16
  login: ""
17
  type: Subversion