[Trac] Re: Moving a project breaks source browser

2008-06-20 Thread Chris Mulligan

Did you try actually running "trac-admin resync"? Are you sure your  
paths are correct and there is the correct revision in that repo?

On Jun 20, 2008, at 7:07 PM, Daniel Serodio wrote:

>
> I moved a project to another location in the same repository,
> "trac-admin resync'ed", but now the changesets in this Trac  
> environment
> don't work anymore (No node at revision 1234).
>
> Is this a known issue? I'm using Trac 0.10.3
>
> Thanks in advance,
> Daniel Serodio
>
> >


--~--~-~--~~~---~--~~
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] Moving a project breaks source browser

2008-06-20 Thread Daniel Serodio

I moved a project to another location in the same repository, 
"trac-admin resync'ed", but now the changesets in this Trac environment 
don't work anymore (No node at revision 1234).

Is this a known issue? I'm using Trac 0.10.3

Thanks in advance,
Daniel Serodio

--~--~-~--~~~---~--~~
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] Error while creating a new project on WinXP

2008-06-20 Thread rledyard

Hello

I installed TRAC on a WinXP box per this page:
http://trac.edgewall.org/wiki/TracOnWindows

I used the following versions:
- Python 2.5 (python-2.5.2.msi) (installed to c:\dev\Python25)
- pywin32 extensions (pywin32-211.win32-py2.5.exe)
- Setup Tools (setuptools-0.6c7.win32-py2.5.exe)
- Genshi (Genshi-0.4.4.win32.exe)
- pysqlite (pysqlite-2.4.0.win32-py2.5.exe)
- TRAC (Trac-0.11rc2.win32.exe)

I created a directory - c:\data_trac, with the intention of creating
the first project in c:\data_trac\test-project

So from a command-line, I ran:
trac-admin.exe c:\data_trac\test-project initenv

it failed with the following error:
C:\dev\Python25\Scripts>trac-admin.exe c:/data_trac/test-project
initenv
Traceback (most recent call last):
  File "C:\dev\Python25\Scripts\trac-admin-script.py", line 5, in

from pkg_resources import load_entry_point
  File "C:\dev\Python25\Lib\site-packages\pkg_resources.py", line
2565, in 
parse_requirements(__requires__), Environment()
  File "C:\dev\Python25\Lib\site-packages\pkg_resources.py", line 524,
in resolve
raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Trac==0.11rc2

I also tried:
  trac-admin.exe c:/data_trac/test-project initenv (slashed reversed)
same error occurred

I tried with the c:\data_trac\test-project directory created, and with
the same dir not created, with both versions of slashes - same error
as above each time.

What does the error mean, and what do I need to do to fix 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@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: search on svn repositories

2008-06-20 Thread Daniel Serodio

Rainer Sokoll escreveu:
> On Fri, Jun 20, 2008 at 09:21:16AM -0700, Alex wrote:
>   
>> I need to do search on svn repositories.
>> I have found a plugin RepoSearchPlugin 
>> http://trac-hacks.org/wiki/RepoSearchPlugin
>> but this plugin works only for 0.10 trac version, and I use 0.11, can
>> be any other variants or plugins for search on a repository?
>> 
>
> I use htdig for indexing a repository - but this has nothing to do with
> trac, of course.
>
> Rainer
Subversion Repository Search Engine (http://supose.soebes.de/) project 
seems interesting, but I haven't had the time to give it a try. It's an 
engine + commandline frontend, no Trac search plugin yet 
(http://supose.soebes.de/ticket/46)

HTH,
Daniel Serodio

--~--~-~--~~~---~--~~
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: subversion 1.5.x when to upgrade?

2008-06-20 Thread Christian van der Leeden


On Jun 20, 2008, at 8:18 PM, [EMAIL PROTECTED] wrote:

>
> therefore, while going to 1.5.x would be nice, there are a lot of
> subversion-Apache-python-trac dependencies that all need to line up
> right as I do the super secret dance in the moonlight for it to all
> work.
>
> So,  the question is, how/when do I upgrade, what is the "sign" from
> the creatures in the fly saucers I am looking for to make this leap?
> (in reality, I think I am going to wait for 1.5.2, since I am of the
> ilk to buy the 2nd production year model to reduce gremlins)
>
Hi,

I've been using subversion 1.5.0 since rc7. I'm using it with trac  
0.11rc2,
and genshi trunk. No problems so far... I'm using it on gentoo with
the normal apache ebuild and the svn rc5 ebuild "upgraded" to rc11  
(aka final).

Christian

--~--~-~--~~~---~--~~
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] subversion 1.5.x when to upgrade?

2008-06-20 Thread yoheeb

Hi all.

I have been hotly waiting for 1.5.x for the merge tracking feathers.

I also use apache 2.2, on windows(as mentioned in my other posts) with
mod_python et al.

therefore, while going to 1.5.x would be nice, there are a lot of
subversion-Apache-python-trac dependencies that all need to line up
right as I do the super secret dance in the moonlight for it to all
work.

So,  the question is, how/when do I upgrade, what is the "sign" from
the creatures in the fly saucers I am looking for to make this leap?
(in reality, I think I am going to wait for 1.5.2, since I am of the
ilk to buy the 2nd production year model to reduce gremlins)

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@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: search on svn repositories

2008-06-20 Thread Rainer Sokoll

On Fri, Jun 20, 2008 at 09:21:16AM -0700, Alex wrote:

> I need to do search on svn repositories.
> I have found a plugin RepoSearchPlugin 
> http://trac-hacks.org/wiki/RepoSearchPlugin
> but this plugin works only for 0.10 trac version, and I use 0.11, can
> be any other variants or plugins for search on a repository?

I use htdig for indexing a repository - but this has nothing to do with
trac, of course.

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] Re: OForge 2008.06 Announcement

2008-06-20 Thread Thomas Moschny

2008/6/20 Robert C Corsaro <[EMAIL PROTECTED]>:
> I'm so glad you asked.  Yes.  One of our stated goals is to not fork
> anything.  We have tried very hard to push all changes upstream, but
> sometimes it doesn't work out.  We may decide to adopt some of the
> plugins we have forked.  I have inquired about a couple, but haven't
> received definitive responses.  All forks are explained in on the
> wiki[1] and in the source[2].

Thanks for the pointers. However, while the new features/changes for
the forks are listed there, it is not in all cases clear why a fork
was inevitable (not to blame you, just noticing).

> [...] but probably just make a page on trac-hacks pointing to our site.

It would be good to add pointers to the forked plugins on t-h.org
anyway, so people find them and can benefit from your improvements.

Regards,
Thomas

--~--~-~--~~~---~--~~
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] search on svn repositories

2008-06-20 Thread Alex

Hi!
I need to do search on svn repositories.
I have found a plugin RepoSearchPlugin 
http://trac-hacks.org/wiki/RepoSearchPlugin
but this plugin works only for 0.10 trac version, and I use 0.11, can
be any other variants or plugins for search on a repository?
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@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: Trac on Leopard--not working properly

2008-06-20 Thread Max

Emmanuel wrote:
> > Try
> > sudo tracd --port 8000 /usr/local/trac
>
> Don't !!
> That would lead to create files with root permissions !
> use:
> sudo -u _www tracd --port 8000 /usr/local/trac

Yes! That did work :)

But I would like to enable HTTPS access through Apache, I have tried
configuring it following  http://www.sonzea.com/articles/subversion-trac.html
and more recently 
http://codesorcery.net/2008/06/19/offline-subversion-building-a-trac-of-your-own
without much luck as it gives me the error I mentioned before:

TracError: The user max requires read _and_ write permission to the
database file /usr/local/trac/db/trac.db and the directory it is
located in.

Cheers!
--~--~-~--~~~---~--~~
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: Trac on Leopard--not working properly

2008-06-20 Thread Emmanuel Blot

> Try
> sudo tracd --port 8000 /usr/local/trac

Don't !!
That would lead to create files with root permissions !

use:

sudo -u _www tracd --port 8000 /usr/local/trac

--~--~-~--~~~---~--~~
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: Trac on Leopard--not working properly

2008-06-20 Thread Max

Noah wrote:
> The user max requires read _and_ write permission to the database file
> /usr/local/trac/db/trac.db and the directory it is located in.
>
> You are not running tracd as _www, you are running it as your user.

I don't know exactly what that means, by running as _www does it mean
it has to been run by Apache? I have tried running it with Apache
(Apache 2, installed by default on OS X 10.5), and I get the same
error.

Justin said:
> I posted a howto for Leopard-based
> Trac installation from the point of view of localhost-only and
> potential offline access, say, on a laptop. I use it in the context of
> Mac software development.
>
> http://codesorcery.net/2008/06/19/offline-subversion-building-a-trac-...
>
> Hope it's useful to folks.

I tried following your tutorial as well, I set up the permissions
with:
sudo chown -R _www:_www .

But I still get the same error:
TracError: The user max requires read _and_ write permission to the
database file /usr/local/tracroot/MyProject/db/trac.db and the
directory it is located in.

Does the database needs other type of permissions?

I'm not well versed on permissions, so it might be worth mentioning
that, my subversion repository is on the following route: /svnrep and
I can HTTPS access it, even though it doesn't have _www permissions.
I'm planning to migrate it to /usr/local/svnrep though, after reading
your tutorial.

David wrote:
> Try
> sudo tracd --port 8000 /usr/local/trac

Yes, I forgot to mention that I have tried that before and it does
work, but I want to be able to access it without running it as super-
user.

Am I missing something when setting up permissions.

Thanks for your help folks,
Max.

--~--~-~--~~~---~--~~
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: OForge 2008.06 Announcement

2008-06-20 Thread Robert C Corsaro

Thomas Moschny wrote:
> 2008/6/20 Robert C Corsaro <[EMAIL PROTECTED]>:
>> [...] the issue is that we have forked some of
>> the plugins, [...]
> 
> What were the reasons for forking? Would be nice to explain it on your
> website. Will you invest some time bringing your changes back to
> 'upstream'?
> 
> Plugins have pros and cons, but one downside is that people might
> become confused if there slightly different yet not different named
> plugins out there (and they might even get annoyed after creating a
> patch for one of them and later discovering that there is another one,
> with the problem already solved ;) ) Up to now, at least trac-hacks
> was kind of semi-official.
> 
>

I'm so glad you asked.  Yes.  One of our stated goals is to not fork 
anything.  We have tried very hard to push all changes upstream, but 
sometimes it doesn't work out.  We may decide to adopt some of the 
plugins we have forked.  I have inquired about a couple, but haven't 
received definitive responses.  All forks are explained in on the 
wiki[1] and in the source[2].  The source will always be more 
up-to-date.  We do need to maintain our per-plugin wiki pages better. 
We would like to keep hosting them on our own site, but probably just 
make a page on trac-hacks pointing to our site.

[1] http://code.optaros.com/trac/oforge/wiki/OForgeConfiguration
[2] http://code.optaros.com/svn/oforge/trunk/forks/fork-notes.txt

--~--~-~--~~~---~--~~
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: OForge 2008.06 Announcement

2008-06-20 Thread Thomas Moschny

2008/6/20 Robert C Corsaro <[EMAIL PROTECTED]>:
> [...] the issue is that we have forked some of
> the plugins, [...]

What were the reasons for forking? Would be nice to explain it on your
website. Will you invest some time bringing your changes back to
'upstream'?

Plugins have pros and cons, but one downside is that people might
become confused if there slightly different yet not different named
plugins out there (and they might even get annoyed after creating a
patch for one of them and later discovering that there is another one,
with the problem already solved ;) ) Up to now, at least trac-hacks
was kind of semi-official.

- Thomas





so how to handle that?  Maybe we could just document it and
> recommend using --prefix to install in a non-default location.  If this
> would help user acceptance, then we will invest the time.  Take a look
> at the install from source instructions, they are really not that difficult.
>
>
> >
>



-- 
Thomas Moschny <[EMAIL PROTECTED]>

--~--~-~--~~~---~--~~
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: OForge 2008.06 Announcement

2008-06-20 Thread Robert C Corsaro

rupert thurner wrote:
> On Jun 13, 7:33 pm, Robert C Corsaro <[EMAIL PROTECTED]> wrote:
>> Hello everyone,
>>
>> The OForge team would like to announce it's first public release, OForge
>> 2008.06.  OForge is a Trac-based enterprise collaboration tool that
>> helps development teams work together to assemble great software.
>>
>> As many of you know, setting up a multi-project Trac server can be
>> difficult for beginners.  Not to mention the trouble of installing the
>> "right" plugins and being sure they will work properly.  OForge aims to
>> be a Trac distribution of sorts.  Unlike some similar projects, we aim
>> to not fork from Trac or trac-hacks, but to be active members of the
>> community.  The advantage of using OForge is that you will get a tested,
> 
> do you plan to release your plugins so that they install with the
> usual "easy_install http://oforge.com/.../someplugin"; also?
> 
> rupert

We have talked about it, but the issue is that we have forked some of 
the plugins, so how to handle that?  Maybe we could just document it and 
recommend using --prefix to install in a non-default location.  If this 
would help user acceptance, then we will invest the time.  Take a look 
at the install from source instructions, they are really not that difficult.


--~--~-~--~~~---~--~~
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: Link check-in comments to a Ticket

2008-06-20 Thread Robert C Corsaro

Robert C Corsaro wrote:
> David Chiew wrote:
>> Hi All,
>>
>>  
>>
>> When entering comments using SubVersion, I'd like to be able to type in
>> eg. #123 and for this to link to a ticket number.
>>
>>  
>>
>> I can see that Trac does show #123 as a hyperlink in the timeline, but
>> the most important part which I can't get to work is:
>>
>>  
>>
>> - View ticket details
>>
>> - See a list of relevant changesets
>>
>>  
>>
> 
> Also, you might try the SVNPoliciesPlugin.  It has the contrib scripts 
> integrated, as well as some other features and a nice Admin UI.  I'd 
> love to get some feedback and can help get it setup.
> 

http://code.optaros.com/trac/oforge/wiki/SVNPoliciesPlugin

--~--~-~--~~~---~--~~
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: Link check-in comments to a Ticket

2008-06-20 Thread Robert C Corsaro

David Chiew wrote:
> Hi All,
> 
>  
> 
> When entering comments using SubVersion, I'd like to be able to type in
> eg. #123 and for this to link to a ticket number.
> 
>  
> 
> I can see that Trac does show #123 as a hyperlink in the timeline, but
> the most important part which I can't get to work is:
> 
>  
> 
> - View ticket details
> 
> - See a list of relevant changesets
> 
>  
> 

Also, you might try the SVNPoliciesPlugin.  It has the contrib scripts 
integrated, as well as some other features and a nice Admin UI.  I'd 
love to get some feedback and can help get it setup.


--~--~-~--~~~---~--~~
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: Link check-in comments to a Ticket

2008-06-20 Thread Gary Oberbrunner

David Chiew wrote:
> Hi All,
> 
>  
> 
> When entering comments using SubVersion, I’d like to be able to type in 
> eg. #123 and for this to link to a ticket number.

This should work fine.  The other direction (find all wiki 
pages/tickets/svnlogs referencing a given ticket) is harder.

> I can see that Trac does show #123 as a hyperlink in the timeline, but 
> the most important part which I can’t get to work is:
> 
> - View ticket details
> - See a list of relevant changesets

I think you want to look at trac-post-commit-hook in contrib.  Won't 
help with your existing data but it will add reverse links for future 
commits.

-- 
Gary Oberbrunner

--~--~-~--~~~---~--~~
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] Link check-in comments to a Ticket

2008-06-20 Thread David Chiew
Hi All,

 

When entering comments using SubVersion, I'd like to be able to type in
eg. #123 and for this to link to a ticket number.

 

I can see that Trac does show #123 as a hyperlink in the timeline, but
the most important part which I can't get to work is:

 

- View ticket details

- See a list of relevant changesets

 

I've seen a few posts already in the mailing list in the past but
couldn't find a definitely answer. I am using the most recent version
I've downloaded - Trac 0.11b2.

 

Any suggestions? I love Trac but this missing piece of functionality is
my last hurdle.

 

Thanks!!

Dave


--~--~-~--~~~---~--~~
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: Trac on Leopard--not working properly

2008-06-20 Thread David Starr

On 20-Jun-08, at 2:16 AM, Noah Kantrowitz wrote:

> Max wrote:
>> I'm trying to setup Trac under OS X (10.5.3), and I have followed
>> several "tutorials" on how to do it without much success. The main
>> source I have followed is http://www.sonzea.com/articles/subversion-trac.html
>> following those instructions I managed to get to the point where I
>> "have a functional and secure subversion server operating on port 443
>> using HTTPs".
>> I do believe Trac (0.11rc2) is properly installed now, as I'm able to
>> create a project under: /usr/local/, with:
>> $ sudo trac-admin /usr/local/trac initenv
>> $ sudo chown -R _www /usr/local/trac
>> But then, when I try to access it with:
>> $ tracd --port 8000 /usr/local/trac
>>
>
>
> The user max requires read _and_ write permission to the database  
> file /usr/local/trac/db/trac.db and the directory it is located in.
>
> You are not running tracd as _www, you are running it as your user.

Try
sudo tracd --port 8000 /usr/local/trac

David Starr
Technical Director
Trapeze Animation
[EMAIL PROTECTED]
902-370-3007

--~--~-~--~~~---~--~~
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: Trac on Leopard--not working properly

2008-06-20 Thread Justin R. Miller

Max wrote:

> I'm trying to setup Trac under OS X (10.5.3), and I have followed
> several "tutorials" on how to do it without much success.

Along these lines, just yesterday I posted a howto for Leopard-based
Trac installation from the point of view of localhost-only and
potential offline access, say, on a laptop. I use it in the context of
Mac software development.

http://codesorcery.net/2008/06/19/offline-subversion-building-a-trac-of-your-own

Hope it's useful to folks.

--
Justin R. Miller
Code Sorcery Workshop
http://codesorcery.net

--~--~-~--~~~---~--~~
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: unsubscribe

2008-06-20 Thread Stephen Moretti
*Points to the footer of this email*

2008/6/20 Hamid Majidy <[EMAIL PROTECTED]>:

>
>
> >
>


-- 
Stephen Moretti
Blog : http://nil.checksite.co.uk/
Twitter : http://twitter.com/mr_nil

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---