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

Mailing List Archive: Trac: Users

help with trac installation

 

 

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


erik.sherwood at gmail

Jan 12, 2007, 6:45 AM

Post #1 of 8 (1032 views)
Permalink
help with trac installation

My apologies if this posts multiple times -- it didn't seem to show up
in google groups when I posted before.

I am trying to install trac on RH Enterprise 4. I have built the
necessary components from source in /usr/local, rather than relying on
the RH packages.

I am using trac-0.10.3, Python-2.4.4, subversion-1.4.2, swig-1.3.25,
sqlite-3.3.8, clearsilver-0.10.4.

I created a test subversion repository and trac environment, and set up
the trac environment using

trac-admin /home/sherwood/public_html/testproject initenv

In interactive mode, I set trac to use svn as the repository type, set
to the test repository.

When I run

tracd --port 8000 /home/sherwood/public_html/testproject

and then connect to localhost:8000, I see the correct listing of
available projects:

Available Projects

* testproj

but clicking on that link gives me this error from trac:

Traceback (most recent call last):
File
"/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/web/main.py",
line 387, in dispatch_request
dispatcher.dispatch(req)
File
"/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/web/main.py",
line 191, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File
"/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/web/main.py",
line 263, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File
"/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/versioncontrol/api.py",
line 73, in pre_process_request
self.get_repository(req.authname) # triggers a sync if applicable
File
"/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/versioncontrol/api.py",
line 91, in get_repository
raise TracError('Unsupported version control system "%s"'
TracError: Unsupported version control system "svn"

What have I done wrong?

Thanks,

Erik


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


matt at matt-good

Jan 15, 2007, 8:03 PM

Post #2 of 8 (946 views)
Permalink
Re: help with trac installation [In reply to]

On Jan 12, 9:45 am, "Erik Sherwood" <erik.sherw...@gmail.com> wrote:
> My apologies if this posts multiple times -- it didn't seem to show up
> in google groups when I posted before.
>
> I am trying to install trac on RH Enterprise 4. I have built the
> necessary components from source in /usr/local, rather than relying on
> the RH packages.

Well, I can't speak specifically on RHE4 packages, but generally it's
easier to rely on the packages to get things right. Especially
compiling Subversion and the Python bindings to it causes people much
confusion. So, unless there's a good reason not to, the packages will
probably make this process easier.

> I am using trac-0.10.3, Python-2.4.4, subversion-1.4.2, swig-1.3.25,
> sqlite-3.3.8, clearsilver-0.10.4.
>
> I created a test subversion repository and trac environment, and set up
> the trac environment using
>
> trac-admin /home/sherwood/public_html/testproject initenv
>
> In interactive mode, I set trac to use svn as the repository type, set
> to the test repository.
>
> When I run
>
> tracd --port 8000 /home/sherwood/public_html/testproject
>
> and then connect to localhost:8000, I see the correct listing of
> available projects:
>
> Available Projects
>
> * testproj
>
> but clicking on that link gives me this error from trac:
>
...snip...
> TracError: Unsupported version control system "svn"
>
> What have I done wrong?

Trac cannot find the Subversion Python bindings. You'll need to check
the PYTHONPATH to make sure the bindings are locatable, and check
LD_LIBRARY_PATH, or ld.so.conf to make sure that any libraries
installed into /usr/local are loadable.

-- Matt Good


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


sherwood at cam

Jan 17, 2007, 7:38 AM

Post #3 of 8 (964 views)
Permalink
Re: help with trac installation [In reply to]

Mark,

Thanks very much to you and Emmanuel Blot for helping with this, and
my apologies again for the multiple posts. For the longest time I
couldn't read any replies, or my own posts.

I am now able to use tracd to access the wiki and my subversion
repository for the project I'm trying to set up. However, I'm now
having trouble switching over to using apache (2.0.59). Here's what
my httpd.conf file says:


#####
# Setting up the webserver for project subversion serving
# and trac system

Alias /project /home/sherwood/projectTrac

ScriptAlias /trac /usr/local/share/trac/cgi-bin/trac.cgi

<Location /trac>
SetEnv TRAC_ENV "/home/sherwood/projectTrac"
</Location>

<Location /svn>
DAV svn
SVNPath /home/sherwood/projectRepository
AuthType Basic
AuthName "project Subversion Repository"
AuthUserFile /home/sherwood/projectProjectManagement/svn-auth-file
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>


# We'll just use the CGI method for accessing trac

<Location "/trac/login">
AuthType Basic
AuthName "Trac"
AuthUserFile /home/sherwood/projectManagement/trac.htpasswd
Require valid-user
</Location>

Apache runs under User apache, Group apache.
I've made an additional group, tracproject, to which apache belongs,
and I've changed the group ownership and permissions on the
projectTrac directory and subdirectories so that it is world readable/
executable and group writable.

Accessing cam.cornell.edu/svn works fine to browse the subversion
repository, and authentication works.

When I try to access the project trac pages, cam.cornell.edu/project

I get

Forbidden

You don't have permission to access /project/ on this server.

The apache log file says

[Wed Jan 17 09:57:34 2007] [error] [client 128.84.216.128] Directory
index forbidden by rule: /home/sherwood/projectTrac/
[Wed Jan 17 09:57:37 2007] [error] [client 128.84.216.128] Directory
index forbidden by rule: /home/sherwood/projectTrac/
[Wed Jan 17 10:27:10 2007] [error] [client 128.84.216.128] Directory
index forbidden by rule: /home/sherwood/projectTrac/htdocs/


There are additional directives that look like

Alias /trac/chrome/common /usr/local/share/trac/htdocs
<Directory "/usr/local/share/trac/htdocs">
Order allow,deny
Allow from all
</Directory>

Alias /trac/chrome/site /home/sherwood/projectTrac/htdocs
<Directory "/home/sherwood/projectTrac/htdocs">
Order allow,deny
Allow from all
</Directory>

from the instructions, but I'm not clear on what they're doing.

How have I misconfigured apache? I'm not very experienced with it, so
any guidance would be appreciated.

Erik Sherwood
Center for Applied Mathematics | Phone: (607) 255-4195
657 Rhodes Hall | Fax: (607) 255-9860
Cornell University | Email: sherwood [at] cam
Ithaca, NY 14853 | Web: http://www.cam.cornell.edu/~sherwood



On Jan 15, 2007, at 11:03 PM, Matt Good wrote:

>
> On Jan 12, 9:45 am, "Erik Sherwood" <erik.sherw...@gmail.com> wrote:
>> My apologies if this posts multiple times -- it didn't seem to
>> show up
>> in google groups when I posted before.
>>
>> I am trying to install trac on RH Enterprise 4. I have built the
>> necessary components from source in /usr/local, rather than
>> relying on
>> the RH packages.
>
> Well, I can't speak specifically on RHE4 packages, but generally it's
> easier to rely on the packages to get things right. Especially
> compiling Subversion and the Python bindings to it causes people much
> confusion. So, unless there's a good reason not to, the packages will
> probably make this process easier.
>
>> I am using trac-0.10.3, Python-2.4.4, subversion-1.4.2, swig-1.3.25,
>> sqlite-3.3.8, clearsilver-0.10.4.
>>
>> I created a test subversion repository and trac environment, and
>> set up
>> the trac environment using
>>
>> trac-admin /home/sherwood/public_html/testproject initenv
>>
>> In interactive mode, I set trac to use svn as the repository type,
>> set
>> to the test repository.
>>
>> When I run
>>
>> tracd --port 8000 /home/sherwood/public_html/testproject
>>
>> and then connect to localhost:8000, I see the correct listing of
>> available projects:
>>
>> Available Projects
>>
>> * testproj
>>
>> but clicking on that link gives me this error from trac:
>>
> ...snip...
>> TracError: Unsupported version control system "svn"
>>
>> What have I done wrong?
>
> Trac cannot find the Subversion Python bindings. You'll need to check
> the PYTHONPATH to make sure the bindings are locatable, and check
> LD_LIBRARY_PATH, or ld.so.conf to make sure that any libraries
> installed into /usr/local are loadable.
>
> -- Matt Good
>
>
> >


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


manu.blot at gmail

Jan 17, 2007, 9:15 AM

Post #4 of 8 (957 views)
Permalink
Re: help with trac installation [In reply to]

> [Wed Jan 17 10:27:10 2007] [error] [client 128.84.216.128] Directory
> index forbidden by rule: /home/sherwood/projectTrac/htdocs/

This means your browser tries to see the content of this directory
(i.e. the list of files), which is not authorized with your default
configuration.
You don't need to browse the content of this directory: you just want
Apache to serve the content of the files that are in stored in this
directory, not to see the directory listing.

> How have I misconfigured apache? I'm not very experienced with it, so
> any guidance would be appreciated.

You tried to access cam.cornell.edu/project for which no "executable"
rule has been defined: you want the Trac engine to receive and process
your request.

The URL you want to browse with your config is probably more something like:
http://cam.cornell.edu/trac

I would nevertheless recommend that you do not use CGI at all, as the
web access will be deadly slow. Choose either mod_python or FastCGI.

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


sherwood at cam

Jan 17, 2007, 12:19 PM

Post #5 of 8 (940 views)
Permalink
Re: help with trac installation [In reply to]

Thanks, this helped a lot.

I've switched to mod_python now, and I can access my project at /trac.

However, I now get an error trying to login to the wiki: Internal
Error, Authentication information not available.

Here's what I have in httpd.conf now:

# TracModPython

ScriptAlias /trac /usr/local/share/trac/cgi-bin/trac.cgi

ScriptAlias /project /usr/local/share/trac/cgi-bin/trac.cgi

<Location /trac>
SetEnv TRAC_ENV "/home/sherwood/projectTrac"
</Location>

<Location /project>
SetEnv TRAC_ENV "/home/sherwood/projectTrac"
</Location>


<Location /home/sherwood/projectTrac>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/trac/projectTrac
PythonOption TracUriRoot /home/sherwood/projectTrac
PythonPath "sys.path + ['/usr/local/trac-0.10.3/lib/python2.4/site-
packages'] + [/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac']"
</Location>

<Location "/home/sherwood/projectTrac/login">
AuthType Basic
AuthName "projectTrac"
#AuthUserFile /var/trac/projectTrac/.htpasswd
AuthUserFile /home/sherwood/projectManagement/trac.htpasswd
Require valid-user
</Location>

the htpasswd file is in /home/sherwood/projectManagement/trac.htpasswd

I've tried it with AuthUserFile /var/trac/projectTrac/.htpasswd
and
AuthUserFile /home/sherwood/projectManagement/trac.htpasswd

but neither one seems to work. Where should I put the htpasswd file
for this to work?

Thanks,

Erik Sherwood
Center for Applied Mathematics | Phone: (607) 255-4195
657 Rhodes Hall | Fax: (607) 255-9860
Cornell University | Email: sherwood [at] cam
Ithaca, NY 14853 | Web: http://www.cam.cornell.edu/~sherwood



On Jan 17, 2007, at 12:15 PM, Emmanuel Blot wrote:

>
>> [Wed Jan 17 10:27:10 2007] [error] [client 128.84.216.128] Directory
>> index forbidden by rule: /home/sherwood/projectTrac/htdocs/
>
> This means your browser tries to see the content of this directory
> (i.e. the list of files), which is not authorized with your default
> configuration.
> You don't need to browse the content of this directory: you just want
> Apache to serve the content of the files that are in stored in this
> directory, not to see the directory listing.
>
>> How have I misconfigured apache? I'm not very experienced with it, so
>> any guidance would be appreciated.
>
> You tried to access cam.cornell.edu/project for which no "executable"
> rule has been defined: you want the Trac engine to receive and process
> your request.
>
> The URL you want to browse with your config is probably more
> something like:
> http://cam.cornell.edu/trac
>
> I would nevertheless recommend that you do not use CGI at all, as the
> web access will be deadly slow. Choose either mod_python or FastCGI.
>
> 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 [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


manu.blot at gmail

Jan 17, 2007, 2:23 PM

Post #6 of 8 (962 views)
Permalink
Re: help with trac installation [In reply to]

> # TracModPython
> ScriptAlias /trac /usr/local/share/trac/cgi-bin/trac.cgi
> ScriptAlias /project /usr/local/share/trac/cgi-bin/trac.cgi

Useless: if you are using mod_python, you don't need a CGI script, but
a PythonHandler directive. It seems that you are still using CGI.

> <Location /trac>
> SetEnv TRAC_ENV "/home/sherwood/projectTrac"
> </Location>
>
> <Location /project>
> SetEnv TRAC_ENV "/home/sherwood/projectTrac"
> </Location>

You only need one of the above directives, depending on how you want
to acces Trac
(http://server/project or http://server/trac).
However, again, TRAC_ENV is for CGI configuration. The directive are
different for mod_python

<Location /home/sherwood/projectTrac>

This is not a valid directive: Location refer to the URL (e.g.
/project), Directory refers to a physical directory (e.g.
/home/sherwood/project)

> PythonPath "sys.path + ['/usr/local/trac-0.10.3/lib/python2.4/site-
> packages'] + [/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac']"

the .../site-packages/trac path is not needed.

> but neither one seems to work. Where should I put the htpasswd file
> for this to work?

Unfortunately, there are many errors in your config file.
I'd suggest you carefully read the Trac installation pages on trac.edgewall.org

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


vpaziran at gmail

Feb 3, 2007, 7:29 PM

Post #7 of 8 (881 views)
Permalink
Re: help with trac installation [In reply to]

Are you getting: TracError: Unsupported version control system
"svn" ???
Or how about: ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0:
undefined symbol: gss_delete_sec_context ?
If you are getting the first error mentioned, go to the command prompt
and type: python -c 'from svn import fs'

Well, it took me several hours of pain to figure out a solution. So
I've decided to reply to every thread in the Trac mailing list so that
others will be sure to stumble upon a (possible) answer. I installed
Trac 0.10.3 on RHEL4.

Here's the site that cured my pain: http://www.liucougar.net/blog/
archives/53/
Basically, recompile subversion but edit the Makefile so that neon
will explicitly link against gssapi lib:

vi subversion-1.4.2/Makefile
old: SVN_APR_LIBS = .../subversion-1.4.2/apr/libapr-0.la -lrt -lm -
lcrypt -lnsl -lpthread -ldl
new: SVN_APR_LIBS = .../subversion-1.4.2/apr/libapr-0.la -lrt -lm -
lcrypt -lnsl -lpthread -ldl -lgssapi
then compile + install again.

You can always not compile neon, but don't you want to browse your
code online? ;-)

Btw, if you apply the above solution but get the new error:
ImportError: libsvn_swig_py-1.so.0: cannot open shared object file: No
such file or directory
Then just reboot your box. Something is cached and needs to be
restarted.

keywords: red hat enterprise linux 4, rhel4, rhel, trac, subversion,
rpm, source code,
more keywords:

see also:
http://trac.edgewall.org/ticket/3706?format=rss
http://trac.edgewall.org/ticket/3706
http://pacopablo.com/irclogs/2007/01/28




2007-02-02 18:29:45,878 Trac[main] ERROR: Unsupported version control
system "svn"
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387,
in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 191,
in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 263,
in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py",
line 73, in pre_process_request
self.get_repository(req.authname) # triggers a sync if applicable
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py",
line 91, in get_repository
raise TracError('Unsupported version control system "%s"'
TracError: Unsupported version control system "svn"


Python 2.4.4 (#1, Feb 2 2007, 16:33:34)
[GCC 3.4.6 20060404 (Red Hat 3.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import svn
>>> from svn import fs
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/svn-python/svn/fs.py", line 19, in ?
from libsvn.fs import *
File "/usr/local/lib/svn-python/libsvn/fs.py", line 5, in ?
import _fs
ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol:
gss_delete_sec_context
>>>

------------------------------------------------------------
Quick-and-dirty notes on installing Trac from source code...
------------------------------------------------------------
[installed on RHEL4 - Nahant]


wget http://mirror.x10.com/mirror/apache/httpd/httpd-2.0.59.tar.gz
./configure --enable-dav --enable-so --enable-maintainer-mode --
prefix=/usr/local/apache2 && make && make install


wget http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tgz
./configure --prefix=/usr && make && make install


# no need to get swig - subversion-1.4 have the wrappers in its own
code
#wget 'http://downloads.sourceforge.net/swig/swig-1.3.25.tar.gz?
modtime=1118577644&big_mirror=0'
#./configure --prefix=/usr/local && make && make install


wget http://subversion.tigris.org/downloads/subversion-1.4.2.tar.gz
wget http://subversion.tigris.org/downloads/subversion-
deps-1.4.2.tar.gz
sh autogen.sh
./configure --with-apxs=/usr/local/apache2/bin/apxs --prefix=/usr/
local && make && make install
make swig-py && make install-swig-py
ls /usr/local/lib/svn-python # you should see "svn" and "libsvn"
dirs here
echo /usr/local/lib/svn-python > /usr/lib/python2.4/site-packages/
subversion.pth


wget http://www.clearsilver.net/downloads/clearsilver-0.10.4.tar.gz
./configure && make && make install


wget http://peak.telecommunity.com/dist/ez_setup.py
python2.4 ez_setup.py


wget http://docutils.sourceforge.net/docutils-snapshot.tgz
python2.4 setup.py build
python2.4 setup.py install


wget http://www.iki.fi/mtr/genscript/enscript-1.6.4.tar.gz
./configure --prefix=/usr/local && make && make install


wget http://mirror.olnevhost.net/pub/apache/httpd/modpython/
mod_python-3.2.10.tgz
./configure --with-apxs=/usr/local/apache2/bin/apxs && make && make
install


wget http://www.sqlite.org/sqlite-3.3.11.tar.gz
./configure --prefix=/usr/local && make && make install


wget http://initd.org/pub/software/pysqlite/releases/2.3/2.3.3/
pysqlite-2.3.3.tar.gz
python2.4 setup.py build
python2.4 setup.py install


wget http://ftp.edgewall.com/pub/trac/trac-0.10.3.tar.gz
python2.4 setup.py build
python2.4 setup.py install




On Jan 12, 6:45 am, "Erik Sherwood" <erik.sherw...@gmail.com> wrote:
> My apologies if this posts multiple times -- it didn't seem to show up
> in google groups when I posted before.
>
> I am trying to install trac on RH Enterprise 4. I have built the
> necessary components from source in /usr/local, rather than relying on
> the RH packages.
>
> I am using trac-0.10.3, Python-2.4.4, subversion-1.4.2, swig-1.3.25,
> sqlite-3.3.8, clearsilver-0.10.4.
>
> I created a test subversion repository and trac environment, and set up
> the trac environment using
>
> trac-admin /home/sherwood/public_html/testproject initenv
>
> In interactive mode, I set trac to use svn as the repository type, set
> to the test repository.
>
> When I run
>
> tracd --port 8000 /home/sherwood/public_html/testproject
>
> and then connect to localhost:8000, I see the correct listing of
> available projects:
>
> Available Projects
>
> * testproj
>
> but clicking on that link gives me this error from trac:
>
> Traceback (most recent call last):
> File
> "/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/web/main.py",
> line 387, in dispatch_request
> dispatcher.dispatch(req)
> File
> "/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/web/main.py",
> line 191, in dispatch
> chosen_handler = self._pre_process_request(req, chosen_handler)
> File
> "/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/web/main.py",
> line 263, in _pre_process_request
> chosen_handler = f.pre_process_request(req, chosen_handler)
> File
> "/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/versioncontrol/api.py",
> line 73, in pre_process_request
> self.get_repository(req.authname) # triggers a sync if applicable
> File
> "/usr/local/trac-0.10.3/lib/python2.4/site-packages/trac/versioncontrol/api.py",
> line 91, in get_repository
> raise TracError('Unsupportedversioncontrolsystem"%s"'
> TracError:Unsupportedversioncontrolsystem"svn"
>
> What have I done wrong?
>
> Thanks,
>
> Erik


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


kantrn at rpi

Feb 3, 2007, 10:19 PM

Post #8 of 8 (897 views)
Permalink
Re: help with trac installation [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Feb 3, 2007, at 10:29 PM, Vahid Pazirandeh wrote:
[snip]
> So I've decided to reply to every thread in the Trac mailing list
> so that
> others will be sure to stumble upon a (possible) answer.
[snip]

Please never do this again. We have a wiki for centralized
documentation and a ticket system for tracking issues. Both are
easily searchable. There is a TracSubversion page and a TracFaq page,
either of which could be appropriate for this discourse (but not both
please, thats what links are for). I do appreciate your enthusiasm,
but this isn't the best place for it.

- --Noah
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFFxXr9A9fEp2eRsU8RAuDxAKDn4wz5Dei+MLjhNMl7Ah7JK5yMtACeNxRF
V2Ol+0RaTUAC0Na6ghd7wTE=
=K+t6
-----END PGP SIGNATURE-----

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

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


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.