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 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. 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* ? BR Klaus 2017-03-08 18:09 GMT+01:00 RjOllos <[email protected]>: > > > On Wednesday, March 8, 2017 at 1:52:02 AM UTC-8, klaus.dobbler wrote: >> >> Hi all, >> >> i would like to setup a svn repository in my trac environment and started >> by guidelines of >> >> http://localhost:81/trac/MotionMixes/wiki/TracRepositoryAdmin >> >> First, I did the tracopt.versioncontrol.svn.* = enabled in the trac.ini >> components section >> >> Then, the TracRepositoryAdmin-Guide says, that a repository can be >> created using trac-admin - commands so I started with: >> >> repository add <repos> <dir> [type]Add a repository <repos> located at >> <dir>, and optionally specify its type. >> >> >> I started the command line in the trac-admin.exe - directory >> (C:\Bitnami\trac-1.2-0\apps\trac\Scripts) and typed: >> >> >> trac-admin repository add repos "C:\Users\CHILI-WIN7\Bitnami Trac Stack >> repository" SVN >> >> >> and got the following message: >> >> >> Error: No Trac environment found at >> C:\Bitnami\trac-1.2-0\apps\trac\Scripts\repository >> >> >> [Errno 2] No such file or directory: 'C:\\Bitnami\\trac-1.2-0\\apps >> \trac\\Scripts\\repository\\VERSION >> >> >> Could someone help, what causes this problem here? >> >> >> Thanks! >> >> >> Regards >> >> >> Klaus >> > > The second argument should always be the environment path: > > trac-admin "C:\path\to\environment\directory" repository add .... > > You can also add repositories through the web administration page: > /admin/versioncontrol/repository > > - 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. > -- 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.
