Team Chat Logs

2006 6
Mo Tu We Th Fr Sa Su
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

July 03, 2006

[00:10:49] * cmlenz has joined #trac
[00:17:56] <cmlenz> pacopablo: I am now
[00:22:48] * raidman|Work is now known as raidman|Away
[00:29:57] * raidman|Away is now known as raidman|Work
[01:03:10] <asmodai> cmlenz: he went to bed
[01:03:29] <asmodai> PHP is like crack. :)
[01:03:29] <cmlenz> ah well
[01:05:10] <alect> except there are no highs, only lows
[01:06:32] <asmodai> alect: :)
[01:10:27] <asmodai> alect: How ya doin'?
[01:17:42] <alect> good!
[01:17:43] <alect> you?
[01:23:08] <asmodai> mmm, depending on the subject: very fscked to very god.
[01:23:09] <asmodai> good
[02:08:06] * Synapse has quit IRC
[02:13:30] <alect> ~.
[02:13:42] * s0undt3c1 has joined #trac
[02:15:56] * Hydra_ has quit IRC
[02:23:18] * eblot has quit IRC
[02:26:12] * s0undt3ch has quit IRC
[02:26:18] * s0undt3c1 is now known as s0undt3ch
[02:43:18] <asmodai> alect: heh
[02:43:21] <asmodai> alect: ssh ? ;)
[02:48:56] * [algo] has joined #trac
[02:49:24] <[algo]> can I make report families ?
[02:49:32] <[algo]> maybe reports on different pages ?
[02:50:20] <[algo]> I have about 30 different reports , could be nice to have hierarchy of them, how can I do it ?
[02:58:00] * Sonderblade has joined #trac
[02:59:03] * Synapse has joined #trac
[03:13:16] * tuxipuxi has joined #trac
[03:20:32] * _idostyle has joined #trac
[03:23:57] * Synapse has quit IRC
[03:24:29] * raidman|Work is now known as raidman|Away
[03:25:39] * Synapse has joined #trac
[03:31:40] * raidman|Away is now known as raidman|Work
[03:34:01] * [algo] has quit IRC
[03:34:28] * idostyle has quit IRC
[03:34:38] * _idostyle is now known as idostyle
[03:48:44] * Synapse_ has joined #trac
[03:49:36] <tuxipuxi> will it be possible to change the timezone in trac 0.10?
[03:53:11] * [algo] has joined #trac
[03:53:38] <[algo]> any ideas on splitting reports ? (did I miss anything ? )
[03:54:12] * Synapse has quit IRC
[03:55:10] * Synapse has joined #trac
[04:07:42] * wkornew has joined #trac
[04:08:56] * Synapse_ has quit IRC
[04:12:46] * cmlenz_ has joined #trac
[04:13:59] * cmlenz has quit IRC
[04:14:19] * cmlenz__ has joined #trac
[04:15:54] <wkornew> how do I set the username after authentication? what does req.remote_user mean and why is it used by some plugins? do I have to use the outcookie's 'trac_auth' key or is it sufficient to set req.authname to "anonymous"?
[04:16:40] <wkornew> instead of the cookie I could as well store everything in the session, right?
[04:17:28] <cmlenz__> you are implementing the IAuthenticator interface
[04:17:34] <wkornew> yes
[04:17:35] <wkornew> hi cmlenz_
[04:18:10] <cmlenz__> in that case you just return the username from authenticate() and don't *set* anything
[04:18:34] * cmlenz__ is now known as cmlenz
[04:18:38] <wkornew> will req.authname be set by Trac, automatically?
[04:19:00] <cmlenz> yes
[04:19:11] <cmlenz> that's the idea, at least
[04:19:20] <wkornew> okay...I've seen a few plugins set it manually
[04:21:28] * jml has quit IRC
[04:23:27] * Hydra_ has joined #trac
[04:28:00] * jml has joined #trac
[04:30:39] * Synapse has quit IRC
[04:31:22] * Synapse has joined #trac
[04:34:53] <wkornew> cmlenz: is the req.session object in authenticate() always None?
[04:35:00] * cmlenz_ has quit IRC
[04:35:14] <cmlenz> hmm, yeah
[04:35:21] <cmlenz> because the session may depend on the authname
[04:35:26] <cmlenz> chicken and egg problem I guess
[04:35:30] <wkornew> okay... :(
[04:36:02] <wkornew> how can I safely store data about the user on the server-side?
[04:36:17] <wkornew> is incookie not stored on the client?
[04:37:10] <wkornew> I don't want to use a database for this...
[04:37:47] <cmlenz> you can always just use a file
[04:39:08] <wkornew> what is the auth_cookie table? is it created by Trac?
[04:39:15] <wkornew> cmlenz: files are ugly :)
[04:40:43] <wkornew> hmm, it looks like I could use the auth_cookie table...
[04:43:36] * asmodai hands cmlenz an egg
[04:58:56] * raidman|Work is now known as raidman|Away
[05:16:43] * jrydberg has joined #trac
[05:29:19] * tenshiKur0 has joined #trac
[05:36:11] * tuxipuxi has quit IRC
[05:39:43] * raidman|Away has quit IRC
[05:40:28] * raidman|Away has joined #trac
[05:51:59] * coderanger_ has joined #trac
[06:09:07] * bwmcadams has joined #trac
[06:14:40] * jerome has joined #trac
[06:14:51] <jerome> good afternoon all
[06:20:35] <jerome> after some mods on site_css.cs, site_footer.cs, etc it happends in gecko browsers that the css is not read or not used until I purge the browser cache and then it displays nicely
[06:20:46] <jerome> the source seems ok though
[06:21:11] * cmlenz_ has joined #trac
[06:21:18] <jerome> <style ...>@import url(...)</style> in any case
[06:23:21] <coderanger_> That is a browser issue
[06:26:57] * cmlenz has quit IRC
[06:35:40] * hacim has quit IRC
[06:39:37] <jerome> coderanger: ok, so I guess I just have to have it inline.
[06:54:27] * cmlenz__ has joined #trac
[06:56:27] <wkornew> how can I find out what the base url of Trac is without it being specified in config.ini? I'd like to get this from the HTTP request
[06:57:02] <coderanger_> req.href()
[06:57:14] <coderanger_> or req.abs_href() depending on what you need
[06:57:42] <wkornew> ah, okay..., but the latter gives me "http://myserver..../login", for example, right?
[06:58:18] <wkornew> I only need the server name
[06:58:22] <wkornew> maybe including the env
[06:59:06] <wkornew> at least, OpenID auth seems to work, now :))
[07:01:18] <wkornew> how can I use req.abs_href() without regex or other hacky stuff?
[07:01:37] <wkornew> I only need http://myserver.com/ without the /someenv/...
[07:03:43] <wkornew> ah, sorry...
[07:03:49] <wkornew> abs_href already does this :)
[07:05:05] * cmlenz_ has quit IRC
[07:07:41] <coderanger_> req.abs_href() will give you the absolute URL to the base of the Trac install
[07:08:27] <wkornew> with env?
[07:08:41] <wkornew> it looks like it once gave it without env and once with env...
[07:08:43] * tenshiKur0 has quit IRC
[07:12:13] * tuxipuxi has joined #trac
[07:12:40] * tenshiKur0 has joined #trac
[07:14:36] <wkornew> coderanger_: is there some simple module or function that returns only the server portion of an URL?
[07:14:46] <wkornew> (including protocol)
[07:15:06] <coderanger_> wkornew: Why would you ever want that?
[07:15:32] <coderanger_> It raise a whole host of problems with multiple installs on one server
[07:15:38] <wkornew> I need this to specify the auth consumer URL for the OpenID server
[07:16:11] <coderanger_> okay, that should be req.abs_href()
[07:16:29] <wkornew> but that returns http://server.com/trac-env instead of just http://server.com
[07:17:05] <wkornew> I'm still a Python newbie, so I don't know what to use to get only the server URL
[07:17:33] <wkornew> there is an URL parser, but it's a lot more complicated to use...
[07:18:12] <wkornew> also the urlparse module doesn't list the xri:// scheme as being supported
[07:18:27] <wkornew> that's important for OpenID, though
[07:19:11] <wkornew> hmm, I might do a little hack and say req.abs_href()[:-len(req.href()]
[07:22:36] * danbeck has joined #trac
[07:22:53] * cmlenz___ has joined #trac
[07:28:22] * cerrayo_ has joined #trac
[07:28:25] <coderanger_> well urlparse is better than that
[07:28:32] <coderanger_> but this seems like a flaw in OpenID to me
[07:29:50] * klasstek has joined #trac
[07:40:59] * cmlenz__ has quit IRC
[07:42:45] <wkornew> coderanger_: I'm now using the hack :)
[07:43:40] <wkornew> it's not a flaw in OpenID. I could as well specify the full URL, but I'd prefer to have the base url instead, so you can allow for all trac envs to be trusted (or the whole server)
[07:43:44] <coderanger_> You should really use urlparse ...
[07:44:07] <coderanger_> If it should be configurable, make it configurable
[07:44:44] <wkornew> at some later point. it needs a better store mechanism, anyway. it's currently stateless
[07:48:56] <coderanger_> configuration has nothing to do with state
[07:49:14] <coderanger_> Trust settings should always be user determinable
[07:50:26] <coderanger_> Or should default to being as conservative as possible at the very least
[07:52:24] <wkornew> they are rather conservative. why would you want to have different identification domains for every env? isn't it sufficient to have all envs?
[07:53:13] * agile has quit IRC
[07:55:16] <coderanger_> Because it is not uncommon to have multiple unrelated envs on the same server
[07:55:52] * cmlenz___ has quit IRC
[07:56:01] <coderanger_> Having credentials in one Trac should never grant them in another unless you have specifically set it up that way
[07:56:17] <wkornew> coderanger_: oh, you misunderstood
[07:56:31] <wkornew> this does not give you access to the other trac env
[07:56:46] <wkornew> it's about asking the user whether he trusts a certain server
[07:57:06] <wkornew> and it makes not much sense to only trust a certain env, but not the rest of the server
[07:57:49] * dmax has joined #trac
[07:58:10] <coderanger_> If the other envs aren't mine, I can see that happening
[07:59:16] <wkornew> but who cares? you don't have to login into the other envs
[07:59:59] <coderanger_> My point is that anything authn or authz related should always err on the side of caution
[08:00:00] <wkornew> it will get very messy if you "Trusted Sites" list is overloaded with individual envs
[08:00:12] <wkornew> it's really good enough that way
[08:04:36] <coderanger_> good enough isn't :P
[08:06:08] <wkornew> heh... :)
[08:06:23] <wkornew> well, why should someone want to trust every env individually?
[08:08:10] <coderanger_> In anything security related, you should be asking to opposite question
[08:08:22] <coderanger_> Always trust as little as possible
[08:11:26] <wkornew> but do never annoy the user with too many trust questions. when it's obvious that he trusts something then don't ask for every little detail. hey, that's why Vista's security pop-ups have been removed. there were too many of them
[08:13:52] * bnovc has left #trac
[08:15:16] * no_maam has quit IRC
[08:16:39] * mjg2 has joined #trac
[08:18:53] * no_maam has joined #trac
[08:19:00] * cerrayo_ has quit IRC
[08:20:14] <wkornew> okay, get it while it's hot! http://www.trac-hacks.org/wiki/OpenidPlugin
[08:20:34] <wkornew> and bye
[08:20:42] * wkornew has quit IRC
[08:27:13] * aspyrine has joined #trac
[08:28:01] * algo_away has joined #trac
[08:28:07] <algo_away> How can I make personal reports ?
[08:35:06] <coderanger_> You cannot
[08:35:59] <aspyrine> hi, someone know where to find setuptools 0.6 as .deb ?
[08:37:13] <algo_away> can I make personal page with reports ?
[08:37:31] <algo_away> well, I just want to let a person see HIS reports that interest HIM
[08:38:11] * ged_ has joined #trac
[08:38:41] <algo_away> e.g I'm doing Sales things, another person does HardWare
[08:38:45] * agile has joined #trac
[08:38:52] <algo_away> I don't want to see hardware tickets really
[08:39:14] <algo_away> maybe there is some way to organize fight that ?
[08:42:23] <coderanger_> Make a bunch of wiki pages using the Query macro
[08:42:24] * ged has quit IRC
[08:45:54] * aspyrine has left #trac
[08:48:22] <algo_away> that's it
[08:48:24] <algo_away> personal reports
[08:48:28] <algo_away> Query macro, thanks
[08:49:18] * phoenixz has quit IRC
[08:50:13] * phoenixz has joined #trac
[09:03:39] * cedricOB has quit IRC
[09:08:19] * aspyrine has joined #trac
[09:08:41] <algo_away> are there any plugins or helpers for dependancies
[09:08:51] <algo_away> one ticket depends(linked) on others
[09:09:06] <pacopablo> nope
[09:09:07] <aspyrine> hi, I don't know why, I got a 500 error after putting a egg file into my plugin directory
[09:09:19] <pacopablo> aspyrine: the egg file didn't work :)
[09:09:24] <pacopablo> aspyrine: what does the log say?
[09:09:30] <pacopablo> most likely your apache log
[09:09:44] <pacopablo> and then also turn on trac logging
[09:09:46] <pacopablo> @faq logging
[09:09:47] <evil_twin> pacopablo: "logging" is http://projects.edgewall.com/trac/wiki/TracLogging <-- Enable debug logging to file, ensure your environments log/ directory is writeable by your web server user, check for errors.
[09:09:50] <aspyrine> apache log, nothing
[09:09:56] * cmlenz___ has joined #trac
[09:10:14] <pacopablo> cmlenz___: awake?
[09:10:32] <aspyrine> oh, allright, I need web_uid
[09:10:39] <aspyrine> webadmin I mean
[09:10:52] <coderanger_> What are you trying to install?
[09:11:22] <pacopablo> cmlenz___: what's the direction of future templating systems? Kid? or did you have some other concoction you were planning?
[09:11:23] <aspyrine> discussion plugin
[09:11:31] <pacopablo> does that one work?
[09:11:31] * cmlenz___ has quit IRC
[09:11:33] * cmlenz___ has joined #trac
[09:11:49] <aspyrine> Is there a version of webadmin for 0.10 ?
[09:11:53] <pacopablo> yes
[09:11:56] <pacopablo> just pull trunk
[09:12:09] * cmlenz___ is now known as cmlenz
[09:12:13] <aspyrine> thanks :)
[09:12:19] <cmlenz> pacopablo: yep
[09:13:20] <algo_away> http://projects.edgewall.com/trac/wiki/TracCrossReferences
[09:13:23] <algo_away> is it implemented ?
[09:13:27] <coderanger_> algo_away: No
[09:13:48] <coderanger_> algo_away: But feel free ;-)
[09:13:49] <pacopablo> cmlenz: yep, you're awake? or yep you've got another concoction planned?
[09:14:20] <algo_away> http://projects.edgewall.com/trac/ticket/31
[09:14:21] <cmlenz> pacopablo: I'm awake... that's the only question I heard here... have been some hiccups with the local network here
[09:14:22] <algo_away> wow
[09:14:26] <algo_away> its ticket 31
[09:14:34] <pacopablo> cmlenz: what's the direction of future templating systems? Kid? or did you have some other concoction you were planning?
[09:15:22] <cmlenz> yeah, I am working on something
[09:15:31] <cmlenz> but it's very similar to kid
[09:15:38] <pacopablo> how function is it right now?
[09:15:42] <pacopablo> er, functional
[09:16:17] <aspyrine> hmm, I don't have any conf/VERSION file, what do I need to put into ?
[09:16:22] <cmlenz> not sure... a lot works, but quite a bit doesn't yet... I'm starting to try it on trac
[09:16:30] <aspyrine> 0.10dev is okay ?
[09:16:37] <pacopablo> aspyrine: works for me
[09:16:50] <aspyrine> thanks :)
[09:19:20] <aspyrine> with webadmin, I should have a tab with "web admin" or something like that I guess
[09:20:06] <pacopablo> "Admin"
[09:20:13] <pacopablo> but you need TRAC_ADMIN perms
[09:20:38] <pacopablo> cmlenz: where can I grab it?
[09:20:43] <aspyrine> I got this perms
[09:20:50] <pacopablo> pastebin!
[09:20:54] <pacopablo> @faq pastebin
[09:20:54] <evil_twin> pacopablo: "pastebin" is http://trac.pastebin.com
[09:21:09] <cmlenz> pacopablo: you can't yet... expect an announcement on trac-dev Real Soon Now (tm)
[09:21:25] <pacopablo> hehe :)
[09:21:27] <pacopablo> k
[09:21:44] <aspyrine> oh, I got it, nice :)
[09:22:21] <aspyrine> I got a lot of 404 pages, is it normal ?
[09:22:37] <pacopablo> have you restarted apache?
[09:22:54] <aspyrine> nope, I was about :)
[09:23:07] <algo_away> How can I put trac report to wiki page ?
[09:23:16] <algo_away> I see TracQuery module, but that seems to be something special
[09:23:44] <coderanger_> The Query macro
[09:23:53] <aspyrine> that's f*** nice !!!!!! :)
[09:24:10] <algo_away> coderanger: I want custom report with my custom fields
[09:24:11] <pacopablo> aspyrine: if you use mod_python or fastcgi, then you need to restat apache after installing a new plugin, or else you'll get 404s
[09:24:30] <algo_away> aspyrine: you may also want to check logs...
[09:25:19] <coderanger_> algo_away: You cannot
[09:25:25] <aspyrine> yes, I'm sorry buging you with stupid things like that
[09:25:37] <pacopablo> algo_away: you could just create a wiki page with links to the reoprts you want
[09:26:19] <algo_away> query is more powerful than report module ?
[09:26:50] <pacopablo> depends
[09:26:56] <algo_away> it seems so :)
[09:27:04] <pacopablo> query is a nicer interface
[09:27:06] <algo_away> if I don't need complex joins
[09:27:19] <pacopablo> but you can actually do more complex reports with the report module
[09:27:28] <algo_away> query uses my custom fields
[09:27:33] <algo_away> it seems more powerful really
[09:27:59] <algo_away> pacopablo: which advantages report has ?
[09:28:07] <pacopablo> you can write any report you want
[09:28:14] <pacopablo> as you have full access to the raw SQL
[09:28:27] <pacopablo> which means you're not limited to what the query interface gives you
[09:28:39] <algo_away> yes
[09:28:58] <algo_away> hm
[09:29:04] <algo_away> I cant sort results by changedtime
[09:29:05] <algo_away> with query
[09:29:26] <algo_away> right ?
[09:37:50] * _idostyle has joined #trac
[09:44:41] <aspyrine> alect: are you here ?
[09:45:48] * cmlenz_ has joined #trac
[09:45:48] * cmlenz has quit IRC
[09:47:51] <algo_away> can I have blog in trac ?
[09:48:20] <coderanger_> algo_away: TracBlog :)
[09:50:05] <algo_away> ;)
[09:50:08] <alect> hi
[09:50:09] <algo_away> is it prod. ready ?
[09:51:44] * ged has joined #trac
[09:52:42] * idostyle has quit IRC
[09:52:51] * _idostyle is now known as idostyle
[09:53:54] <pacopablo> algo_away: depends what you need from it :)
[09:54:17] <pacopablo> if you just need a simple blog, then yes
[09:54:27] <pacopablo> alect uses it on trac-hacks.org
[09:58:18] <alect> it is good
[10:02:42] <pacopablo> just created a section of TracBlogPlugin where people can post links to their trac blogs
[10:04:34] <alect> good idea
[10:05:09] * alect -> out
[10:08:07] * converter has joined #trac
[10:20:36] * cmlenz__ has joined #trac
[10:20:36] * cmlenz_ has quit IRC
[10:26:10] <aspyrine> alect: do you know what to do to make discussion plugin work with 0.10 ?
[10:27:01] * mitsuhiko is now known as codi
[10:27:06] * aspyrine has quit IRC
[10:27:35] * cmlenz__ is now known as cmlenz
[10:30:01] * codi is now known as mitsuhiko
[10:30:39] * nightstalker has joined #trac
[10:31:13] <nightstalker> hi
[10:31:17] <pacopablo> hello
[10:31:37] <nightstalker> is it possible to link to the timeline from the wiki without giving the exact url?
[10:32:01] <nightstalker> like you would link to a ticket with ticket:1
[10:33:05] <pacopablo> not sure
[10:33:18] <pacopablo> from the TracLinks documentation, it doesn't appear to be possible
[10:33:25] <nightstalker> yeah, ive read that
[10:33:37] <pacopablo> though you should be able to simply use a relative url: /timeline
[10:33:54] <nightstalker> oh, that is possible?
[10:35:21] <pacopablo> shoudl be :)
[10:36:16] <nightstalker> hm, no :)
[10:36:27] <nightstalker> http://projects.edgewall.com/trac/wiki/TracLinks#Server-relativelinks looks good
[10:36:44] * danbeck has quit IRC
[10:37:01] <pacopablo> just tested on trunk, and it works
[10:37:22] <nightstalker> oh, you are right
[10:37:31] <pacopablo> you do have to provide your "env" if you haven't configured trac to be on the root
[10:37:39] <nightstalker> i tried [url: /timeline timeline] but that wasnt what you meant ;)
[10:37:46] <pacopablo> nope
[10:38:00] <nightstalker> ok thanks
[10:38:31] * raidman|Away has quit IRC
[10:39:16] * raidman|Away has joined #trac
[10:51:55] * cmlenz has quit IRC
[10:53:37] * maxb has joined #trac
[11:13:10] * dna has joined #trac
[11:26:01] * cmlenz has joined #trac
[11:26:53] * Borg_Number_One has joined #trac
[11:33:22] * nightstalker is now known as mynewnick
[11:33:29] * mynewnick is now known as nightstalker
[11:37:46] * mcrocker has joined #trac
[11:39:24] * Borg_Number_One has left #trac
[11:42:58] * nightstalker has left #trac
[11:46:40] * cmlenz has quit IRC
[11:49:49] * bobbens has joined #trac
[11:51:44] <bobbens> can you delete tickets?
[11:51:46] * pacopablo wonders if he can get trac to run via scgi
[11:51:52] <pacopablo> bobbens: depends
[11:51:59] <pacopablo> either use trunk
[11:52:08] <pacopablo> or grab the ticket delete plugin on trac-hacks
[11:52:29] <bobbens> ok so it isnt set by default, ill look at these trac-hacks
[11:52:31] <bobbens> tahnks
[11:53:00] <coderanger_> Even on trunk TicketDelete is still nicer ;-)
[11:53:16] <pacopablo> true
[11:53:18] <bobbens> trunk you mean latest svn right?
[11:53:27] <pacopablo> yes
[11:53:30] <bobbens> im using the debian package basically because im just trying it out
[11:53:57] <pacopablo> bobbens: make sure you get 0.9.5
[11:54:03] <pacopablo> which I believe is in unstable
[11:54:15] <pacopablo> cus the stable package is 0.8.4 which is woefully behind
[11:54:21] <bobbens> 0,9,5-2 :)
[11:54:26] <pacopablo> good
[11:54:39] <bobbens> was trying out differnt content managers
[11:54:48] <bobbens> trac seems to be the easiest and lightest
[11:55:46] * MasterC has joined #trac
[11:56:19] <bobbens> does the latest svn have _alot_ of advantages over 0.9.5?
[11:56:37] <pacopablo> depends on what you want
[11:57:27] <bobbens> mainly want a good way to manage it from web (for some of the members using it), possibly adding stuff to svn via web (although its a pretty crazy idea) and ability to clean up tickets and such
[11:57:39] <pacopablo> it's got ticket comment numbering, it's got a few more wiki handlers, like download:, the API is a bit nicer
[11:57:52] <pacopablo> well, you won't be able to add stuff to svn via the web
[11:58:01] <pacopablo> the trac svn interface is still read-only
[11:58:04] <bobbens> still that is just a crazy idea :)
[11:58:08] <fizzgig> pacopablo: hmmm, good point... *remembers to check 0.10 with his own plugins*
[11:58:10] <bobbens> i prefer svn by cli
[11:58:18] <bobbens> but somepeople cant handle cli
[11:58:20] <pacopablo> same here
[11:58:34] <bobbens> i wouldnt even use trac, just cli :)
[11:58:46] <coderanger_> Its been discussed, but for now its not worth the effort it would take
[11:58:47] <pacopablo> oh, the svn browser is nice
[11:59:13] <bobbens> i just grep, read diffs and logs and such
[11:59:23] <pacopablo> administration is still done via the webadmin plugin
[11:59:38] <pacopablo> and it should be the same for 0.9 and 0.10
[11:59:50] <pacopablo> 0.10 uses unicode internally
[11:59:55] * fizzgig loves the Timeline... it makes more sense than just a revisionnumber.
[12:00:09] * algo_away has quit IRC
[12:00:30] <bobbens> pacopablo: so would you advise me to run svn or just add a few patches?
[12:00:43] <pacopablo> run svn
[12:00:47] <bobbens> ok :)
[12:00:55] <bobbens> whats the svn server, havin a bit of trouble finding it :)
[12:01:29] <fizzgig> http://projects.edgewall.com/trac/wiki/TracDownload ... right at the bottom
[12:01:49] <pacopablo> @faq download
[12:01:49] <evil_twin> pacopablo: Error: No factoid matches that key.
[12:01:50] <bobbens> nm :)
[12:02:05] <pacopablo> @learn download as http://projects.edgewall.com/trac/wiki/TracDownload
[12:02:05] <evil_twin> pacopablo: The operation succeeded.
[12:04:27] * MasterC has quit IRC
[12:06:50] <bobbens> great running svn now, but how do you delete the tickets? :)
[12:07:59] <pacopablo> trac-admin /path/to/env ticket delete #