Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

MultipleRepositorySupport install error

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


tom.morse at yale

Oct 2, 2008, 1:37 PM

Post #1 of 4 (158 views)
Permalink
MultipleRepositorySupport install error

I followed http://trac.edgewall.org/wiki/MultipleRepositorySupport

I recieve the below error and warning when I load the trac page cgi-
bin/trac.cgi/browser

"Warning: Can't synchronize with the repository (Unsupported version
control system "hg": Can't find an appropriate component, maybe the
corresponding plugin was not enabled? ). Look in the Trac log for more
information.
Trac Error

Unsupported version control system "hg": Can't find an appropriate
component, maybe the corresponding plugin was not enabled? "

It is a fedora core 5 system. Another sympton is that when I try to
run
trac-admin /var/trac resync

I receive an error that a file in the repository is from an untrusted
user and group? How can I fix this?

(I checked that I could import mercurial under python and saw that I
had the 4 components of TracMercurial 0.12.0.3dev enabled). What
should I send next for debugging? Thanks for your time.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


tom.morse at yale

Oct 6, 2008, 6:25 AM

Post #2 of 4 (136 views)
Permalink
Re: MultipleRepositorySupport install error [In reply to]

No ones has responded for 3 days. Is this request in the wrong place?
Please send any open ended comments especially if a point about
getting trac to work with hg...

On Oct 2, 4:37 pm, Tom <tom.mo...@yale.edu> wrote:
> I followedhttp://trac.edgewall.org/wiki/MultipleRepositorySupport
>
> I recieve the below error and warning when I load the trac page cgi-
> bin/trac.cgi/browser
>
> "Warning: Can't synchronize with the repository (Unsupported version
> control system "hg": Can't find an appropriate component, maybe the
> corresponding plugin was not enabled? ). Look in the Trac log for more
> information.
> Trac Error
>
> Unsupported version control system "hg": Can't find an appropriate
> component, maybe the corresponding plugin was not enabled? "
>
> It is a fedora core 5 system. Another sympton is that when I try to
> run
> trac-admin /var/trac resync
>
> I receive an error that a file in the repository is from an untrusted
> user and group? How can I fix this?
>
> (I checked that I could import mercurial under python and saw that I
> had the 4 components of TracMercurial 0.12.0.3dev enabled). What
> should I send next for debugging? Thanks for your time.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


stephen.moretti at gmail

Oct 6, 2008, 2:39 PM

Post #3 of 4 (133 views)
Permalink
Re: MultipleRepositorySupport install error [In reply to]

2008/10/6 Tom <tom.morse[at]yale.edu>

>
> No ones has responded for 3 days. Is this request in the wrong place?
> Please send any open ended comments especially if a point about
> getting trac to work with hg...
>
> On Oct 2, 4:37 pm, Tom <tom.mo...@yale.edu> wrote:
> > I followedhttp://trac.edgewall.org/wiki/MultipleRepositorySupport
> >
> > I recieve the below error and warning when I load the trac page cgi-
> > bin/trac.cgi/browser
> >
> > "Warning: Can't synchronize with the repository (Unsupported version
> > control system "hg": Can't find an appropriate component, maybe the
> > corresponding plugin was not enabled? ). Look in the Trac log for more
> > information.
> > Trac Error
> >
> > Unsupported version control system "hg": Can't find an appropriate
> > component, maybe the corresponding plugin was not enabled? "
> >
> > It is a fedora core 5 system. Another sympton is that when I try to
> > run
> > trac-admin /var/trac resync
> >
> > I receive an error that a file in the repository is from an untrusted
> > user and group? How can I fix this?
> >
> > (I checked that I could import mercurial under python and saw that I
> > had the 4 components of TracMercurial 0.12.0.3dev enabled). What
> > should I send next for debugging? Thanks for your time.
>

I'm running the multirepo install on windows with svn without any problems.
Sounds like you've got a setting wrong somewhere. I think I had the same
problem initially, but a quick RTFM solved it.

Did you previously have a standard installation of Trac with hg running?

Did you do a search on the trac website for your error message?
http://trac.edgewall.org/ticket/7346

Have you confirmed that you've got the correct Mercurial Plugin installed?
http://trac.edgewall.org/wiki/TracMercurial

Stephen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


tom.morse at yale

Oct 8, 2008, 7:05 AM

Post #4 of 4 (117 views)
Permalink
Re: MultipleRepositorySupport install error [In reply to]

On Oct 6, 5:39 pm, "Stephen Moretti" <stephen.more...@gmail.com>
wrote:
> I'm running the multirepo install on windows with svn without any problems.
> Sounds like you've got a setting wrong somewhere. I think I had the same
> problem initially, but a quick RTFM solved it.
>
> Did you previously have a standard installation of Trac with hg running?
I tried the single repository version but that failed also similarly
>
> Did you do a search on the trac website for your error message?http://trac.edgewall.org/ticket/7346
Yes however I did not find the above link. Thanks for sending that.
The python check that worked for me was
$ python
Python 2.4.3 (#1, Oct 23 2006, 14:19:47)
[GCC 4.1.1 20060525 (Red Hat 4.1.1-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mercurial
>>>
When I tried some of the python tests in the above ticket link they
failed however I am not sure if the failed ones were applicable to my
version of trac. An example one that failed was:
>>> import backend
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named backend
>>>
>
> Have you confirmed that you've got the correct Mercurial Plugin installed?http://trac.edgewall.org/wiki/TracMercurial

Yes I was able to view the administrative pages as TracAdmin and saw
that the correct plugin was installed.
>
> Stephen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.