[Trac] Re: Problem with Threads

2007-10-03 Thread Graham Dumpleton

On Oct 4, 4:44 pm, Denis <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm trying to install Trac-0.8 on Debian at my home dir, where Apache
> 1.3.37, Python2.4 & Mod_Python-2.7.11 were already installed. But
> Python2.4 was installed --without-threads.
> Then I successfully installed ClearSilver0.9.9. & SQLite-3.4.2. Then
> after installing pySQLite-2.3.5 I made test:
>
> >>> from pysqlite2 import test
>
> Traceback (most recent call last):
>   File "", line 1, in ?
>   File "/home/the_gremlin/local/lib/python2.4/site-packages/pysqlite2/
> test/__init__.py", line 35, in ?
> from pysqlite2.test import dbapi, types, userfunctions, factory,
> transactions,\
>   File "/home/the_gremlin/local/lib/python2.4/site-packages/pysqlite2/
> test/dbapi.py", line 26, in ?
> import threading
>   File "/home/the_gremlin/local/lib/python2.4/threading.py", line 6,
> in ?
> import thread
> ImportError: No module named thread
>
> I read all available documentation but I didn't find how to fix it.

You will need to install Python which includes support for threading.
That or use a database backend which doesn't require/support
multithreading.

Is there a particular reason you are running Python without thread
support. There isn't much reason these days to be doing so.

Graham


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



[Trac] Re: Problem with Threads

2007-10-03 Thread Rainer Sokoll

On Wed, Oct 03, 2007 at 11:44:30PM -0700, Denis wrote:

> I'm trying to install Trac-0.8

Is there a special reason to start with such an ancient version?

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



[Trac] AW: [Trac] Problem with Threads

2007-10-03 Thread Alexander_Fruehwirth

>> But Python2.4 was installed --without-threads. 

>> File "/home/the_gremlin/local/lib/python2.4/threading.py", line 6, in
? import thread
>> ImportError: No module named thread

On a Windows system, I would try to reinstall Python, this time with
threads.

Alex

Knorr-Bremse GmbH
FN 38565p, LG Wr. Neustadt

This transmission is intended solely for the addressee and contains 
confidential information. If you are not the intended recipient, please 
immediately inform the sender and delete the message and any attachments from 
your system. Furthermore, please do not copy the message or disclose the 
contents to anyone unless agreed otherwise. To the extent permitted by law we 
shall in no way be liable for any damages, whatever their nature, arising out 
of transmission failures, viruses, external influence, delays and the like.

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



[Trac] Problem with Threads

2007-10-03 Thread Denis

Hi,
I'm trying to install Trac-0.8 on Debian at my home dir, where Apache
1.3.37, Python2.4 & Mod_Python-2.7.11 were already installed. But
Python2.4 was installed --without-threads.
Then I successfully installed ClearSilver0.9.9. & SQLite-3.4.2. Then
after installing pySQLite-2.3.5 I made test:

>>> from pysqlite2 import test
Traceback (most recent call last):
  File "", line 1, in ?
  File "/home/the_gremlin/local/lib/python2.4/site-packages/pysqlite2/
test/__init__.py", line 35, in ?
from pysqlite2.test import dbapi, types, userfunctions, factory,
transactions,\
  File "/home/the_gremlin/local/lib/python2.4/site-packages/pysqlite2/
test/dbapi.py", line 26, in ?
import threading
  File "/home/the_gremlin/local/lib/python2.4/threading.py", line 6,
in ?
import thread
ImportError: No module named thread

I read all available documentation but I didn't find how to fix it.

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



[Trac] Re: choosing between 0.10.4, 0.10-stable and HEAD

2007-10-03 Thread Greg Troxel

Following up to my own post, I've figured out a bit from others and
further reading.

0.11dev was hard to install on Mac OS X, and this makes me decide not to
run it.  Given the absence of complaints about the the 0.10.4 release,
I'll go with that rather than 0.10.5dev.

sqlite: I found that pkgsrc also has sqlite3-3.4.2 and
py24-sqlite2-2.3.5, so if I'll use sqlite3 if I go with sqlite3.

So, the remaining question is whether I should use

sqlite3
postgresql with py-psycopg
postgresql with py-PgSQL

For postgresql, I'd use 8.1.x.

Any advice would be appreciated, and I'll update
http://trac.edgewall.org/wiki/DatabaseBackend
if there's consensus.

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



[Trac] changing button display names in trac

2007-10-03 Thread Arthi Ramachandran

Hi,

I am a newbie to trac. My team is using it as a Project Management system.
In the process, I have customized the look & feel of trac to replace text
that reads "milestones" in the trac GUI to "project" since its more
applicable to the project management system.

I am having a hard time figuring out how to change the button display name
on the "Milestones" page to read "Projects" as opposed to "Add New
Milestone".

Similarly while adding a new milestone, I am unable to change the button
display which reads "Add New Milestone" to projects related:


Can someone shed some light on changing the texts ?

Thanks, Arthi

"Brilliance is an after-the-fact perception created by success. There's no
fast path, no magic formula. It's all hard work and perseverance." - Mills,
Steven.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---

<><>

[Trac] Re: Questions from a Trac newbie (mostly about plugins)

2007-10-03 Thread osimons


On Oct 3, 11:54 pm, David Struck <[EMAIL PROTECTED]> wrote:

>   * How do I view a list of current users (other than viewing
> /trac/projectname/conf/htpasswd)?

Authentication of users happens at the web server, and gets passed to
Trac. Trac will use username of the authenticated user, but does not
keep a record of this apart from storing it in the session tables in
the database (which is just history and preferences, and not related
to management). The user can be assigned permissions in Trac (or
belong to 'anonymous' or 'authenticated' default groups) that will
then be applied on login to Trac. So, basically it is disconnected
from user management, and in like in your common case the htpasswd
file is the only place to view users that are currently allowed to
login. That also means you can use any of a large variety of
authentication mechanisms supported by your web server - Trac has no
knowledge or preference as long as the web server approves the user.

>   * How do I view a list of current plugins? If I go to the WebAdmin
> page and click Plugins, it looks like some are missing. (I installed
> CtxtnavAdd without error. It should be in that list, right?)

Yes it should if installed correctly, and the plugin is enabled and
working. Your trac.ini needs 'ctxtnavadd.* = enabled' (or whatever the
namespace of the plugin is called) to be active. If it still does not
work, you need to enable Trac logging, restart server, make a request
to the server, and read the logs to see what plugins load - and what
plugins give some sort of error.

>   *http://trac.edgewall.org/wiki/TracPluginsdescribes the process for
> installing a plugin for a single project and for all projects. For the
> former, I know the EGG file winds up in /trac/projectname/plugins. Where
> does the EGG go for the latter?

They are regular Python modules, and when doing easy_install or python
setup.py install, they should go into your Python lib/site-packages
directory - wherever that is on your distribution. A tip for finding
out is to run this on the command line: python -c "import cxtnavadd;
print ctxtnavadd.__file__"  (or whatever the module namespace is)
That should give you a path inside the .egg file (zipped source)
or .egg folder (unzipped).

>   * How do I uninstall a plugin? (In the WebAdmin page, the uninstall
> button is disabled for all plugins.)

Python distutils / setuptools does not have working uninstall support.
However, the .egg file/folder is self-contained, so just removing the
egg + remove the reference in the site-packages/easy-install.pth or
setuptools.pth + restarting, is just like it never existed.

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



[Trac] Questions from a Trac newbie (mostly about plugins)

2007-10-03 Thread David Struck

First some background information:

  * On our Linux machine, Trac is installed at /opt/trac/.

  * I have a Trac environment created at /trac/projectname/.

  * I've successfully installed a couple of plugins including WebAdmin 
and XML-RPC.

  * I'm a Linux newbie too.

Here are my initial questions:

  * How do I view a list of current users (other than viewing 
/trac/projectname/conf/htpasswd)?

  * How do I view a list of current plugins? If I go to the WebAdmin 
page and click Plugins, it looks like some are missing. (I installed 
CtxtnavAdd without error. It should be in that list, right?)

  * http://trac.edgewall.org/wiki/TracPlugins describes the process for 
installing a plugin for a single project and for all projects. For the 
former, I know the EGG file winds up in /trac/projectname/plugins. Where 
does the EGG go for the latter?

  * How do I uninstall a plugin? (In the WebAdmin page, the uninstall 
button is disabled for all plugins.)

Thanks,

David

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



[Trac] Re: file is encrypted or is not a database

2007-10-03 Thread Emmanuel Blot

> Thanks in advance.

Search for "database is encrypted" on trac.edgewall.org (you can
restrict the search to the wiki pages, this is a well-documented
'issue' with SQLite v2 vs. v3 mismatch)

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



[Trac] Re: Which Version of trac is This Fix In ?

2007-10-03 Thread Gary Oberbrunner

Jeremy Mordkoff wrote:
> Back to the original (hypothetical) problem. I determine that the bug
> that my customer just reported is fixed in changeset 1234. How do I
> determine what version to give him that has this fix? It may be fixed in
> the trunk. It may be fixed in a branch. It may have been merged. How do
> I determine this? 

This is the wrong mailing list to be discussing this; it's for Trac, not
Subversion.  (Still, what you want to do is hard in Subversion.  Read the red
book to learn more.)

-- 
Gary

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



[Trac] Re: Which Version of trac is This Fix In ?

2007-10-03 Thread Jeremy Mordkoff

> > But still, is there not an easy way to determine that a changeset
only
> > exists in the trunk and not in any branch? Is this a feature of
svnmerge
> > (which I have yet to try).

> A revision number in subversion can be considered as an instant
> snapshot of the whole repository, so one cannot think in term of
> whether a revision "exist or not" in a branch. A revision may contain
> changes that have occurred in one branch or another, but each revision
> applies to the repository as a whole. Moreover, a branch is nothing
> more than a path in Subversion (whereas they are distinct objects in
> ClearCase)

I don't think I ever said or implied that I was looking for a revision.
I am trying to track a changeset. A changeset is made one place (branch)
and then merged to other places, no? And each merge and commit creates a
new revision. 

Back to the original (hypothetical) problem. I determine that the bug
that my customer just reported is fixed in changeset 1234. How do I
determine what version to give him that has this fix? It may be fixed in
the trunk. It may be fixed in a branch. It may have been merged. How do
I determine this? 

JLM






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



[Trac] Re: Which Version of trac is This Fix In ?

2007-10-03 Thread Noah Kantrowitz

Knowing that it is in "trunk" does not tell you what version is in  
trunk at that time without looking. Its easy enough to check the  
revision of the tag of the last release.

--Noah

On Oct 3, 2007, at 1:38 PM, Jeremy Mordkoff wrote:

>
>>> He knew the changeset number. It should be simple to map a changeset
>>> number to a branch.
>
>
>> There are no branch for Trac 0.11, as Trac 0.11 has not been  
>> delivered
>> yet. The trunk contains the latest development version of Trac. Once
>> Trac 0.11 is released, a new Trac 0.11-stable branch will be created,
>> and official releases of Trac will be tagged from this branch.
>> The trunk will become the current dev. branch for the next release -
>> 0.12 - as soon as Trac 0.11 is delivered.
>
>
> Okay, I get it. In clearcase, 'main' (which is normally the equivalent
> of svn's 'trunk') is also a branch, albeit a special one.
>
> But still, is there not an easy way to determine that a changeset only
> exists in the trunk and not in any branch? Is this a feature of  
> svnmerge
> (which I have yet to try).
>
> JLM
>
>
>
>
>
>
>
> >
>


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



[Trac] Re: Which Version of trac is This Fix In ?

2007-10-03 Thread Emmanuel Blot

> But still, is there not an easy way to determine that a changeset only
> exists in the trunk and not in any branch? Is this a feature of svnmerge
> (which I have yet to try).

A revision number in subversion can be considered as an instant
snapshot of the whole repository, so one cannot think in term of
whether a revision "exist or not" in a branch. A revision may contain
changes that have occurred in one branch or another, but each revision
applies to the repository as a whole. Moreover, a branch is nothing
more than a path in Subversion (whereas they are distinct objects in
ClearCase)

You cannot map the ClearCase way to the Subversion way. They are based
on very different idioms. I think you'll get confused if you try.

You may want to read the excellent "subversion book", available from
http://svnbook.red-bean.com/ that explains the Subversion concepts far
better than I'm able to.

To answer your question, yes you can easily get the list of the files
that have been changed in a revision, and check whether one or more
files are stored inside of the branch you want to observe.

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



[Trac] Re: Which Version of trac is This Fix In ?

2007-10-03 Thread Jeremy Mordkoff

> > He knew the changeset number. It should be simple to map a changeset
> > number to a branch.


> There are no branch for Trac 0.11, as Trac 0.11 has not been delivered
> yet. The trunk contains the latest development version of Trac. Once
> Trac 0.11 is released, a new Trac 0.11-stable branch will be created,
> and official releases of Trac will be tagged from this branch.
> The trunk will become the current dev. branch for the next release -
> 0.12 - as soon as Trac 0.11 is delivered.


Okay, I get it. In clearcase, 'main' (which is normally the equivalent
of svn's 'trunk') is also a branch, albeit a special one. 

But still, is there not an easy way to determine that a changeset only
exists in the trunk and not in any branch? Is this a feature of svnmerge
(which I have yet to try).

JLM







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



[Trac] Re: file is encrypted or is not a database

2007-10-03 Thread Ulisses Reina Montenegro

Marc

I usually get errors like this when I have mismatched database and
SQLite versions. Check out the versions of SQLite Python bindings in
both your laptop and production servers.

Cheers
Ulisses

Wed, 2007-10-03 at 19:18 +0200, marc gonzalez-carnicer wrote:
> hi,
> 
> I have been working on a trac-managed project for several months. Now
> it's deployment time, and since corporate policies don't allow for remote
> access, I have to bring the trac server info to my laptop.
> 
> I have done a hotcopy, tarred and bzip2'ed, and done the reverse
> procedure on my laptop. When I try to point to the trac server, I get the
> error on the subject displayed in the available projects page.
> 
> Available Projects
> * 8293: Error
> (file is encrypted or is not a database)
> * project foo
> 
> ("project foo" was created on the new server using
> trac-admin initenv)
> 
> I start tracd like this :
> tracd -d --auth *,/home/svn/trac/pw.txt,tecsidel \
>   --env-parent-dir /home/svn/trac --port 3691
> 
> It is strange, I had done that (hotcopy and copy) before and it used
> to work. Could it be that paths on the old and new server are
> different? I tried recreating the same directory structure but
> it did not work. Original dir was /home/svn/trac, new is /home/marc/trac.
> Even if I create the new directory in /home/svn/trac it does not
> work. Even more strange. If I take the same hotcopy tarfile and I
> extract it on the old server, it works.
> 
> The original server uses trac 0.10.3. The new server uses
> trac 0.10.4. Both have been installed using apt-get with kubuntu.
> 
> I have googled "file is encrypted or is not a database" and found and
> read this link, but it has not been useful to me :
> http://trac.edgewall.org/ticket/2585.
> 
> I have tried trac-admin upgrade as is suggested by the previous
> link with the following negative result :
> 
> marc[trac]$ trac-admin 8293 upgrade
> Command failed: file is encrypted or is not a database
> 
> If I create a project on the new server, I can browse it
> easily. It would appear on the available projects page.
> 
> Conclusions :
> 
> * the hotcopy tarfile is good (can be extracted on old server)
> * tracd works on both servers (new projects can be browsed)
> * it is not a firewall problem (can access trac from another pc)
> * are there any compatibility problems between trac 0.10.3 and 0.10.4?
> * anything related to pysql? how can i check?
> 
> 
> Thanks in advance.
> 
> /marc
> 
> > 


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



[Trac] file is encrypted or is not a database

2007-10-03 Thread marc gonzalez-carnicer

hi,

I have been working on a trac-managed project for several months. Now
it's deployment time, and since corporate policies don't allow for remote
access, I have to bring the trac server info to my laptop.

I have done a hotcopy, tarred and bzip2'ed, and done the reverse
procedure on my laptop. When I try to point to the trac server, I get the
error on the subject displayed in the available projects page.

Available Projects
* 8293: Error
(file is encrypted or is not a database)
* project foo

("project foo" was created on the new server using
trac-admin initenv)

I start tracd like this :
tracd -d --auth *,/home/svn/trac/pw.txt,tecsidel \
  --env-parent-dir /home/svn/trac --port 3691

It is strange, I had done that (hotcopy and copy) before and it used
to work. Could it be that paths on the old and new server are
different? I tried recreating the same directory structure but
it did not work. Original dir was /home/svn/trac, new is /home/marc/trac.
Even if I create the new directory in /home/svn/trac it does not
work. Even more strange. If I take the same hotcopy tarfile and I
extract it on the old server, it works.

The original server uses trac 0.10.3. The new server uses
trac 0.10.4. Both have been installed using apt-get with kubuntu.

I have googled "file is encrypted or is not a database" and found and
read this link, but it has not been useful to me :
http://trac.edgewall.org/ticket/2585.

I have tried trac-admin upgrade as is suggested by the previous
link with the following negative result :

marc[trac]$ trac-admin 8293 upgrade
Command failed: file is encrypted or is not a database

If I create a project on the new server, I can browse it
easily. It would appear on the available projects page.

Conclusions :

* the hotcopy tarfile is good (can be extracted on old server)
* tracd works on both servers (new projects can be browsed)
* it is not a firewall problem (can access trac from another pc)
* are there any compatibility problems between trac 0.10.3 and 0.10.4?
* anything related to pysql? how can i check?


Thanks in advance.

/marc

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



[Trac] Re: Which Version of trac is This Fix In ?

2007-10-03 Thread Peckham, David


- Original Message -
From: trac-users@googlegroups.com 
To: trac-users@googlegroups.com 
Sent: Wed Oct 03 08:33:02 2007
Subject: [Trac] Re: Which Version of trac is This Fix In ?


> Why did Joe even have to ask? Is this a limitation of trac or svn?
You have to know how the SVN repository (or you can take time to find
out on your own) is used with the Trac project.

> He knew the changeset number. It should be simple to map a changeset number 
> to a branch.
There are no branch for Trac 0.11, as Trac 0.11 has not been delivered
yet. The trunk contains the latest development version of Trac. Once
Trac 0.11 is released, a new Trac 0.11-stable branch will be created,
and official releases of Trac will be tagged from this branch.
The trunk will become the current dev. branch for the next release -
0.12 - as soon as Trac 0.11 is delivered.

> Now that I'm on the subject, how do you track where a changeset has been 
> merged to?
Trac developers use svnmerge script to track merge back and forth from
developer/sandbox branches and the trunk.

> I see that you can put changeset numbers in the trac wiki. Wouldn't it also 
> make sense to track the changeset number in the DB
Can you elaborate? Wiki is stored in the DB, SVN changesets are also
tracked in the DB.

> Does anyone require that every changeset have a wiki entry?
You can enforce rules with commit hook scripts for example. Trac does
not enforce any specific rule, it's up to the team to define and use
them.

> so that you could (for example) list all changesets that contributed towards 
> a milestone?
YMMV. Are you referring to Trac in general or to trac.edgewall.org
(i.e. the Trac project) itself?

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



[Trac] Re: Which Version of trac is This Fix In ?

2007-10-03 Thread Emmanuel Blot

> Why did Joe even have to ask? Is this a limitation of trac or svn?
You have to know how the SVN repository (or you can take time to find
out on your own) is used with the Trac project.

> He knew the changeset number. It should be simple to map a changeset number 
> to a branch.
There are no branch for Trac 0.11, as Trac 0.11 has not been delivered
yet. The trunk contains the latest development version of Trac. Once
Trac 0.11 is released, a new Trac 0.11-stable branch will be created,
and official releases of Trac will be tagged from this branch.
The trunk will become the current dev. branch for the next release -
0.12 - as soon as Trac 0.11 is delivered.

> Now that I'm on the subject, how do you track where a changeset has been 
> merged to?
Trac developers use svnmerge script to track merge back and forth from
developer/sandbox branches and the trunk.

> I see that you can put changeset numbers in the trac wiki. Wouldn't it also 
> make sense to track the changeset number in the DB
Can you elaborate? Wiki is stored in the DB, SVN changesets are also
tracked in the DB.

> Does anyone require that every changeset have a wiki entry?
You can enforce rules with commit hook scripts for example. Trac does
not enforce any specific rule, it's up to the team to define and use
them.

> so that you could (for example) list all changesets that contributed towards 
> a milestone?
YMMV. Are you referring to Trac in general or to trac.edgewall.org
(i.e. the Trac project) itself?

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



[Trac] Re: Which Version of trac is This Fix In ?

2007-10-03 Thread Jeremy Mordkoff

Why did Joe even have to ask? Is this a limitation of trac or svn? 

He knew the changeset number. It should be simple to map a changeset number to 
a branch. 

Now that I'm on the subject, how do you track where a changeset has been merged 
to? 

I see that you can put changeset numbers in the trac wiki. Wouldn't it also 
make sense to track the changeset number in the DB, so that you could (for 
example) list all changesets that contributed towards a milestone? Does anyone 
require that every changeset have a wiki entry? 

JLM
QA pro but new to svn and trac




-Original Message-
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Noah 
Kantrowitz
Sent: Tuesday, October 02, 2007 7:35 PM
To: trac-users@googlegroups.com
Subject: [Trac] Re: Which Version of trac is This Fix In ?

Given thats a Genshi template, its in 0.11dev.

--Noah

[EMAIL PROTECTED] wrote:

> Hi Folks,
>
> Does anyone know which version of trac this change might be 
> implemented in ?  (http://trac.edgewall.org/changeset/5856)
>
>
> Best Regards,
>  
> Joe
>  
> __
> __
>
> Joseph H. Dayney | Contract Software Engineer | RR Donnelley 630W 
> 1000N | Logan, UT 84321 | (: 435-755-4278 | È: 801-608-1052 | Ê:
> 435-755-4210 | *: [EMAIL PROTECTED]
>  
> This email and any files transmitted with it are confidential and 
> intended solely for the use of the individual or entity to whom they are 
> addressed.
> Any unauthorized review, use, disclosure or distribution is 
> prohibited. If you are not the intended recipient, please contact the 
> sender by reply e-mail and destroy all copies of the original message.
>  
> >
>
>   



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