Hi Avinash, The issue sounds more on the Subversion side, rather than on the Review Board side. Configuring LDAP in Review Board won't affect the Subversion communication.
When fetching files or information from Subversion, Review Board makes a new login session for each file (as each is a new HTTP request and we don't currently persist connections). If Subversion is slow to authenticate each of these, it can really add up when trying to view diffs or perform other operations. At what point do you see the slowdown? When posting changes for review, or viewing diffs? Something you can try doing is configuring a non-LDAP user on Subversion that Review Board can use, allowing Subversion to handle the authentication itself. This might speed everything up considerably. Christian On Tue, Jul 18, 2017 at 01:27 Avinash Kalmani <[email protected]> wrote: > Hi All, > I tested with integrating LDAP with ReviewBoard. Still the issue of > synching with SVN exists. Any pointers will help me in expediting this... > > Regards, > Avinash > > > On Sunday, July 9, 2017 at 7:47:22 PM UTC+5:30, Avinash Kalmani wrote: > >> Hello Christian, >> Thanks for responding. ReviewBoard is configured on a different VM server >> than Subversion server. Subversion server authentication is done using >> LDAP/ActiveDirectory. ReviewBoard is currently not configured to use >> LDAP/ActiveDirectory. >> >> Regards, >> Avinash >> >> On Saturday, July 8, 2017 at 5:12:52 AM UTC+5:30, Christian Hammond wrote: >> >>> Hi Avinash, >>> >>> 2-5 minutes is *very* slow. All we're doing is performing a `svn cat` >>> from the repository on each file. Where is your Subversion server located, >>> and how is the authentication configured? >>> >>> Christian >>> >>> On Fri, Jul 7, 2017 at 6:37 AM, Avinash Kalmani <[email protected]> >>> wrote: >>> >>>> Hello, >>>> I have installed ReviewBoard 2.5.10 via Bitnami installer. I see that >>>> ReviewBoard takes 2-5 mins to sync files from SVN. Is there a way to avoid >>>> and speed up the sync with SVN? >>>> >>>> Any pointers will be helpful. >>>> >>>> Regards, >>>> Avinash >>>> >>>> -- >>>> Supercharge your Review Board with Power Pack: >>>> https://www.reviewboard.org/powerpack/ >>>> Want us to host Review Board for you? Check out RBCommons: >>>> https://rbcommons.com/ >>>> Happy user? Let us know! https://www.reviewboard.org/users/ >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "reviewboard" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Christian Hammond >>> President/CEO of Beanbag <https://www.beanbaginc.com/> >>> Makers of Review Board <https://www.reviewboard.org/> >>> >> -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- Christian Hammond President/CEO of Beanbag Makers of Review Board -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
