On Tuesday, July 18, 2017 at 9:46:14 AM UTC-7, Richard Smith wrote: > > Hello all I am having a bit of an issue with our TRAC and SVN systems > speaking to one another. My issue is when a dev goes to do a svn > check-in/code commit he is not able to link it with a trac ticket. The > warning on the page states "*Warning:* Can't synchronize with repository > "(default)" (Unsupported version control system "svn": DLL load failed: The > specified procedure could not be found.). Look in the Trac log for more > information." I am running TRAC 0.12.2 with VisualSVN Server 2.7.14, python > 2.6 is installed as well just for reference. > > When I go to check the log on the server I find the trac repos and drill > into the log folder but nothing resides in the folder. Also just to note. > We have about ~50 repos and this is issue is only occurring on maybe 3 of > them. The rest we are able to associate the check-ins with TRAC tickets. > Any thoughts? Personally I am not sure where to go from here. > > Thank you for taking the time to look at my post! :) > > -Richard >
Questions: * Are all of the repositories connected to a single Trac environment, or do you have multiple Trac environments? * Are you using explicit synchronization (1)? * If so, is the same post-commit hook used for all repositories? * What is the value of [trac] repository_sync_per_request? - Ryan (1) https://trac.edgewall.org/wiki/0.12/TracRepositoryAdmin#ExplicitSync -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
