Team Chat Logs

2006 10
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      

November 04, 2006

[00:02:37] <alect> coderanger: weird...
[00:15:30] * Guardian has quit IRC
[00:28:21] * shawn__ has quit IRC
[00:29:47] * shawn__ has joined #trac
[00:42:28] * PingYeh has joined #trac
[00:49:26] * prologic_ has quit IRC
[00:59:39] * Guardian has joined #trac
[00:59:40] <Guardian> hi
[01:00:12] <coderanger> Hello
[01:00:15] <Guardian> would it be a solution to assign a numerical id to a title: == Title1 == #1
[01:00:19] <Guardian> or should i definitely forget it ? :)
[01:00:34] <coderanger> A solution to what?
[01:00:42] <Guardian> == Title1 == #1
[01:00:47] <Guardian> produces a ticket trac link
[01:01:18] <Guardian> where i would like Title1 to have an id named "1"
[01:01:31] <coderanger> Sounds like a bug in the parser
[01:01:49] <coderanger> Though it may be unavoidable
[01:05:21] <coderanger> Have you tried just using #head1 or something similar?
[01:06:07] * jml has quit IRC
[01:07:10] <Guardian> starting with a letter works
[01:09:02] * jml has joined #trac
[01:13:17] * cmlenz has joined #trac
[01:18:03] * whitelynx has joined #trac
[01:21:03] * tenshiKur0 has quit IRC
[01:29:20] <asmodai> Guardian: that the InterWiki stuff you were trying?
[01:36:33] <Guardian> well, i was experiencing with both InterWiki and GeneralLinkSyntaxPlugin (renamed to TracGeneralLink)
[01:36:57] <Guardian> so that "reference:001" points to /trac/myproject/wiki/References#001
[01:37:09] <coderanger> I really need to make a bibtex plugin
[01:37:17] <coderanger> maybe I should do that this weekend
[01:37:31] <Guardian> on my References wiki page i wanted to assign a specific id to a title
[01:37:45] <Guardian> == Reference 001 == #001
[01:38:00] <Guardian> but this does not work because #001 is turned into a ticket link
[01:38:12] <coderanger> Why not do "reference:001" --> /trac/myproject/wiki/References#R001
[01:38:14] <Guardian> anyway, i did == Reference 001 == #r001 which works
[01:38:18] <coderanger> heh
[01:38:19] <Guardian> :)
[01:38:53] <Guardian> in the end i'm still hesitating between interwiki and general link plugin because general link plugin offers the opportunity to alter the display
[01:39:05] <Guardian> like, reference:001 displays [001]
[01:39:13] <Guardian> but it's a minor detail
[01:39:55] <Guardian> having "reference:001" displayed can also be good because it emphasizes explicitly on the fact that it's a link to a reference
[01:41:08] <Guardian> and also, using interwiki may be a better choice in the long term since it's integrated --> no potential break when upgrading
[01:43:02] <Guardian> coderanger: i guess that parsing bibtext is not that easy. somehow, now that i started my reference page with my own rules (simple rules like author, book / paper title, chapter / paragraph, year, publisher) i'm wondering if bibtex would not be overkill
[01:43:42] <coderanger> Guardian: Its as close to a standard as youre going to find though
[01:44:02] <coderanger> Though it probably would store in the DB, not a bibtex file
[01:44:29] <Guardian> coderanger: yeah having a separate bibtex file would not be that usefull
[01:44:50] <coderanger> But its useful for import/export
[01:45:25] <Guardian> would you use a library with python bindings or do everything in python ?
[01:45:35] <coderanger> Do you know of one?
[01:45:44] <Guardian> although i don't know python, i hade a look at existing stuff about bibtex in case i decide to code a plugin. found unix libs with python bindings
[01:45:51] <Guardian> but this raises the question of portability
[01:46:01] <coderanger> Probably easier to just do it in pure python
[01:46:09] <coderanger> PyParsing ftw!
[01:46:28] <Guardian> also, i found that somehow all existing tools consisted in somehow offer a native editor coded in C/C++ that would manipulate a bibtex file
[01:46:31] <Guardian> not that usefull for trac
[01:46:48] <Guardian> somehow overload in my sentences :)
[01:47:01] <coderanger> I also need to find a useful way to mix Pages and bibtex
[01:49:51] <Guardian> http://www.hodique.info/public/bibliography
[01:50:04] <Guardian> uses a bibtex plugin , afair implementation is php
[01:50:32] <Guardian> http://www.hodique.info/blog/2006/2409_bibtex_and_dokuwiki?s=bibtex
[01:51:20] <asmodai> coderanger: pygame? :)
[01:51:31] <coderanger> Not wiki pages, Pages the word processor
[01:51:35] <coderanger> asmodai: hmm?
[01:51:42] <asmodai> http://paste.lisp.org/display/29254 :)
[01:52:16] <coderanger> Yeah, was arguing with that for a while
[01:52:25] <asmodai> And who won the debate?
[01:52:49] <coderanger> A different GUI toolkit that can actually deal with being embedded in an app
[01:53:09] <asmodai> Any known name or obscure?
[01:53:16] <coderanger> PGU's gui
[01:53:42] <coderanger> Playing with it now, its closer to working than I've gotten anything else
[01:53:50] <coderanger> (wxpython, tk, ocempgui)
[01:54:39] <coderanger> still having some problems with it, but they are fixable at least
[01:58:09] * m_g has joined #trac
[02:10:31] <Guardian> is it a plugin that does spelling checking on trac.edgewall.org ?
[02:11:08] <coderanger> ?
[02:11:50] <Guardian> i'm filling a bug for this explicit id stuff, and my spelling mistakes are underlined in red like in word
[02:11:57] <Guardian> and i don't remember having this in my own trac installation
[02:11:58] <coderanger> Thats a browser thing
[02:12:16] <Guardian> oh yeah switched to firefox 2 this morning :)
[02:12:16] <coderanger> Did you just upgrade to FF2?
[02:12:40] <coderanger> thatl do it
[02:13:32] * jml has quit IRC
[02:13:40] <Guardian> http://trac.edgewall.org/ticket/4072 done
[02:14:32] <Guardian> seems i don't use the wiki like others, last time i touched trac, i opened another minor wiki bug :)
[02:18:00] <Guardian> are trac 0.10 packages for ubuntu available somewhere ? edgy eft ships 0.9.6-2
[02:21:23] * Rica has joined #trac
[02:27:27] * omry has joined #trac
[02:28:35] <omry> morning. how do I prevent standard complient bots from crawling the repository? they waste way to much bandwidth for no real purpose.
[02:29:02] <coderanger> omry: robots.txt?
[02:29:56] <omry> coderanger, yes but where would it go for it to work? right now, trac tries to handle the robots.txt access: http://firestats.cc/robots.txt
[02:30:18] <coderanger> Are you using Apache?
[02:30:39] <omry> apache and tracd
[02:30:42] <omry> via a proxy.
[02:31:06] <omry> I might change that because my tracd just died on me. had to restart it.
[02:31:22] <omry> it didn't accept any http requests.. for crazed by something.
[02:31:26] <coderanger> <Location /robots.txt> SetHandler None </Location>
[02:32:44] <omry> can I do it via tracd?
[02:32:53] <omry> I have no full control over the apache configuration.
[02:33:20] <coderanger> No
[02:33:57] <omry> what about a special handler?
[02:34:07] <omry> in trac
[02:34:08] <coderanger> Hmm, that could work
[02:34:31] <omry> how hard is it to stitch something like that?
[02:34:40] <coderanger> brb
[02:34:43] <omry> k
[02:39:57] * jml has joined #trac
[02:40:32] * __ has quit IRC
[02:41:21] * nextime has quit IRC
[02:44:52] <coderanger> aaand done
[02:45:01] <coderanger> en route to trac-hacks
[02:47:52] <coderanger> omry: # ITemplateProvider methods
[02:47:52] <coderanger> def get_templates_dirs(self):
[02:47:52] <coderanger> from pkg_resources import resource_filename
[02:47:53] <coderanger> return [resource_filename(__name__, 'templates')]
[02:47:53] <coderanger>
[02:47:53] <coderanger> def get_htdocs_dirs(self):
[02:47:55] <coderanger> from pkg_resources import resource_filename
[02:47:57] <coderanger> return [('tracforge', resource_filename(__name__, 'htdocs'))]
[02:47:59] <coderanger> Whoops
[02:48:01] <coderanger> http://trac-hacks.org/wiki/RobotsTxtPlugin
[02:48:37] * idnar has quit IRC
[02:48:41] * idnar_ has joined #trac
[02:49:26] <omry> coderanger, you are a true trac commander :)
[02:49:40] <omry> thanks a lot.
[02:49:47] <coderanger> Its a pretty simple plugin :P
[02:49:59] <omry> I know, but much needed.
[02:50:05] <omry> I think the bots killed my tracd.
[02:50:28] <coderanger> Also up on PyPI now
[02:50:39] <omry> PyPI?
[02:50:40] <coderanger> so just easy_install TracRobotsTxt
[02:51:03] <coderanger> http://cheeseshop.python.org/pypi?:action=browse&amp;c=516
[02:56:05] <omry> coderanger, did you know that if you use wget on the "download zipped source from here" link you get an html file/
[02:56:06] <omry> ?
[02:56:33] <omry> hmm, maybe I forgot to quote it.
[02:56:47] <coderanger> Yeah, bash stops parsing at &
[02:57:11] <coderanger> But you don't need to download that
[02:57:33] <coderanger> The prebuilt eggs are already online
[02:57:38] <omry> its not that simple for me, I am running trac under my home dir, with its own python etc.
[02:58:04] <omry> what do you suggest?
[02:58:08] <coderanger> easy_install TracRobotsTxt -d /path/to/env/plugins
[02:58:17] <coderanger> or if that fails
[02:58:22] <coderanger> easy_install TracRobotsTxt -d /path/to/env/plugins -m
[02:59:34] <omry> [Errno 13] Permission denied: '/usr/lib/python2.4/site-packages/test-easy-install-2486.write-test'
[02:59:42] <omry> it tries to install to the system python.
[03:00:08] <coderanger> easy_install -d /path/to/env/plugins -m TracRobotsTxt
[03:00:30] <coderanger> -d gives it a nondefault install directory
[03:01:39] <omry> I think I should be running it with the python I got in /home/omry/trac
[03:01:45] <omry> but it dose not seem to have easy_install.
[03:02:09] <coderanger> in any event you can just download the egg
[03:02:10] <coderanger> http://cheeseshop.python.org/packages/2.4/T/TracRobotsTxt/TracRobotsTxt-1.0-py2.4.egg#md5=d4f85be487f72fba2445b5f2e4b81f40
[03:03:20] <omry> and how would I install it? I stil need to use easy_install , no?
[03:03:32] <coderanger> Just copy the egg into the plugins folder
[03:05:18] <omry> I put it in the shared plugins dir, do I need to restart trac? I don't see the plugin in the admin interface.
[03:05:34] <coderanger> yes
[03:05:43] <coderanger> all plugin changes require a restart
[03:08:43] <omry> http://firestats.cc/
[03:08:52] <omry> File "/home/omry/trac/lib/python2.4/site-packages/setuptools-0.6c3-py2.4.egg/pkg_resources.py", line 1240, in _extract_resource
[03:08:52] <omry> zip_stat = self.zipinfo[zip_path]
[03:08:52] <omry> KeyError: 'robotstxt/templates'
[03:09:18] <coderanger> hrmm
[03:10:30] <coderanger> New version uploaded
[03:10:50] <omry> what is the url?
[03:10:52] <omry> same as befoer?
[03:11:20] <omry> obviously not..it had md5 in it
[03:11:38] <coderanger> http://cheeseshop.python.org/packages/2.4/T/TracRobotsTxt/TracRobotsTxt-1.0.1-py2.4.egg
[03:12:30] <omry> http://cheeseshop.python.org/packages/2.4/T/TracRobotsTxt/TracRobotsTxt-1.0.1-py2.4.egg
[03:12:41] <omry> hm..
[03:13:16] <coderanger> looks like its working
[03:13:38] <omry> yeah
[03:13:48] <omry> what is the wiki page again?
[03:13:57] <coderanger> RobotsTxt
[03:14:51] <omry> cool. its working.
[03:14:57] <omry> you da man :)
[03:15:31] <coderanger> You probably want "User-agent: * \nDisallow: /browser"
[03:15:51] <coderanger> maybe /log and /changeset too
[03:17:12] <omry> log and changeset?
[03:17:16] <omry> what are those?
[03:17:35] <coderanger> http://firestats.cc/log/
[03:17:41] <coderanger> http://firestats.cc/changeset/309
[03:17:42] <coderanger> ;-)
[03:18:22] <coderanger> /log only pulls from the cache though, so its not as big a hit
[03:19:03] <omry> what about /report ?
[03:19:16] <omry> its a heavy one, no?
[03:19:21] * buu has left #trac
[03:20:00] <coderanger> Thats the SQL
[03:20:14] <coderanger> Anything that hits the Subversion API is a big hit
[03:20:23] <coderanger> thats just /browser and /chageset IIRC
[03:20:25] <omry> you think I should leave /report out?
[03:20:34] <coderanger> Seems add to allow it
[03:20:42] <coderanger> since it should be indexed
[03:20:52] <coderanger> er, shouldnt
[03:21:03] <omry> http://firestats.cc/robots.txt
[03:21:40] <coderanger> Looks good to me
[03:21:51] <omry> great.
[03:22:02] <omry> thanks a lot. goint to eat, laterz.
[03:41:32] * nextime has joined #trac
[05:38:49] * jml has quit IRC
[05:40:22] * agile has joined #trac
[05:48:46] <Guardian> is there a way to use '[' and ']' characters in a link title ??? [http://www.example.com [this is example.com]] does not work, seems that regex matching ends to early
[05:50:17] <nextime> Guardian : i don't know, but try with [http://www.example.com \[example\]] or with [http://www.example.com '[example]']
[05:51:29] <Guardian> \[example\] does not work
[05:51:33] <Guardian> '[example]' does
[05:51:34] <Guardian> thx :)
[06:08:52] * haakonn__ has quit IRC
[06:38:58] * haakonn has joined #trac
[06:39:56] * maxb has quit IRC
[06:40:04] * maxb_ has joined #trac
[06:41:14] * maxb_ is now known as maxb
[06:44:47] * michael__ has joined #trac
[06:51:29] * solar_ant has joined #trac
[06:51:37] <solar_ant> greetings to all::)
[06:54:54] * solar_ant has quit IRC
[06:57:30] * m_g has quit IRC
[07:07:48] * omry has quit IRC
[07:10:50] * hari has joined #trac
[07:11:57] * hari has quit IRC
[07:12:41] * hpnadig has joined #trac
[07:39:09] * hpnadig has quit IRC
[07:40:38] * Semhirage has quit IRC
[07:41:18] * Semhirage has joined #trac
[07:46:29] * kop_ has joined #trac
[07:50:38] <kop_> hello
[07:53:37] <kop_> I think I could use one more step in the workflow
[07:53:46] <kop_> "resolved", but not "closed"
[07:54:11] <kop_> OR, a way to see what tickets were closed in the last X days
[07:54:58] * Wombert has joined #trac
[07:55:01] <Wombert> hi
[07:55:07] <Wombert> I set restrict_owners to true
[07:55:15] <Wombert> and now I see "old" users I don't want to show up
[07:55:19] <Wombert> where are they stored?
[08:04:21] * kop_ has quit IRC
[08:09:48] * bofh has quit IRC
[08:10:01] * l0wkey has joined #trac
[08:19:55] * kop_ has joined #trac
[08:20:42] <kop_> eh
[08:20:58] <kop_> time is stored as integer when using sqlite
[08:21:50] <kop_> how do I do to compare time > "one week ago"
[08:23:20] <exarkun> one week ago is the current time (as an integer) minus a week (as an integer)
[08:23:31] * sid506 has joined #trac
[08:23:45] <exarkun> if it uses posix timestamps, that means time() - (60 * 60 * 24 * 7)
[08:24:05] <exarkun> if it uses something else then the constants are off by some factor but the idea is the same
[08:25:14] <pacopablo> morning all
[08:25:19] <kop_> but in a trac report: how do I get time() or localtime()?
[08:27:24] <exarkun> time("now") or date("now")
[08:27:46] <exarkun> actually it looks like there's a bunch more time manipulation support than I thought
[08:27:58] <exarkun> so maybe you want to do it some other way
[08:28:03] <jrydberg> kop_: what are you working on?
[08:28:27] <exarkun> anyway http://www.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions
[08:30:17] <kop_> oh yes!
[08:30:33] <kop_> there is strftime() available!
[08:30:39] <kop_> my problems are solved :)
[08:30:39] <jrydberg> who cares? :)
[08:30:53] <jrydberg> kop_: working on a saturday evening?
[08:31:03] <jrydberg> what do lil-kaninan say about that?
[08:31:31] <kop_> jrydberg: "I'm in denmark on my extrakneck"
[08:31:59] <jrydberg> kop_: Oh. I'm for one NOT hangover today. Life kicks ass.
[08:32:04] <jrydberg> *is NOT
[08:33:26] <jrydberg> kop_: so what are you doing in denmark?
[08:34:16] <kop_> jrydberg: it's not me who's in denmark. I'm at my office on a saturday evening though :o)
[08:35:15] <jrydberg> kop_: Ah, got it.
[08:35:24] <jrydberg> kop_: Did I say that I've resigned?
[08:36:31] <kop_> jrydberg: from one job, yes. (I suppose you don't mean you've resgned from the next one already?)
[08:37:58] * hotte has joined #trac
[08:38:05] <jrydberg> I have. My goal now is to move to some former east european country and just screw hookers all day long
[08:38:33] <kop_> I see
[08:38:39] * h4153_ has joined #trac
[08:39:03] * h4153_ is now known as h4153
[08:39:08] <jrydberg> I'm gonna "give them Sweden" and they will give me ... something else.
[08:40:20] * h4153 has quit IRC
[08:40:23] * hotte has quit IRC
[08:40:44] * hotte has joined #trac
[08:48:43] <kop_> mmkay
[08:56:23] <kop_> my problem with trac as of now is that there is no individual "resolved" step
[08:56:45] <pacopablo> what do you mean?
[08:56:56] <kop_> and the workflow-related patches are not stable, it seems
[08:57:32] <kop_> pacopablo: I mean, new -> assigned (-> resolved) -> closed
[08:57:42] <pacopablo> ahh
[09:00:00] <kop_> at the daily morning roundup, the teamleaders need to be able to know what was finished the day before
[09:01:04] <kop_> for a view, that's solvable with the modified-time comparison
[09:01:24] <kop_> "stuff in status closed modified the last X days"
[09:02:42] <kop_> but then there's no "check off" action invloved. that adds complexity :-/
[09:03:33] <kop_> ...ideas, anyone?
[09:05:04] <exarkun> stabalize one of the workflow patches so it can be included in trunk
[09:10:33] <kop_> oh, only that? will do in a minute :o)
[09:21:38] * ralreegorganon has quit IRC
[09:31:44] <sid506> or add a custom field that is a checkbox
[09:32:37] * kop_ has quit IRC
[09:46:23] <coderanger> Wombert: session_attribute
[09:46:29] <coderanger> and session
[10:12:54] * mfuchs has joined #trac
[10:19:43] * sid506_ has joined #trac
[10:20:37] * Guardian has quit IRC
[10:27:59] * TobiasFar has joined #trac
[10:35:12] * sid506 has quit IRC
[10:39:09] <TobiasFar> hi, when trying to run trac-admin i get the following error: http://pastecode.com/7658
[10:39:23] <TobiasFar> i'm using mysql database on freebsd
[10:41:09] <TobiasFar> what cause this error?
[10:41:28] * cmlenz has quit IRC
[10:43:27] * cmlenz has joined #trac
[10:46:53] * TobiasFar has quit IRC
[10:56:11] * jborg has joined #trac
[11:00:01] * phoenixz has joined #trac
[11:01:44] * hacim has joined #trac
[11:02:34] <hacim> I've set up authentication, but when I try to go to my reports page, I get asked for a login/passwd, but it doesn't work, apache has in error.log: access to /eggplant/report/8 failed, reason: require directives present and no Authoritative handler.
[11:56:10] <hacim> I needed to install libapache2-mod-auth-plain and enable auth_plain
[11:56:12] * hacim has left #trac
[12:11:33] * Guardian has joined #trac
[12:19:03] * matrixise has joined #trac
[12:22:59] * matrixise has quit IRC
[12:38:37] * matt_good has joined #trac
[12:52:37] * mfuchs has quit IRC
[13:07:18] * sid506_ has quit IRC
[13:46:14] * xp_ has quit IRC
[13:59:36] * lisppaste5 has quit IRC
[14:02:17] * lisppaste5 has joined #trac
[14:07:32] * jml has joined #trac
[14:42:35] * idnar_ is now known as idnar
[15:10:34] * michael__ has quit IRC
[15:31:20] * hotte has quit IRC
[16:03:45] * Gruf has quit IRC
[16:04:31] * Gruf has joined #trac
[16:04:52] * s0undt3ch_ has joined #trac
[16:14:13] * neoxed has joined #Trac
[16:20:46] * s0undt3ch has quit IRC
[16:20:46] * s0undt3ch_ is now known as s0undt3ch
[16:28:32] * phoenixz has quit IRC
[16:47:37] * tkp has quit IRC
[16:54:29] * MikeW has joined #trac
[17:14:55] * Wombert has left #trac
[17:34:25] * MikeW has quit IRC
[17:34:31] * Blackhex has joined #trac
[17:35:51] <Blackhex> hello
[17:41:21] * exarkun has quit IRC
[17:42:18] * exarkun has joined #trac
[17:53:55] <coderanger> Can anyone get to trac-hacks?
[17:56:40] <Blackhex> me not
[17:56:54] <coderanger> yeah, / is at 100% full
[17:57:45] <Blackhex> whau some weir python errory
[17:57:59] <coderanger> "No space left on device"
[17:58:12] <Blackhex> yes
[17:59:00] <Blackhex> but that type of traceback I never seen
[17:59:31] <coderanger> It is coming from fcgi itself
[17:59:55] <Blackhex> ah, that might be because I never used fcgi :-)
[18:00:24] <coderanger> It is having a compound error, since it is trying to write the exception to trac.log and dying
[18:00:40] <Blackhex> :-)
[18:00:56] <coderanger> trac.log was taking up 2.5G
[18:01:08] <coderanger> alect: Might want to install logrotate
[18:01:09] <Blackhex> what? how's it possible
[18:01:33] <coderanger> trac-hacks gets a lot of traffic
[18:01:40] <Blackhex> spam?
[18:02:05] <coderanger> alect: I am putting the log back down to WARN for right now
[18:02:12] <coderanger> Blackhex: Yeah, and search crawlers
[18:02:19] * aggieben_ has joined #trac
[18:02:19] <coderanger> 2-4 spam attempts a minute now
[18:02:29] <Blackhex> nice
[18:03:51] * jrydberg has quit IRC
[18:09:29] <Blackhex> what's a track-hacks's cpu an mem anyway?
[18:10:51] <coderanger> 2.8GHz/1GB
[18:11:04] <Blackhex> p4?
[18:11:19] <coderanger> looks like it
[18:11:24] <Blackhex> ok thx
[18:12:13] <coderanger> why?
[18:12:40] <Blackhex> I'm only curious if it is enought for such a favourite server
[18:13:13] <coderanger> "probably not"
[18:13:35] <coderanger> pacopablo is working on transferring the data into postgres, which should help
[18:14:19] <Blackhex> do you thing that if db would be on different computer it would be better?
[18:14:50] <Blackhex> s/thing/think
[18:15:02] <coderanger> its more of an issue with postgres being more efficient for handling lots of simultaneous queries
[18:16:16] <Blackhex> i know but, but only hipothetically if would be bette to have postgres on same computer or different
[18:18:00] <coderanger> You would have to profile it and find out
[18:18:07] <Blackhex> :-)
[18:18:13] <coderanger> depends on how fast the network is vs. disk vs. memory
[18:20:04] * aggieben has quit IRC
[18:27:18] <Blackhex> did you ever used mod_ftpd?
[18:27:36] <Rica> sorry for this stupid question , but what is called 'ham' and what is the purpore in the SpamFilter Plugin ?
[18:28:05] <coderanger> Rica: Ham is data that is known to be valid
[18:28:12] <coderanger> The opposite of spam
[18:28:17] <Blackhex> :-)
[18:28:30] <Rica> oh thanks coderange... google had so much ham answer.. and nothing related to spam :p thanks
[18:28:42] <coderanger> Blackhex: No, I am one of those people who thinks FTP should be banned
[18:29:09] <Rica> you're on the sshfs/sftp side ?
[18:29:34] <Blackhex> coderanger: I know but sshfs is too slow
[18:30:03] <coderanger> Blackhex: DAV+HTTPS ftw!
[18:30:55] <coderanger> Also VPN links and NFS/SMB/AFP
[18:33:39] <misc> smb over ssh ?
[18:33:50] <Getty> everything is better then the protocol concept of ftp
[18:35:14] <Blackhex> I had some problems with smb always so I'd say that everything is better htan smb
[18:35:16] <Blackhex> :-)
[18:47:25] * grim has quit IRC
[18:49:03] * grim has joined #trac
[19:37:21] * Blackhex has quit IRC
[19:38:22] * xjjk has joined #trac
[20:18:23] * seemant has quit IRC
[20:18:43] * seemant has joined #trac
[20:43:00] * timphnode has joined #trac
[20:47:44] * neuralis has quit IRC
[20:47:46] * neuralis has joined #trac
[21:48:59] <pacopab