SVN
Added by Jean-Philippe Steck about 14 years ago
Hello,
I've a redmine installation with apache and svn, all on the same ubuntu 09.10 server.
From Redmine, I access SVN with "file://....".
Everything works fine for months except that users complain that to view the revisions log with TortoiseSVN or with Eclipse (using a http://.. connection) is incredibly slow !! Sometimes more than 1 minute.
I found that SVN+Apache with a http:// connection is slow to show the svn log.
But using svnserve and svn://.. svn log is really faster, it's "instantly".
Problem : in redmine, users have per project access rights and permissions.
When I connect to svn with http:// with Tortoise SVN, I use these same permissions.
But How can I do to use Tortoise with a svn:// connection, and reuse the users and permissions defined in redmine.
Any ideas ?
Merry Christmas
Jean-Philippe
Replies (1)
RE: SVN - Added by Felix Schäfer about 14 years ago
I don't think there's currently a way to get svnserve to reuse the redmine authentication and authorisation.
Regarding the other problem, it might be a misconfiguration of your setup, how big (number of files and number of revisions) are your svn repositories? When viewing the log, is the difference maybe just that they access a local copy when checking out from svn://
versus accessing it over the network when using http://
? Do you maybe have a load balancer, proxy, … in front of your apache that kills the performance?