On Thursday, March 9, 2017 at 12:19:21 AM UTC-8, klaus.dobbler wrote: > > Hi, > > Thanks, > > if I type add the web administration page extension to my trac-project-url > the browser shows: > > Error: Not Found - No administration panels available >
You probably have not enabled any repository connectors. You must also have TRAC_ADMIN permission. https://trac.edgewall.org/wiki/TracRepositoryAdmin#Enablingthecomponents > If i try the command line command > > trac-admin "C:\path\to\environment\directory" repository add *repos* > "C:\path\where\repository\should\be\created\" svn > > i get the message: > > TracError: The rpository type '[svn]' is not supported. > That is also likely due to not having enabled any repository connectors. That, or you don't have the SVN bindings installed. I think Bitnami takes care of installing the Subversion bindings though. For troubleshooting see: https://trac.edgewall.org/wiki/TracSubversion#Checklist > Am I understanding it correctly, that the above given command should > create a svn repository, that is accesible via > > > e.g. TortoiseSVN under the URL > > http://localhost:81/*repos* > > ? > The command doesn't create a Subversion repository, nor does it configure your webserver to serve that Subversion repository. The command only adds the repository to Trac's configuration. To create a Subversion repository and configure Apache to serve it over HTTPS you can take a look here: https://trac.edgewall.org/wiki/TracSubversion#GettingSubversionworking http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html Bitnami probably takes care of much of the configuration of Apache for serving Subversion repositories. I'm not very familiar with Bitnami though, do they provide any documentation? - Ryan -- 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.
