Sean E. Russell | 1 Jul 2007 15:59
Picon
Gravatar

[Trac] Yet another "unsupported repository" for Mercurial plugin


I'm getting an "unsupported repository" error for the Mercurial
plugin, and was wondering if there was anything else I should try to
get this working again.  I have been upgrading components on my
system, so that was probably the trigger that broke it.

I'm using Python 2.4.4:

  haselmaus ~ # sudo -u apache python -V
  Python 2.4.4

I've re-installed mercurial (0.9.3); I've rebuilt and re-insalled the
TracMercurial egg and confirmed the timestamp on the installed egg:

  /usr/lib/python2.4/site-packages/TracMercurial-0.10.0.2-py2.4.egg

I'm using Trac 0.10.4.  I've confirmed that python can find the
package manager:

  haselmaus tmp # sudo -u apache python -c 'import pkg_resources'
  haselmaus tmp #

and that it can find the egg:

  haselmaus tmp # sudo -u apache python -c 'import tracvc.hg'
  haselmaus tmp #

(and, by sudo'ing as apache, I believe that I've confirmed that the
permissions are acceptable).  And yet, when I try to create a trac
with the "hg" repository type, I get:
(Continue reading)

Sean E. Russell | 1 Jul 2007 16:19
Picon
Gravatar

[Trac] Re: Yet another "unsupported repository" for Mercurial plugin


Ok, so it magically started working... at least, on the web page.  The
trac-admin command still complains that

>   Repository type hg not supported

but the web works, so I can't complain.

--- SER

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Emmanuel Blot | 1 Jul 2007 16:20
Picon
Gravatar

[Trac] Re: Yet another "unsupported repository" for Mercurial plugin


This looks like usual installation issues with Subversion
(Unsupported version control system "svn")

Search the TracFaq and the ML archive with these words, you'll get
some useful troubleshooting guide (LD_LIBRARY_PATH usually being a
good candidate)

> I still get the:
>
>   TracError: Unsupported version control system "hg"...
>
> message when accessing the project Trac page (quelle surprise).
>
> Does anybody have any suggestions as to what I can try next?

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Purnank Ghumalia | 1 Jul 2007 20:17
Picon
Gravatar

[Trac] Re: Gmail for SMTP?


> > Remove the following line:
> >   smtp_port = 465
> > or use it with the regular SMTP port (25).
>
> gmail would not support port 25. (Secure connection)

I still have not been able to successfully setup trac to use Gmail's
SMTP.

>
> For testing purposes, you might give "http://sourceforge.net/projects/
> yahoopops/" a try.
> You will get port 25 available on your localhost.
>
I am successful configuring Y!Pops and trac to send emails.

this is a part of the trac.ini file.

#mime_encoding = base64
mime_encoding = none
smtp_always_bcc =
smtp_always_cc = poornaank@...
smtp_default_domain =
smtp_enabled = true
smtp_from = poornaank@...
smtp_from_name = poornaank
smtp_password = ******************************
smtp_port = 25
smtp_replyto =
(Continue reading)

Emmanuel Blot | 1 Jul 2007 22:38
Picon
Gravatar

[Trac] Re: Gmail for SMTP?


> I still have not been able to successfully setup trac to use Gmail's
> SMTP.

So you probably have an issue with your settings: I'm using GMail on a
regular basis w/ Trac ;-)
Moreover, setting up GMail as a SMTP relay has already been discussed
in this ML and several users reported it works fine.

Cheers,
Manu

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Olaf Meeuwissen | 2 Jul 2007 02:14
Picon

[Trac] Re: Clearing Sample Data


Eric Anderson <eman1000@...> writes:

> When setting up a new trac environment it comes with a bunch of sample
> data. It seems to be 4 milestones and the Trac manual. Is there anyway
> I can get it to not do this? Right now I am manually deleting each
> wiki page but that is time consuming. I am hoping to setup a trac
> environment for each project I work on and really don't want to do
> this on every project. I can live with the milestones but the wiki is
> a pain.

You may also want to take a look at:

  http://www.trac-hacks.org/wiki/SiteWikiDefaultPlugin

The part that irks me most about the default wiki, apart for a lack of
separation between user and admin oriented stuff already mentioned, is
the fact that you end up with a copy for every Trac environment you
set up.  I'd like to be able to centralize the current wiki-default in
a single environment and have all my other environments point there.
It looks like this shouldn't be too hard using InterTrac prefixes but
I haven't gotten around to trying it out.
# So many ideas, so little time.

The advantage of a (site) central wiki-default is that (site specific)
changes to the TracGuide can be made in a single location.

Hope this helps,
--

-- 
Olaf Meeuwissen             FLOSS Engineer -- EPSON AVASYS Corporation
(Continue reading)

Futa | 2 Jul 2007 06:49
Picon

[Trac] Usage of custom query


Please teach the usage of the custom query of Trac.

1.Can "Last updated date" be added to the search condition?
  I want to retrieve the ticket that stagnates work.
  Because maybe such ticket is forgotten in the project.

2.Can the display item be changed on the screen where the result of
the
  custom query is displayed?

Thanks

-----
Futa

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Simon Martin | 2 Jul 2007 10:05
Picon

[Trac] Re: Problems accessing trac via Mylar


A update of Mylar/Mylyn (Europe release) fixed the problem, although I
didn't find anything about that topic in the release notes.

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Paresh | 2 Jul 2007 18:07
Picon
Favicon

[Trac] Author macro for Wiki


Hi

Do you know of a macro to place the authors name on a wiki page.  It
should work similar to the Timestamp macro, but give the name of the
last person to edit/create the page.

Paresh

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Steve Finkelstein | 2 Jul 2007 21:02

[Trac] Remotely backing up Trac


Hi all,

I currently work in a small shop where I use simple home grown scripts 
to currently backup essentials. I'm looking to see if it's possible to 
backup Trac on a remote machine by using rudimentary Linux shell file 
handlers, ie:

ssh trac.host '/usr/bin/ssh trac-admin /path/to/trac hotcopy' >trac.bak

Does anyone currently do something similar for backing up a remote 
instance of trac?

Thank you kindly for your insight.

- sf

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Gmane