Sync SVN with Redmine
Added by Anonymous over 12 years ago
When we view the repository it freezes Redmne for all users. How to resolve that?
I tried using
http://www.redmine.org/projects/redmine/wiki/HowTo_setup_automatic_refresh_of_repositories_in_Redmine_on_commit
but that did not work.
Using Redmine 1.4.3 stable version with mongrel
Replies (1)
Question - Added by Anonymous over 12 years ago
In the link that I provided Is aw the following line
"Simply add a post-commit (or post-commit.cmd on a Windows system) script file in the hooks sub-directory which contains the HTTP request call :"
Does this mean we have to create a folder called hooks int eh redmine folder and add the post-commit.cmd file or add that in the SVN directory on the SVN server?