Project

General

Profile

Issue with svn intergration with redmine

Added by Mahendra Sahu almost 14 years ago

Hi,

My redmine version is 0.9.

I have svn 1.5.1

I have a small issue with redmine for svn. I am able to browse svn repositories but checkout but does not show up in the browser.

Can I get any clue on this?


Replies (2)

RE: Issue with svn intergration with redmine - Added by Felix Schäfer almost 14 years ago

I'm sorry I don't understand what your problem is. Please specify what scheme you are trying to access the svn repository over and what doesn't function was you'd expect.

Redmine is Slow - Added by Mahendra Sahu almost 14 years ago

Sorry, this issue was svn specific and is resolved now.

Now I am struggling with redmine access speed. It is too slow.

I observed output of top command. Every time I browse through a page, memory usage of ruby1.8 goes upto 50%. This is redmine 0.9.

I have a old redmine server ( redmine0.8) and there top command does not show ruby, instead it shows dispatch.fcgi and does not consume much memory/ cup space.

output of gem list...

actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
fastthread (1.0.7)
passenger (2.2.11)
rack (1.0.1)
rails (2.3.5)
rake (0.8.7)

my .htaccess of public folder is.....

<IfModule mod_fastcgi.c>
AddHandler fastcgi-script .fcgi
</IfModule>
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
<IfModule mod_cgi.c>
AddHandler cgi-script .cgi
</IfModule>
Options +FollowSymLinks +ExecCGI

RewriteEngine On

RewriteRule $ index.html [QSA]
RewriteRule ^([
.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
<IfModule mod_fastcgi.c>
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
</IfModule>
<IfModule mod_fcgid.c>
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
</IfModule>
<IfModule mod_cgi.c>
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]
</IfModule>

I even tried commenting fastcgi and removing .htaccess because somewhere in google I found about commenting and removing .htaccess.

output of ruby script/about is.....

redmine:/usr/local/lib/redmine-0.9# ruby script/about
About your application's environment
Ruby version 1.8.7 (i486-linux)
RubyGems version 1.3.5
Rack version 1.0
Rails version 2.3.5
Active Record version 2.3.5
Active Resource version 2.3.5
Action Mailer version 2.3.5
Active Support version 2.3.5
Application root /usr/local/lib/redmine-0.9
Environment development
Database adapter mysql
Database schema version 20100221100219

Need help..!

Regards.....
msahu

    (1-2/2)