How to refer repository of another project?
Added by Ivan Cenov over 11 years ago
Is there way to refer repository of another project?
Refering own repository is reponame|/path/to/file. Is there way to add projectname?
Replies (2)
RE: How to refer repository of another project?
-
Added by Martin Denizet (redmine.org team member) over 11 years ago
According to the documentation , it should be:
projectid:source:repoid|some/fileWhere:
- projectid is the identifier of the projet
- repoid is the identifier of the repo
- some/file is the path of the file (in the master branch in Git)
Tested on Redmine 1.4
Cheers!
RE: How to refer repository of another project?
-
Added by Ivan Cenov over 11 years ago
Yes,
to another project, with multiple repositories:
projectid:source:repoid|/trunk/main.cI didn't read carefully; thanks.