Project

General

Profile

redmine 0.7.3 repository problems

Added by Vitaliy Matuschenko over 15 years ago

Hello. I'm trying to configure a new project to use repository located on another server on fresh installation of redmine, but i get error message
"The entry or revision was not found in the repository."
when i go to /repositories/show/<project name>

I've tried workaround described in http://www.redmine.org/boards/2/topics/show/723
but when I'm changing
SVN_BIN = "svn "
to
SVN_BIN = "svn --config-dir /some/place/other/than/root "
in
redmine/lib/redmine/scm/adapters/subversion_adapter.rb
redmine just hangs after restarting mongrel and clicking on repositories/show/<project name>

Can anyone help?
Thanks.


Replies (4)

RE: redmine 0.7.3 repository problems - Added by Vitaliy Matuschenko over 15 years ago

I've shut down mongrel and apache and started redmine on webrick
ruby script/server webrick -e production
but still got the same
redmine hangs when clicking on repositories button

RE: redmine 0.7.3 repository problems - Added by Vitaliy Matuschenko over 15 years ago

and the same stuff keep going even if I put redmine to my svn server and specify url in redmine repositor settings as file:///svn

RE: redmine 0.7.3 repository problems - Added by Marcus Felipe Costa over 15 years ago

I'm having the same problem as his own.
My aggravating is that the server is not mine.
I can not make the archive work, always gives the same error message.

erro.jpg (25.1 KB) erro.jpg

RE: redmine 0.7.3 repository problems - Added by Vitaliy Matuschenko over 15 years ago

The problem solved easily (:

So at first i finally read the FAQ.
The next step was to make changes to redmine/lib/redmine/scm/adapters/subversion_adapter.rb
And the final step was to execute
ruby script/runner "Repository.fetch_changesets" -e production

Thats' all ((:

    (1-4/4)