<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.version-control.subversion.trac.general">
    <title>gmane.comp.version-control.subversion.trac.general</title>
    <link>http://blog.gmane.org/gmane.comp.version-control.subversion.trac.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22204"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22202"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22197"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22196"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22195"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22194"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22192"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22190"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22184"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22181"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22180"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22177"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22171"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22167"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22166"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22164"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22151"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22146"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22144"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22123"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22204">
    <title>[Trac] Embedding FreeMind into wiki pages?</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22204</link>
    <description>
Hi,

i want to include mindmaps from freemind
(http://freemind.sourceforge.net/) into wiki pages. I found
http://trac-hacks.org/wiki/FreeMindEmbeddingTutorial, but I really do
not understand what this is. A Tutorial? A plugin? However, it seems to
be for 0.9 only.
Any other Ideas?

Rainer

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Rainer Sokoll</dc:creator>
    <dc:date>2008-10-07T17:58:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22202">
    <title>[Trac] Authentication information not available on VirtualHost setup</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22202</link>
    <description>
Hi,
Firstly i want to say i'm a noob in linux so i hope i can explain my
problem.

I had an apache2 server running that i use for the development of
multiple project. I wanted to add some kind of system that could be
integrated with subversion and offered a way to keep track of bugs. So
i installed trac following the installation (for ubuntu 7.04). All
went fine but when i go to the login page of my newly created project
i get a 500 error 'Authentication information not available"

In the directory sites-enabled i put a file containing this. Its
succesfully loaded because i can navigate to mysite.com/trac/project

-------------
&lt;Location /trac&gt;
  SetHandler mod_python
  PythonInterpreter main_interpreter
  PythonHandler trac.web.modpython_frontend
  PythonOption TracEnvParentDir /var/lib/trac
  PythonOption TracUriRoot /trac
  PythonDebug on
 &lt;/Location&gt;

 &lt;LocationMatch "/trac/[^/]+/login"&gt;
  AuthType Basic
  AuthName "Trac"
  AuthUserFile /etc/apache2/dav_svn.passwd
  Require valid-user
 &lt;/LocationMatch&gt;
---------------------

I think my virtual host configuration gives a problem. I configured my
server so that every developer can has his own root containing
multiple projects accessed by: project.developer.mysite.com. (done
with virtualDocumentRoot) Here is the (stripped version) of the
virtualhost directive used:

---------------------
NameVirtualHost *
&lt;VirtualHost *&gt;
        ServerAdmin webmaster&lt; at &gt;localhost
        ServerName mysite.com
        ServerAlias     *.mysite.com

        DocumentRoot /var/www/
        &lt;Directory /&gt;
                Options FollowSymLinks
                AllowOverride None
        &lt;/Directory&gt;
        &lt;Directory /var/www/sites/&gt;
                Options Indexes FollowSymLinks
                AllowOverride AuthConfig FileInfo Limit
                Order deny,allow
                Deny from all
                allow from 85.146.197.87
               #allow from all

                AuthType "Basic"
                AuthName "Development server"
                AuthUserfile "/var/www/htpasswd"
                require valid-user

                Satisfy Any
        &lt;/Directory&gt;

        VirtualDocumentRoot /var/www/sites/%-3/%-4/web

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        &lt;Directory "/usr/lib/cgi-bin"&gt;
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        &lt;/Directory&gt;

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error,
crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined
        ServerSignature On
&lt;/VirtualHost&gt;
----------------------------

Does anybody know the reason for what has happened? I have tried
several things i found during my search for an answer but nothing
ended in any improvement.

Thanks for any help!




--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>jeroenpfeil</dc:creator>
    <dc:date>2008-10-07T12:55:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22197">
    <title>[Trac] custom group for ticket permission</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22197</link>
    <description>
Hi trac users,

is it possible to set a user defined group as permision for a ticket
status instead of using the pre-defined permission TICKET_MODIFY. I
want only certain user to perferm certain ticket actions.

I've created a group 'grp_developer' and assigned the developer user
to this group. After this i set the permission TICKET_MODIFY to
'grp_developer'.

And no i want to use the group as a ticket permission.

&lt;blah&gt;.permissions = grp_developer

Thanks for any hints and best regards
Jean Marie

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Jean Marie</dc:creator>
    <dc:date>2008-10-07T12:28:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22196">
    <title>[Trac] Incorrect revision log listing</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22196</link>
    <description>
Dear list,

I have a project with 234 revisions. When I look at the revision log 
with the trac, the log seems to be right from the latest revision 234 
down to revision 108. But then revision 107 is wrong. It has date and 
message of revision 213. The next revision, 106, is actually revision 
212 and so on. The correspondence is not 1:1 though: commits to certain 
paths are missing from the list.

When I try Chgset on revision 107 trac says:

500 Internal Server Error (No node trunk/... at revision 105)

There is no path named 'trunk' in the repository at all; I searched 
'trunk' from dump.

I can't detect any problems with svn from command line, with RapidSVN or 
by looking into dump. I have several other smaller repositories without 
any problems.

What is going on?

Trac version 0.10.4 on Ubuntu Hardy

</description>
    <dc:creator>tike64-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-07T10:35:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22195">
    <title>[Trac] Trac + Code Reviews</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22195</link>
    <description>
I've trying to search for plugin for code reviewing and there exists at 
least one in trac-hacks. It's just not user friendly - you can't just 
select change set(s) to be reviewed, you have to manually create in 
separate user interface what lines you want to review from what file.

There exists few external tools and Review Board seems one of 
interesting ones - specially since it has JSON interface to be interact 
with. Now, is anyone tried to make it work with Trac so at least sending 
new reviews could be done from Trac repo browser?

</description>
    <dc:creator>Jani Tiainen</dc:creator>
    <dc:date>2008-10-07T09:40:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22194">
    <title>[Trac] Directory watcher/monitor</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22194</link>
    <description>
Is there a Trac plugin in existence that I could configure to watch a
directory and present a listing of the directories contents in a wiki
page?  I apologize in advance if there's an obvious solution staring
me in the face, but I'm relatively new to Trac.  I tried searching
TracHacks and the archives, and the best I could find is the
Downloader plugin - which really isn't a good fit for what I'm trying
to do. I don't really want to have to "manage" a list of downloads,
I'd rather just configure something to show a list of download links
for all files in a directory.

Thanks in advance for any help you can provide,
Brandon


--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Brandon Hamm</dc:creator>
    <dc:date>2008-10-07T07:54:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22192">
    <title>[Trac] Timingandestimation-plugin installtion problems</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22192</link>
    <description>
Because we needed it for our ScrumBurnDownPlugin, we tried to install
your timingandestimation-plugin. However, for some reason it won't
work. The fields like "Estimated Hours" don't show up, and -even more
strangely- the plugin does not show up in the 'plugin'-secion of the
admin-section. However, when trying to install again, we get the
message, that the plugin has already been installed.

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Petrander</dc:creator>
    <dc:date>2008-10-07T07:04:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22190">
    <title>[Trac] Looking for the record creator</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22190</link>
    <description>
Sometimes it's necessary that a user with ticket-admin permission has
to create tickets with to fill out reporter and assign a owner. When
this is done I can't see the creator (ticket-admin) of the ticket.
After a while all user thinking the inscribed reporter is the creator
but it isn't.


Is there a field in the table schema of trac where I can find the
creator?


 didley
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>didley</dc:creator>
    <dc:date>2008-10-07T07:18:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22184">
    <title>[Trac] s5 plugin and 0.11 patch (generaly plugin-patch question acutally)</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22184</link>
    <description>
Just an idiot question here.  How do I correctly apply this patch?  So
I get the plugin source, apply the patch, then bake an egg?  Or do I
install the egg, then apply the patch.

I am going to assume:

check out plugin source, apply patch, bake egg, install.  Might be
nice to just create a 0.11 branch of this plugin.

Thanks
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>yoheeb-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-06T12:17:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22181">
    <title>[Trac] Creating a custom field select box that contains the same entries as the Version field</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22181</link>
    <description>

I would like to add a custom field which is a select box that contains the
same entries as the Version field. When I add a new version, it should show
up in both the Version field and my custom field. I read the documentation
for creating custom fields and search the mailing list but could not find
anything that would help. Is it possible to do this?

Eric
</description>
    <dc:creator>zazery</dc:creator>
    <dc:date>2008-10-05T19:47:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22180">
    <title>[Trac] debugging trac with DBGP</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22180</link>
    <description>
I've been sending some time with Trac, and decided I wanted to be able 
to easily debug some things.  DBGP is a protocol we developed at 
ActiveState, along with others, and is the protocol now used by a number 
of IDE's, including our own (Komodo), for debugging dynamic languages. 
I've put up a simple wsgi script showing how to use DBGP to debug Trac.

http://community.activestate.com/node/2837#comment-6657

Regards,
Shane Caraveo

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Shane Caraveo</dc:creator>
    <dc:date>2008-10-05T20:09:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22177">
    <title>[Trac] Announce: TracExplorer 0.1 released (Trac integration for TortoiseSVN  &amp; VisualStudio)</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22177</link>
    <description>
Hi All,

we are proud to announce the final version 0.1 of the TracExplorer
suite for windows.

TracExplorer is a collection of utilities which integrate with
Edgewall's Trac system:

 * Visual Studio Addin which integrates Trac functionality into Visual
   Studio 2005 and 2008. It's main function is to facilitate
   management of tickets from within Visual Studio.
 * TortoiseSvn ticket integration adds Trac tickets to commit messages
   (inside commit dialog).

The main features included in this release:

 * Includes VSTrac - a Visual Studio Trac Integration
 * Include TSVNTrac - a Bugtraqprovider for TortoiseSVN
 * MSI - Installer package

Note:

 * There is still a limitation inside TortoiseSVN, because the
   "parameters"- field is size limited. This occurs, when you
   select to many "selection status". This is already fixed
   for the next release of TortoiseSVN (1.5.4)

Get it at http://tracexplorer.devjavu.com/

Enjoy the release and don't forget to log any issues.

Jan

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Jan</dc:creator>
    <dc:date>2008-10-04T20:24:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22171">
    <title>[Trac] Customizing Trac</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22171</link>
    <description>I have a customer who is using Trac, but wants some changes to the
appearance of tickets, as follows:


   1. When a ticket displays, when displaying the component, instead of
   'Component' they would like to see 'Project'.
   2. When a ticket displays, instead of displaying the ticket severity,
   they would like to see the ticket status displayed.

They also want a custom field that displays dates, but that can be fixed by
adding the DateField plugin &lt;http://trac-hacks.org/wiki/DateFieldPlugin&gt;.

I know that custom fields can be given custom names -- how do I override the
display name for a standard field?

- Craig -

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

</description>
    <dc:creator>W. Craig Trader</dc:creator>
    <dc:date>2008-10-03T19:24:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22167">
    <title>[Trac] MultipleRepositorySupport install error</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22167</link>
    <description>
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Tom</dc:creator>
    <dc:date>2008-10-02T20:37:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22166">
    <title>[Trac] Moving to trac</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22166</link>
    <description>
Hi please pardon me for any ignorance, as this is my first encounter
with trac and on this mailing list.
Now back to business.
I have to move data from existing legacy bugtracking system, (which is
Microsoft Access based and contains more than 100,000 tickets), to
trac 0.11 + sqlite3. Now after looking at all the schemas in MS
Access, I have created a small application, which will go through
existing tickets and views one by one in access db and insert records
into trac 'ticket' and trac 'ticket_custom' tables.  Now question is,
am I doing it the right way, or missing some thing.
Another question arises is that the priority in legacy Ms Access db is
'High,Normal,Low'. So I want to change the trac's priority drop down
values to ones in access db. I tried something like this in trac.ini
where there are default values for priority (please ignore typo for
priority)
default_priority = 'low'
default_priority.options = High|NormalLow
but this didnt work.
Although I changed some bits in components table, and can have my own
component and mile stone values.

Any idea if you see problem with my approach to migration, please ring
the bell.
Any help will be appreciated.
Regards

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>sfx810-gM/Ye1E23mwN+BqQ9rBEUg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-02T20:26:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22164">
    <title>[Trac] postgres and environment upgrade failures</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22164</link>
    <description>
Hello,
I'm just setting up trac with postgres 8.3.1, and am running into an 
issue where many plugins are not actually upgrading the database.

Base trac install works.  I add a plugin (e.g. mastertickets), and get 
the message to upgrade the environment.  I upgrade with trac-admin 
(trac-admin /path/to/trac/testing upgrade --no-backup), however new 
tables are not added to the database.  If I use sqlite, I do not have 
this problem.

I've figured out that if I patch those plugins (e.g. mastertickets) to 
call db.commit() (and some places calling rollback) after and 
insert/updates (typically in the plugins api.py), then the plugin will 
upgrade correctly.

I've searched the mailing list and bugs, and can not find anyone else 
running into a similar problem, so I am assuming I have done something 
wrong, or have not configured postgres correctly for trac.  I am new to 
postgres, though have plenty of mysql/mssql/sqlite experience.  The 
postgres install is 100% default, I've simply created a trac user and 
trac database, and used the postgres connect url in trac.ini.

Correction: I actually just found a bug describing the problem: 
http://trac-hacks.org/ticket/3408

This however, is not limited to mastertickets.

My question is, should I just patch these plugins, or is there some 
postgres configuration item that I am missing in the documentation?

Regards,
Shane

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Shane Caraveo</dc:creator>
    <dc:date>2008-10-02T19:15:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22151">
    <title>[Trac] Using TOC Macro with 0.11? Please upgrade!</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22151</link>
    <description>
Hi all,

I've found and fixed a serious bug in the 0.11 version of TOC macro
that in essence keeps a database connection open.

I don't quite know how widespread the use of the macro is, but i do
have a feeling it can at least partly explain various connection-
related issues that show up on mailing lists, irc and as new tickets
at regular intervals. Just searching the Trac site for 'TimeoutError'
shows quite a few tickets filed after the bug was 'introduced'  in
early 2007.

For those interested in the details of the error and the fix:

http://trac-hacks.org/changeset/4366

For everyone using the 0.11 version of the macro:

easy_install http://trac-hacks.org/svn/tocmacro/0.11


:::simon

https://www.coderesort.com

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>osimons</dc:creator>
    <dc:date>2008-10-01T23:05:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22146">
    <title>[Trac] Email Notification Error !</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22146</link>
    <description>

Hello Everyone !

I am running Trac0.11 on Centos5 with postgres8.1.11 and subversion
python version :2.4

2008-10-01 07:31:34,555 Trac[web_ui] ERROR: Failure sending
notification on change to ticket #2: &lt;p&gt;Unable to send email due to
identity crisis.&lt;/p&gt;&lt;p&gt;Neither &lt;b&gt;notification.from&lt;/b&gt; nor
&lt;b&gt;notification.reply_to&lt;/b&gt;are specified in the configuration.&lt;/p&gt;
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py", line
992, in _do_save
    tn.notify(ticket, newticket=False, modtime=now)
  File "/usr/lib/python2.4/site-packages/trac/ticket/notification.py",
line 148, in notify
    NotifyEmail.notify(self, ticket.id, subject)
  File "/usr/lib/python2.4/site-packages/trac/notification.py", line
240, in notify
    'SMTP Notification Error')


my configuration file :

# -*- coding: utf-8 -*-
[attachment]
max_size = 262144
render_unsafe_content = false

[browser]
color_scale = True
downloadable_paths = /trunk, /branches/*, /tags/*
hide_properties = svk:merge
intermediate_color =
intermediate_point =
newest_color = (255, 136, 136)
oldest_color = (136, 136, 255)
oneliner_properties = trac:summary
render_unsafe_content = false
wiki_properties = trac:description

[changeset]
max_diff_bytes = 10000000
max_diff_files = 0
wiki_format_messages = true

[components]
trac.web.auth.LoginModule = disabled
acct_mgr.web_ui.LoginModule = enabled
acct_mgr.web_ui.RegistrationModule = disabled
acct_mgr.htfile.HtPasswdStore = enabled
acct_mgr.admin.AccountManagerAdminPage = enabled
acct_mgr.web_ui.AccountModule = enabled

[header_logo]
alt = Project
height = -1
link =
src = site/your_project_logo.png
width = -1

[inherit]
plugins_dir =
templates_dir =

[logging]
log_file = trac.log
# log_format = &lt;inherited&gt;
log_level = DEBUG

[milestone]
stats_provider = DefaultTicketGroupStatsProvider

[mimeviewer]
enscript_modes = text/x-dylan:dylan:4
enscript_path = enscript
max_preview_size = 262144
mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
php_path = php
tab_width = 8

[notification]
admit_domains =
always_notify_owner = false
always_notify_reporter = false
always_notify_updater = true
ignore_domains =
mime_encoding = base64
smtp_always_bcc =
smtp_always_cc =
smtp_default_domain =
smtp_enabled = true
smtp_from = [email-id]
smtp_from_name =
smtp_password =
smtp_port = 25
smtp_replyto = [email id]
smtp_server = [server name]
smtp_subject_prefix = __default__
smtp_user =
ticket_subject_template =  #.id:
use_public_cc = false
use_short_addr = false
use_tls = false

[project]
admin =
descr =
footer =
icon = common/trac.ico
name =
url =
[query]
default_anonymous_query = status!=closed&amp;cc~=root
default_query = status!=closed&amp;owner=root
items_per_page = 100

[report]
items_per_page = 100
items_per_page_rss = 0

[revisionlog]
default_log_limit = 100

[roadmap]
stats_provider = DefaultTicketGroupStatsProvider

[search]
min_query_length = 3

[svn]
branches = trunk,branches/*
tags = tags/*

[ticket]
default_cc =
default_component =
default_description =
default_keywords =
default_milestone =
default_owner =
default_priority = major
default_resolution = fixed
default_severity =
default_summary =
default_type = defect
default_version =
max_description_size = 262144
preserve_newlines = default
restrict_owner = false
workflow = ConfigurableTicketWorkflow

[ticket-workflow]
accept = new,assigned,accepted,reopened -&gt; accepted
accept.operations = set_owner_to_self
accept.permissions = TICKET_MODIFY
leave = * -&gt; *
leave.default = 1
leave.operations = leave_status
reassign = new,assigned,accepted,reopened -&gt; assigned
reassign.operations = set_owner
reassign.permissions = TICKET_MODIFY
reopen = closed -&gt; reopened
reopen.operations = del_resolution
reopen.permissions = TICKET_CREATE
resolve = new,assigned,accepted,reopened -&gt; closed
resolve.operations = set_resolution
resolve.permissions = TICKET_MODIFY

[timeline]
abbreviated_messages = true
changeset_collapse_events = false
changeset_long_messages = false
changeset_show_files = 0
default_daysback = 30
max_daysback = 90
newticket_formatter = oneliner
ticket_show_details = false

[trac]
authz_file =
authz_module_name =
auto_reload = False
base_url =
check_auth_ip = true
database = postgres://postgres:xxxxx&lt; at &gt;localhost/xxxxx
default_charset = iso-8859-15
htdocs_location =
ignore_auth_case = false
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
metanav = login,logout,prefs,help,about
permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy
permission_store = DefaultPermissionStore
repository_dir = /svn/repos/
repository_type = svn
show_email_addresses = false
timeout = 20
use_base_url_for_redirect = False

[wiki]
ignore_missing_pages = false
render_unsafe_content = false
split_page_names = false

[account-manager]
password_format = htpasswd
password_file = /var/www/trac/

i tried telnet [my smtp server] 25 connected to ... escape sequence
']'

but when i type :

    audit2allow -i /var/log/audit/audit.log -l

i get a relevant entry : allow httpd_t smtp_port_t:tcp_socket
name_connect;

i have been ablt to succesfully access my trac environment via
apache2.2 but the i am unable to receive mails .
i did google for a similar kind of error ...i didnt find any .

Any kind of remarks will be appreciated ! Thanks !

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Nishanthi</dc:creator>
    <dc:date>2008-10-01T20:35:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22144">
    <title>[Trac] TracLocale and eGroupware</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22144</link>
    <description>
Hi,

are there any known issues with trac and egroupware? A friend of mine
uses trac with mod_python and set 'PythonOption TracLocale
de_DE.UTF-8'. After this was done, eGroupwares calendar looks weird
(It shows only 5 p.m. and group view was also weird/destroyed). Has
anyone experienced this or something similar? How can one workaround
it?

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Jens Kubieziel</dc:creator>
    <dc:date>2008-10-01T19:57:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22123">
    <title>[Trac] Uninstalling plugins</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22123</link>
    <description>Hi,

I was testing some kind of Trac plugins about estimation and Agile
development from trac-hacks.org.

After installing some of them, I have found that ticket form (for creating
new tickets) didn't show me the "Actions" section (where you can select the
status of the ticket).
So I uninstalled every plugin about estimation and managing tickets but,
when I try to create a new ticket, the form remains the same, I can see the
ticket fields related to other plugins (like timingandestimationplugin) but
the plugins are not installed in that environment.

Does anyone of you know how can I rollback the database to its previous
state (or any other thing that could help me to solve the problem)?

Regards,
Alonso

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

</description>
    <dc:creator>Alonso Dominguez</dc:creator>
    <dc:date>2008-10-01T10:43:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22122">
    <title>[Trac] how to make a &lt;Location /&gt; to point to single trac? but /trac/ still  work?</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.trac.general/22122</link>
    <description>
Hi all,

I am trying to configure my trac environment and apache server such
that a single trac project is my root location, but a user can still
access location /trac for a list of projects or /trac/PROJECT to reach
PROJECT.

What I am trying is:
&lt;Location "/trac"&gt;
  SetHandler mod_python
  PythonHandler trac.web.modpython_frontend
  PythonOption TracEnvParentDir /home/trac/
  PythonOption TracUriRoot /trac
&lt;/Location&gt;


&lt;Location /&gt;
  SetHandler mod_python
  PythonHandler trac.web.modpython_frontend
  PythonOption TracEnv /home/trac/cgran
  PythonOption TracUriRoot /
&lt;/Location&gt;

However, when I try to access http://my.server.com/trac it tries to
handle it as /home/trac/cgran/trac which doesn't exist, it should be /
home/trac.  Additionally, trying to access a single project such as
http://my.server.com/trac/PROJECT tries to be served as /home/trac/
cgran/trac/PROJECT which should be /home/trac/PROJECT

I'd greatly appreciate any help.

Thanks!
George

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&lt; at &gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>George Nychis</dc:creator>
    <dc:date>2008-10-01T15:49:39</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.version-control.subversion.trac.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.version-control.subversion.trac.general</link>
  </textinput>
</rdf:RDF>
