| [00:08:52] |
* |
ktne has joined #trac |
| [00:58:34] |
* |
prologic has quit IRC |
| [02:16:40] |
<alect> |
weeee |
| [02:25:39] |
* |
lowkey has quit IRC |
| [03:06:32] |
* |
prologic has joined #trac |
| [03:31:33] |
* |
rbp has quit IRC |
| [03:33:28] |
* |
mario_ has joined #trac |
| [03:33:54] |
* |
mario__ has joined #trac |
| [03:36:34] |
* |
pygi has quit IRC |
| [03:36:37] |
* |
mario_ is now known as pygi |
| [03:37:05] |
* |
mario__ has quit IRC |
| [03:37:13] |
* |
mario_ has joined #trac |
| [03:43:21] |
* |
m_g has joined #trac |
| [03:52:41] |
* |
rbp has joined #trac |
| [04:02:53] |
* |
ktne has quit IRC |
| [04:18:30] |
* |
zubov has joined #trac |
| [04:19:08] |
<zubov> |
ok, so I'm working in a non-root environment, don't have access to install dependencies at the system level |
| [04:19:17] |
<zubov> |
this is with trac 0.10.3 |
| [04:19:29] |
<zubov> |
http://pastebin.com/847782 |
| [04:20:32] |
<zubov> |
subversion 1.3.x is installed on the system, but the swig bindings I've placed in PYTHONPATH are from 1.4.2 |
| [04:23:36] |
<zubov> |
i'm just stumped |
| [04:30:10] |
* |
kousuke has quit IRC |
| [04:32:16] |
* |
tenshiKur0 has quit IRC |
| [04:43:16] |
* |
coderanger_ has joined #trac |
| [04:43:37] |
* |
coderanger has quit IRC |
| [05:09:03] |
<zubov> |
if I copy the 1.3.x bindings from /usr/lib/python2.3/site-packages to tracinstall/lib/python2.4/site-packages, I get an error because my subversion tree is (version 5) 1.4.x style |
| [05:09:14] |
<zubov> |
but it is able to load the python svn libraries |
| [05:09:26] |
<zubov> |
er, modules, or whatever the python gurus call them :) |
| [05:12:26] |
* |
zosont has joined #trac |
| [05:54:56] |
<zubov> |
welp, if any of you have an idea, let me know please, i've got to go occupy my time with something else before I pull my hair out :) |
| [05:58:18] |
* |
pygi has quit IRC |
| [06:04:40] |
* |
pygi has joined #trac |
| [06:18:46] |
* |
bryanl has joined #trac |
| [06:19:13] |
* |
bryanl has joined #trac |
| [06:26:12] |
* |
kmccabe has joined #trac |
| [06:34:03] |
* |
kmccabe has quit IRC |
| [06:49:14] |
* |
flox has joined #trac |
| [06:51:51] |
* |
kmccabe has joined #trac |
| [07:13:27] |
* |
idnar has quit IRC |
| [07:13:30] |
* |
idnar_ has joined #trac |
| [07:41:09] |
* |
lnayrb has joined #trac |
| [07:42:02] |
* |
bryanl has quit IRC |
| [07:48:15] |
* |
Zambezi has left #trac |
| [08:33:02] |
<matt_good> |
zubov: you'll need to put the SVN libs matching the bindings version in tracinstall/lib and add tracinstall/lib to the LD_LIBRARY_PATH environment var for your Trac process |
| [08:34:26] |
<zubov> |
what are the svn libs in this case? libsvn? |
| [08:35:37] |
<zubov> |
oh, i think i know what you mean, the libraries produced from compiling subversion 1.4 |
| [08:35:41] |
<zubov> |
i did miss that... |
| [08:35:48] |
<zubov> |
i just didn't think it would give me that error |
| [08:39:14] |
<zubov> |
now to find where they are :) |
| [08:45:30] |
<matt_good> |
how did you create a SVN 1.4 repos on a system that has 1.3 installed, or did you copy it? |
| [08:45:58] |
<zubov> |
i copied it |
| [08:46:12] |
<matt_good> |
because you should also be able to dump the repos from 1.4 and then reload it on the 1.3 system |
| [08:46:14] |
<zubov> |
rsync from sourceforge, which is strange, because they say they run 1.3 servers |
| [08:46:36] |
<matt_good> |
ah |
| [08:47:20] |
<zubov> |
i have a ticket in with them to figure out how that happened, i think they're running 1.4 and aren't telling anyone :) |
| [08:47:32] |
<zubov> |
at least for our repository |
| [08:47:45] |
<zubov> |
i'm still having trouble loading those libraries |
| [08:49:42] |
<zubov> |
any way you know of I can get it to tell me which library it is looking for? |
| [08:50:05] |
<zubov> |
the confusing part for me is i can load "libsvn" and "svn" as import's from within python |
| [08:55:28] |
<zubov> |
python trac.fcgi returns the output (minus all the html crap) TracError: Unsupported version control system "svn" |
| [08:57:56] |
<zubov> |
odd, if I change PYTHONPATH, it won't run at all (erros on loading the trac module) |
| [08:58:11] |
<zubov> |
but if I unset LD_LIBRARY_PATH, it still gives me the svn error |
| [08:58:27] |
* |
zosont has quit IRC |
| [08:59:01] |
* |
bryanl has joined #trac |
| [08:59:02] |
* |
lnayrb has quit IRC |
| [09:25:27] |
* |
ErikRose has joined #trac |
| [09:27:48] |
* |
ErikRose has quit IRC |
| [09:43:13] |
* |
evangineer has joined #trac |
| [09:43:49] |
<evangineer> |
hi guys |
| [09:44:30] |
<evangineer> |
I'm thinking about writing a plugin to generate an icalendar feed from Trac tickets |
| [09:44:59] |
* |
flox has quit IRC |
| [09:45:10] |
<evangineer> |
I'm wondering if this has already been done or whether someone has some half-finished code for doing this. |
| [09:56:28] |
* |
kmccabe has quit IRC |
| [09:57:48] |
<evangineer> |
ok, so the roadmap can be downloaded as a icalendar feed |
| [09:58:41] |
<evangineer> |
however tickets will only show up on it, if they have a milestone assigned to them. |
| [09:59:50] |
* |
zosont has joined #trac |
| [10:07:17] |
<zosont> |
Hi there. I've just been trying to get Trac running on OS X 10.4.8 Tiger Server, following the install guide on the wiki http://trac.edgewall.org/wiki/TracOnOsxServerNoFink |
| [10:07:17] |
<zosont> |
It appeared that everything has installed okay. I created a new trac project called inspiringly enough 'project' and added what i thought was the correct stuff to httpd.conf but I am getting: |
| [10:07:18] |
<zosont> |
HTTPException: 404 Not Found (No handler matched request to /project/) |
| [10:07:18] |
<zosont> |
when I try and view the project in a web browser. http://myserver.local/trac/project |
| [10:07:18] |
<zosont> |
Anyone have any ideas? |
| [10:08:41] |
<zosont> |
The auth part asside, this is what I added to http.conf: |
| [10:08:41] |
<zosont> |
<Location /trac/project> |
| [10:08:41] |
<zosont> |
SetHandler mod_python |
| [10:08:42] |
<zosont> |
PythonHandler trac.web.modpython_frontend |
| [10:08:42] |
<zosont> |
PythonOption TracEnv /Volumes/DataHD/trac/project |
| [10:08:42] |
<zosont> |
</Location> |
| [10:39:23] |
* |
kmccabe has joined #trac |
| [10:39:59] |
* |
kmccabe has joined #trac |
| [10:53:44] |
* |
kmccabe has quit IRC |
| [11:05:28] |
* |
zosont has quit IRC |
| [11:05:56] |
* |
kmccabe has joined #trac |
| [11:37:09] |
* |
evangineer has quit IRC |
| [12:01:19] |
<synic> |
where is the code that loads plugins located? I just want to see how it's done so I can do it in my own app |
| [12:14:56] |
<matt_good> |
synic: trac.loader |
| [12:16:53] |
* |
Miek has joined #trac |
| [12:16:55] |
<synic> |
thanks |
| [12:16:55] |
* |
chandlerc_ has quit IRC |
| [12:34:32] |
* |
lnayrb has joined #trac |
| [12:39:20] |
* |
bryanl has quit IRC |
| [12:43:33] |
* |
chandlerc has joined #trac |
| [12:46:04] |
* |
omry has quit IRC |
| [13:00:02] |
* |
matt_good has quit IRC |
| [13:08:52] |
* |
kmccabe has quit IRC |
| [13:31:55] |
* |
matt_good has joined #trac |
| [13:38:10] |
* |
Tetraboy has quit IRC |
| [13:38:45] |
* |
dilinger has quit IRC |
| [13:42:01] |
* |
zosont has joined #trac |
| [13:43:05] |
* |
zosont has joined #trac |
| [13:51:29] |
* |
zosont has quit IRC |
| [14:18:44] |
* |
prologic has quit IRC |
| [14:19:28] |
* |
prologic has joined #trac |
| [14:36:58] |
* |
frankg has quit IRC |
| [14:38:41] |
* |
omry has joined #trac |
| [14:46:05] |
<pygi> |
ok, so what's wrong with AuthUserFile in httpd.conf? :P |
| [15:03:24] |
* |
dilinger has joined #trac |
| [15:03:33] |
* |
darix has joined #trac |
| [15:04:17] |
<darix> |
is there any option in trac to get a input box where i can paste a bug number and it jumps to the bug? |
| [15:04:37] |
<Miron> |
darix: Just type #<issue number> in the search box. |
| [15:04:45] |
<darix> |
ah |
| [15:04:52] |
<darix> |
thanks |
| [15:04:56] |
* |
darix has left #trac |
| [15:10:30] |
* |
real-dev has joined #trac |
| [15:11:42] |
<real-dev> |
will a milestone be automatically closed if all tickets are gone, or is this a manual action? |
| [15:12:10] |
* |
m_g has quit IRC |
| [15:13:50] |
<matt_good> |
real-dev: it's manual |
| [15:14:18] |
<pygi> |
anybody wanna help with getting mod_python + trac work? :) |
| [15:14:20] |
<alect> |
morning |
| [15:15:55] |
<real-dev> |
matt_good: thx |
| [15:20:02] |
* |
zosont has joined #trac |
| [15:21:13] |
* |
Tetraboy has joined #trac |
| [15:59:38] |
* |
matt_good has quit IRC |
| [16:00:04] |
* |
bryanl has joined #trac |
| [16:16:23] |
* |
lnayrb has quit IRC |
| [16:19:31] |
* |
tag- has joined #trac |
| [16:19:45] |
<tag-> |
Whoot. |
| [16:36:25] |
<coderanger_> |
Have the mailing lists been really slow lately or my mail on fritz again? |
| [16:50:47] |
* |
zosont has quit IRC |
| [16:55:51] |
* |
dgynn has joined #trac |
| [17:56:17] |
* |
_dmax has joined #trac |
| [18:00:38] |
* |
dcj has joined #trac |
| [18:01:21] |
* |
s0undt3ch has quit IRC |
| [18:03:21] |
* |
dmax434 has joined #trac |
| [18:08:01] |
* |
dmax has quit IRC |
| [18:08:07] |
* |
dmax434 is now known as dmax |
| [18:15:36] |
* |
_dmax has quit IRC |
| [18:41:37] |
* |
s0undt3ch has joined #trac |
| [19:22:48] |
* |
matt_good has joined #trac |
| [19:51:32] |
* |
kmccabe has joined #trac |
| [21:01:45] |
* |
neoxed_ has joined #Trac |
| [21:14:43] |
* |
Miron_ has joined #trac |
| [21:14:45] |
* |
Miron has quit IRC |
| [23:25:59] |
<pacopablo> |
evening |
| [23:26:05] |
<pacopablo> |
coderanger_: been slow for me |
| [23:26:30] |
<coderanger_> |
yeah, I checked it against the groups.g.o site to be sure |
| [23:27:21] |
<pacopablo> |
well, Ilias had to take a leave of absence |
| [23:27:46] |
<coderanger_> |
heh, maybe thats it |
| [23:27:57] |
<coderanger_> |
even the users list seems to have lightened up a lot thought |
| [23:28:02] |
<coderanger_> |
probably holiday related |
| [23:30:39] |
<pacopablo> |
probably |
| [23:50:06] |
<pacopablo> |
ok, any bright ideas on how a dburi should look when wanting to connect to a UNIX socket instead of tcp/ip ? |
| [23:55:26] |
<coderanger_> |
make "socket" a special hostname? |
| [23:55:47] |
<coderanger_> |
pgsql://socket/tmp/pg.sock |
| [23:56:10] |
<coderanger_> |
or leave the host section blank |
| [23:56:18] |
<coderanger_> |
pgsql:///tmp/pg.sock |
| [23:56:38] |
<pacopablo> |
except via unix socket, username and password may still be needed |
| [23:56:59] |
<coderanger_> |
pgsql://user:passwd@/tmp/blah |
| [23:57:27] |
<pacopablo> |
which then screws up the database location |
| [23:57:53] |
<pacopablo> |
as how would you determine which database to connect to and where the socket path ends? |
| [23:58:12] |
<coderanger_> |
progressive stats |
| [23:58:17] |
<coderanger_> |
just like subversion does |
| [23:58:27] |
<pacopablo> |
huh? |
| [23:58:34] |
<pacopablo> |
see where it fails to match? |
| [23:58:46] |
<coderanger_> |
you chop off chunks until you find a valid file |
| [23:58:48] |
<pacopablo> |
or should I say, exist |
| [23:59:59] |
<coderanger_> |
you would probably want to add some kind of resident cache for that data though, since I would imagine it would be slow |