Update data about SVN repository state
Added by Alexandr Vladykin over 16 years ago
Hello all!
I have such problem, I've installed redmine from SVN and now I have last Redmine version from SVN (1669), then I've added my project with svn to redmine. SVN is installed on the same computer as redmine.
I set project repository in the redmine project settings to:
file:///www/svnreps/myproj
Then all worked ok, but today I've commited some files to SVN, and I have now 243 revisions in SVN, but Redmine stopped at 240. How I can force it for redmine see new revisions.
Thanks.
Replies (1)
RE: Update data about SVN repository state - Added by Denis Tomashenko over 16 years ago
Try this:
ruby script/runner "Repository.fetch_changesets" -e production
http://www.redmine.org/wiki/redmine/FAQ#13