Content
SVN revisions do not work
Added by Aldo D. AIM about 6 years ago
Hi all,
I am new to openproject, so I am not sure if I misconfigured anything.
I am not able to have a properly working integration with the existing SVN repository over svn+ssh protocol.
I am using a bitnami installation, so I initially reported my findings there
https://community.bitnami.com/t/openproject-external-repository-access/63018
but I am left with a wrong behavior which appears more related to openproject itself.
The repository is found at URL svn+ssh://sviluppo@server//repoRootPath/relPath/trunk/
, but while "Fetching changesets for repository" I get errors of the kind
svn: E160013: File not found: revision 200, path '/relPath/trunk/'
where relPath/trunk
is the final part of the previous path, only the part relative to repository root. It looks to me this is related to
https://community.openproject.com/topics/9090
I tried to fetch rev 200 from command line and it does not work, while rev 10000 does work, due to restructuring of repository layout (relPath
folder was not present in rev 200).
I tried to apply the suggested patch but I do not see a difference in behavior (BTW, I am not familiar with ruby development, do I only need to change .rb file and restart the app, right?).
Is there any simple way to specify a starting revision for changeset lookup?