-
Notifications
You must be signed in to change notification settings - Fork 6
Home
xyz37 edited this page Sep 13, 2010
·
2 revisions
Welcome to the redmine-libsvn wiki!
1. Make sure the latest version of “Ruby bindings for Subversion on Win32.” and download here.(http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100)
2. Check subversion client for windows to install the right version.
3. Copy “libsasl.dll, libeay32.dll, ssleay32.dll” to ruby\bin folder in Subversion client installed path.
4. In ruby binding zip file(step 1 file) extract
ruby\lib\svn to ruby\lib\ruby\site_ruby\1.8\svn,
ruby\ext\svn\ext to ruby\lib\ruby\site_ruby\1.8\svn\ext
5. Run “irb” command line commands from the root path of redmine.
6. Check “requre ‘svn/core’” command’s result is true.
7. rake db:migrate_plugins and restart redmine.