[Trac] Re: Trac-Haks subversion trouble

2009-04-01 Thread Michael Renzmann

Hi.

 I am suddenly having issues checking out from trac-hacks.  I am
 getting the  (503  Service Unavailable) PROPFIND Error.

I cannot reproduce that. Could you please tell me the exact command used
when you got that message?

Bye, Mike

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TracNav Plugin Installation

2009-04-01 Thread sunny063

Thanks for your answer, now it is working just fine!

On Mar 27, 11:55 am, Thomas Moschny thomas.mosc...@gmail.com wrote:
 2009/3/27 sunny063 sunny...@googlemail.com:

  I tried to execute easy_install TracNav==dev but then I end up with:
  error: Unexpected HTML page found at
 http://svn.ipd.uka.de/repos/javaparty/JP/trac/plugins/tracnav-0.11#eg...;

  Is this URL wrong?

 No, it is perfectly right, but your setuptools is too old. It can't
 deal with newer subversion servers.

 So, do this instead:

 cd /tmp
 svn cohttp://svn.ipd.uka.de/repos/javaparty/JP/trac/plugins/tracnav-0.11
 cd tracnav-0.11
 easy_install .

  On the other hand I figured out that when I call TracNav() (whitout a
  paramter) it will show the page called TOC, so at least one index is
  working now...

 Yes the problem is the code parsing the macro's arguments.

 --
 Thomas Moschny thomas.mosc...@gmail.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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Trac-Haks subversion trouble

2009-04-01 Thread yoheeb

On Apr 1, 7:28 am, Michael Renzmann mrenzm...@otaku42.de wrote:
 Hi.

  I am suddenly having issues checking out from trac-hacks.  I am
  getting the  (503  Service Unavailable) PROPFIND Error.

 I cannot reproduce that. Could you please tell me the exact command used
 when you got that message?

 Bye, Mike

I first tried easy_install, which failed, I followed with a direct svn
co command:
E:\temp\testsvn co http://trac-hacks.org/svn/tractickettemplateplugin/0.11/
svn: Server sent unexpected return value (503 Service Unavailable) in
response to PROPFIND request for '/svn/tractickettemplateplugin/0.11'

This would be the second plugin I tried, just to test.  It's not
actually the one I was after.
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Upgrading existing tracs 12 multirepos to a newer version

2009-04-01 Thread Christian Boos

Hello Roger,

First, the thing is still called trac not tracs even if it now 
supports multiple repositories ;-)

Roger O wrote:
 I am considering updating my tracs install from the 0.12 multirepos
 from 2008-09-09 (when I installed it was current at the time) to the
 current version. Although I use tracs daily, I do not update so very
 often. Is there a guide to doing this correct? Would these steps be
 adequate:

 - Stop tracs logins
 - Back up current tracs env
   

Yes.

 - Back up the tracs parts in /usr/lib/python/site-packages/
 Trac-0.12multirepos-py2.5.egg, where I guess all of tracs lives.
   

Well, that step is not really needed (you can always checkout an earlier 
version if things go bad).
A good habit is to make a note somewhere about which revision was in use 
before you do a svn update (e.g. you can do: svn info  LAST_STABLE; 
svn update).

 - Install the new 0.12 multirepos tracs from svn
   
Also do:

 trac-admin tracenv upgrade

as there has been a schema change recently (the repository cache now 
supports multiple repositories as well).
However, we also plan to do a schema change very soon on trunk, and this 
will actually conflict with the schema change we did on the branch. So 
if you don't want to have to mess with the db manually, better wait a 
few more days until we merge the upcoming trunk change into the 
multirepos branch (I'll follow up here when it's done).
 - Check for any diffs in the tracs.ini file
   

There shouldn't be currently, but yes, good idea (comparing your 
trac.ini with the trac.ini.sample file written after the trac-admin update).

 - Enable tracs logins
 - Enjoy
   

Also do: trac-admin tracenv help repository
In order to learn about the new commands.
New hook scripts will be coming soon.

 One thing that made me stop and ask this question was that I see I
 have an older tracs in /usr/lib/python/site-packages/Trac-0.11.1-
 py2.5.egg. I remember starting with this one and then later upgrading
 to 0.12 multirepos, but I do not recall what I did to make
 Trac-0.12multirepos-py2.5.egg be used instead of Trac-0.11.1-
 py2.5.egg. Age... After installing the new 0.12 multirepos, should I
 need to do anything to get it to be used? Based on the names I see, I
 am guessing the update will replace the existing Trac-0.12multirepos-
 py2.5.egg.
   

The /usr/lib/python/site-packages/easy-install.pth file contains the 
reference to the active version.
When you do a python setup.py install, it takes care of updating that 
file, so you don't have to bother.

 I have been following the development of tracs and see that there are
 new features being added that would make my tracs experience even
 better (things like render user variable text, use user variable
 descriptions instead of the variable name as labels).

You mean the wiki custom fields... Yes, the multirepos is usually quite 
in sync with trunk, so you'll have this as well.

  Is it the plan
 that the multirepos branch be fully merged with the trunk so it gets
 all these nifty new features? Or will the multirepos remain a branch?
   

The integration in trunk will happen at some point, but the target has 
not been formally decided yet. Things are progressing well enough so 
that it seems plausible to have it in Trac 0.12.

 Just curious.

No problem, thanks for your interest!

-- 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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] ticket_clone.py

2009-04-01 Thread Scott Bussinger

I'm trying to get the ticket cloning sample plugin to work (from
http://trac.edgewall.org/browser/trunk/sample-plugins/ticket_clone.py)
and I must be blind, because I can't find a clone button anywhere.
Where is it?

I'm running Trac 0.11.4 and Genshi 0.5.1 so I think I'm current on
versions. The plugin shows that it loaded and looking at the log shows
it loading and no obvious related errors.I'm logged in as the Admin so
permissions shouldn't be an issue.

The skimpy documentation in the file (the only docs I've found) says:

This button is located next to the 'Reply' to description button, and
pressing it will send a request for creating a new ticket which will
be based on the cloned one.

What reply button? I don't see one on any of the pages I checked.
I'm sure I'm just being stupid. 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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Error accessing trac for the first time

2009-04-01 Thread BA

Hello Graham:

Thank you for your response.

You are correct, adding import socket causes an error.

This is what I get from  printing the sys.path (formatted for easier
reading):
['C:pythonpython26libsite-packagesgenshi-0.5.1-
py2.6.egg',
'C:WINDOWSsystem32python26.zip',
'C:pythonpython26Lib',
'C:pythonpython26DLLs',
'C:pythonpython26Liblib-tk',
'C:Program FilesApache Software FoundationApache2.2',
'C:Program FilesApache Software FoundationApache2.2\\\
\bin',
'C:pythonpython26',
'C:pythonpython26libsite-packages']

I found _socket.pyd in the c:\python\python26\dlls folder.

I looked in the registry and in the PythonPath it includes the same
folders except for the Apache folders.

Any more ideas?

I'm thinking of starting over with Python 2.5...

On Mar 31, 5:47 pm, Graham Dumpleton graham.dumple...@gmail.com
wrote:
 On Mar 31, 10:44 pm, BA brend...@gmail.com wrote:



  Hello:

  I am receiving this error in the Apache log file when I try to 
  accesshttp://localhost/trac/

  mod_wsgi(pid=1212): Target WSGI script 'C:/projects/cbs/wsgi/
  cbs.wsgi' cannot be loaded as Python module.mod_wsgi(pid=1212): Exception 
  occurred processing WSGI script 'C:/
  projects/cbs/wsgi/cbs.wsgi'.
  Traceback (most recent call last):
    File C:/projects/cbs/wsgi/cbs.wsgi, line 6, in module
      import trac.web.main
    File c:\\python\\python26\\lib\\site-packages\\Trac-0.11.3-py2.6.egg
  \\trac\\web\\__init__.py, line 12, in module
      from trac.web.api import *
    File c:\\python\\python26\\lib\\site-packages\\Trac-0.11.3-py2.6.egg
  \\trac\\web\\api.py, line 17, in module
      from BaseHTTPServer import BaseHTTPRequestHandler
    File C:\\python\\python26\\lib\\BaseHTTPServer.py, line 75, in
  module
      import socket # For gethostbyaddr()
    File C:\\python\\python26\\lib\\socket.py, line 46, in module
      import _socket
  ImportError: DLL load failed: The specified module could not be found.

  Trac works when I use the standalone server (tracd).
  I'm using:
  Python 2.6 (latest)
  PostgreSQL 8.3 (latest)
  psycopg2mod_wsgi(which seems to work when I use the example script, apache
  seems to be configured correctly)
  Apache 2.2 (latest)

  Can anybody give me a hand?

 In your WSGI hello world example script add:

   import socket

 Then you will find it probably fails.

 Then replace that with:

   import sys
   print  sys.stderr, sys.path

 Look in the Apache error log for what sys.path is dumped out as.

 Then search your system for file called '_socket.so'. Presuming that
 is Python modules still have .so extension on Windows, can't remember.

 If that directory isn't in sys.path, then likely that your Python
 module search path is screwed, possibly because of broken Windows
 registry entries.

 Post results of what you get for sys.path and where the _socket
 extension module is located.

 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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: ticket_clone.py

2009-04-01 Thread jevans


On Apr 1, 1:39 pm, Scott Bussinger sco...@opto-pps.com wrote:
 I'm trying to get the ticket cloning sample plugin to work 
 (fromhttp://trac.edgewall.org/browser/trunk/sample-plugins/ticket_clone.py)
 and I must be blind, because I can't find a clone button anywhere.
 Where is it?

 I'm running Trac 0.11.4 and Genshi 0.5.1 so I think I'm current on
 versions. The plugin shows that it loaded and looking at the log shows
 it loading and no obvious related errors.I'm logged in as the Admin so
 permissions shouldn't be an issue.

 The skimpy documentation in the file (the only docs I've found) says:

 This button is located next to the 'Reply' to description button, and
 pressing it will send a request for creating a new ticket which will
 be based on the cloned one.

 What reply button? I don't see one on any of the pages I checked.
 I'm sure I'm just being stupid. Help!

Hi,
I see Reply and Clone buttons in the upper right of the Description
field in the box displayed at the top of ticket pages.
Did you enable the plug-in and restart your server?
- jevans

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Upgrading existing tracs 12 multirepos to a newer version

2009-04-01 Thread jevans


On Apr 1, 1:27 pm, Christian Boos cb...@neuf.fr wrote:
 Roger O wrote:
   Is it the plan
  that the multirepos branch be fully merged with the trunk so it gets
  all these nifty new features? Or will the multirepos remain a branch?

 The integration in trunk will happen at some point, but the target has
 not been formally decided yet. Things are progressing well enough so
 that it seems plausible to have it in Trac 0.12.

  Just curious.

 No problem, thanks for your interest!

 -- Christian

That would be awesome
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: ticket_clone.py

2009-04-01 Thread Scott Bussinger

Thanks! I _knew_ it was a case of my being blind! In the several years
I've been using Trac now, I don't think I've ever noticed that reply
button (nor the clone button now). I was expecting a real button and
not the little text box. The strange part is that I did a text search
on the page for reply it doesn't find it either.

Seems to work great though.

On Apr 1, 8:59 pm, jevans jevans...@gmail.com wrote:
 On Apr 1, 1:39 pm, Scott Bussinger sco...@opto-pps.com wrote:

  I'm trying to get the ticket cloning sample plugin to work 
  (fromhttp://trac.edgewall.org/browser/trunk/sample-plugins/ticket_clone.py)
  and I must be blind, because I can't find a clone button anywhere.
  Where is it?

  I'm running Trac 0.11.4 and Genshi 0.5.1 so I think I'm current on
  versions. The plugin shows that it loaded and looking at the log shows
  it loading and no obvious related errors.I'm logged in as the Admin so
  permissions shouldn't be an issue.

  The skimpy documentation in the file (the only docs I've found) says:

  This button is located next to the 'Reply' to description button, and
  pressing it will send a request for creating a new ticket which will
  be based on the cloned one.

  What reply button? I don't see one on any of the pages I checked.
  I'm sure I'm just being stupid. Help!

 Hi,
 I see Reply and Clone buttons in the upper right of the Description
 field in the box displayed at the top of ticket pages.
 Did you enable the plug-in and restart your server?
 - jevans- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---