Project

General

Profile

Redmine svn history and users problem

Added by Adam Nowak almost 10 years ago

Hey!

I've just configured project's repository in Redmine, but there is one issue that I can't fix.
In general all options work. I can browse repo, show changes etc.

Unfortunately there is problem with repo history. I can investigate commits, which took place after i had configured the plugin (repo in project's settings).
If i want to view diff of a commit which was carried out before the plugin was configured, it throws 404 exception: "The entry or revision was not found in the repository.".
Everything is OK with the freshest revisions. What is more, users in settings->repositories->users tab are also absent until they make a new commit.

I have already tried "$ ./script/rails runner "Repository.fetch_changesets" -e production", but there is no effect.
What could be the reason of this kind of problem?