redmine 0.7.3 repository problems
Added by Vitaliy Matuschenko about 16 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 "
toSVN_BIN = "svn --config-dir /some/place/other/than/root "
inredmine/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 about 16 years ago
I've shut down mongrel and apache and started redmine on webrickruby 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 about 16 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 about 16 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.
RE: redmine 0.7.3 repository problems - Added by Vitaliy Matuschenko about 16 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 executeruby script/runner "Repository.fetch_changesets" -e production
Thats' all ((: