You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

repositories.yml 518B

123456789101112131415161718192021
  1. ---
  2. repositories_001:
  3. project_id: 1
  4. url: file:///<%= Rails.root %>/tmp/test/subversion_repository
  5. id: 10
  6. root_url: file:///<%= Rails.root %>/tmp/test/subversion_repository
  7. password: ""
  8. login: ""
  9. type: Repository::Subversion
  10. is_default: true
  11. created_on: 2006-07-19 19:04:21 +02:00
  12. repositories_002:
  13. project_id: 2
  14. url: svn://localhost/test
  15. id: 11
  16. root_url: svn://localhost
  17. password: ""
  18. login: ""
  19. type: Repository::Subversion
  20. is_default: true
  21. created_on: 2006-07-19 19:04:21 +02:00