*** RaFromBRC has quit IRC | 00:21 | |
wiggy | I'll finish that installer text tomorrow, too sleepy now | 00:22 |
---|---|---|
*** niemeyer has quit IRC | 00:27 | |
*** __gotcha is now known as __gotchaway | 00:33 | |
srichter | hey, how can I undo a revision in SVN? | 00:33 |
wiggy | svn diff -r current_revision:last_revision | patch | 00:34 |
srichter | :-( | 00:34 |
srichter | I just want to do it remotely... | 00:34 |
srichter | can I not use merge or so? | 00:35 |
wiggy | I never used merge actually | 00:36 |
wiggy | it might do the trick | 00:36 |
benji_york | umm, do you want to undo it in a working copy, or in the repo | 00:38 |
srichter | in the repo | 00:38 |
srichter | actually overwrite the beta 1 tag by accident | 00:39 |
benji_york | oh, in that case I'd copy from the previous revision do you know the syntax for referring to a particular revision in a url? | 00:39 |
srichter | @REV at the end, the help tells me | 00:40 |
benji_york | yep, so you can svn copy sdlkfjslkdfj@123 sldkfjsdflk and get back exactly what was in that revision | 00:40 |
srichter | nope, must be different folders | 00:41 |
benji_york | must be different, or the target must not exist? | 00:42 |
benji_york | if the latter, then you can delete the bad tag, and the copy it from the older revision | 00:42 |
srichter | yeah, let's hope this works :-) | 00:44 |
benji_york | :) | 00:44 |
*** dman13 has quit IRC | 00:45 | |
*** dman13 has joined #zope3-dev | 00:45 | |
*** roym has quit IRC | 00:46 | |
srichter | it tells me that the directory did not exist in the previous revision, but I know it does | 00:47 |
benji_york | >| | 00:50 |
benji_york | strange | 00:50 |
*** tarek has quit IRC | 00:50 | |
*** dman13 has quit IRC | 00:51 | |
*** dman13 has joined #zope3-dev | 00:51 | |
srichter | this seems to work: | 00:53 |
srichter | svn merge -r HEAD:37642 svn+ssh://svn.zope.org/repos/main/Zope3/tags/Zope-3.1.0b1/ . | 00:53 |
srichter | ah, never mind; my checkin was bad | 00:54 |
SteveA | srichter: where's the canonical way to read about internationalizing zope3 apps ? | 01:25 |
srichter | mmh, the chapter in my book is pretty comprehensive | 01:26 |
SteveA | url? | 01:26 |
srichter | the online version is a bit outdate, but | 01:27 |
srichter | http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/i18n.pdf | 01:27 |
SteveA | thanks | 01:29 |
*** benji_york has quit IRC | 01:41 | |
*** oferw has joined #zope3-dev | 01:49 | |
*** yota has quit IRC | 02:17 | |
*** SteveA has quit IRC | 02:18 | |
*** oferw has quit IRC | 02:20 | |
*** hazmat has quit IRC | 02:22 | |
*** carlos has quit IRC | 02:25 | |
*** stub has quit IRC | 02:25 | |
*** BjornT has quit IRC | 02:50 | |
*** bradb has quit IRC | 02:50 | |
*** guido_g has quit IRC | 03:27 | |
*** d2m has quit IRC | 04:24 | |
*** tvon has quit IRC | 04:47 | |
*** tvon has joined #zope3-dev | 05:04 | |
*** douglasc has joined #zope3-dev | 06:00 | |
*** zagy_ has quit IRC | 08:02 | |
*** zagy_ has joined #zope3-dev | 08:04 | |
*** zagy_ is now known as zagy | 08:17 | |
*** douglasc has quit IRC | 08:19 | |
*** SureshZ has left #zope3-dev | 08:31 | |
*** hdima has joined #zope3-dev | 09:04 | |
*** yota has joined #zope3-dev | 09:39 | |
*** guido_g has joined #zope3-dev | 09:54 | |
*** MrTopf has joined #zope3-dev | 10:14 | |
*** d2m has joined #zope3-dev | 10:16 | |
*** vitalyo has quit IRC | 11:19 | |
*** AJC has joined #zope3-dev | 11:42 | |
*** apoirier has joined #zope3-dev | 12:27 | |
*** tarek has joined #zope3-dev | 12:41 | |
*** mkerrin has joined #zope3-dev | 12:44 | |
*** yota has quit IRC | 12:54 | |
*** yota has joined #zope3-dev | 12:57 | |
*** mexiKON has joined #zope3-dev | 13:44 | |
*** ignas has joined #zope3-dev | 13:52 | |
*** philiKON has quit IRC | 13:53 | |
*** __gotchaway has quit IRC | 14:03 | |
*** MrTopf has quit IRC | 14:05 | |
*** tvon has quit IRC | 14:14 | |
*** gintas has joined #zope3-dev | 14:20 | |
*** J1m has joined #zope3-dev | 14:22 | |
*** BjornT has joined #zope3-dev | 14:24 | |
*** alga has joined #zope3-dev | 14:26 | |
*** mexiKON is now known as philiKON | 14:26 | |
srichter | J1m: did you see my mail about the zopetest script? | 14:28 |
srichter | The problem is that it does not behave like the other scripts in bin, because it is in releases/Zope | 14:28 |
srichter | so the #! entry does not get written correctly and the Python Path setup is incorrect (the latter I can fix myself, but not the first one) | 14:29 |
J1m | No, I didn't see your email. | 14:29 |
J1m | I'm on vacation (actually moving :( ) so not online much. | 14:30 |
J1m | Right, because it doesn't get installed into the instance, it isn't a template. | 14:31 |
J1m | The #! should be adjusted by distutils. | 14:32 |
J1m | What's wrong with the path? | 14:33 |
*** MrTopf has joined #zope3-dev | 14:39 | |
*** tvon has joined #zope3-dev | 14:41 | |
*** faassen has joined #zope3-dev | 14:49 | |
*** bradb has joined #zope3-dev | 14:59 | |
*** stub has joined #zope3-dev | 15:05 | |
*** anguenot has joined #zope3-dev | 15:16 | |
*** SteveA has joined #zope3-dev | 15:18 | |
*** apoirier has quit IRC | 15:19 | |
*** efge has joined #zope3-dev | 15:24 | |
srichter | J1m: the Zope/lib/python path is *appended* to sys.path not inserted at the beginning | 15:54 |
J1m | ah, ok | 15:54 |
srichter | J1m: while docutils does insert *some other entry*, it is certainly not the right onw with respect to the Python version I wanted | 15:54 |
J1m | distutils should be inserting the Python used to install Zope. | 15:55 |
srichter | it does not do this; I specify /usr/bin/Python and it inserts /usr/bin/python (note the case difference) | 15:55 |
srichter | ok, I'll try to hook up with Fred on this one | 15:56 |
J1m | Then this is either a bug in distutils or in our install scripts. | 15:56 |
J1m | Yes, please. | 15:56 |
srichter | J1m: I don't want to burden you | 15:56 |
J1m | (I don't have much time today and will be offline for 2.5 weeks.) | 15:57 |
srichter | ok | 16:00 |
SteveA | we had this same bug in our launchpad start-up scripts | 16:00 |
SteveA | because these are derived from zope, but much different, i didn't think to check in zope3. sorry. | 16:00 |
srichter | any help now would be appreciated too :-) | 16:01 |
SteveA | srichter: it was just a matter of changing where the new paths were inserted into sys.path | 16:10 |
srichter | oh, I see | 16:10 |
srichter | I can fix that part | 16:10 |
srichter | I am still worried about the wrong python version being selected | 16:11 |
J1m | That needs to be fixed. | 16:11 |
J1m | I expect that fred will be able to fix that. | 16:11 |
srichter | me too :-) | 16:13 |
*** niemeyer has joined #zope3-dev | 16:25 | |
gintas | the Zope 3 repository appears to be wedged, at least temporarily: | 16:30 |
gintas | 'Berkeley DB error while getting youngest revision (finding last entry) for filesystem /svn/repos/main/db:\nCannot allocate memory', 160029) | 16:30 |
gintas | can anything be done about this? | 16:30 |
gintas | hmm, seems to be back up again | 16:30 |
*** bradb has quit IRC | 16:36 | |
*** MrTopf has quit IRC | 16:36 | |
*** gintas has quit IRC | 16:36 | |
*** mkerrin has quit IRC | 16:36 | |
*** tarek has quit IRC | 16:36 | |
*** tav has quit IRC | 16:36 | |
*** genconc has quit IRC | 16:36 | |
*** genconc has joined #zope3-dev | 16:36 | |
*** bradb has joined #zope3-dev | 16:36 | |
*** mkerrin has joined #zope3-dev | 16:36 | |
*** gintas has joined #zope3-dev | 16:37 | |
*** MrTopf has joined #zope3-dev | 16:37 | |
*** tav has joined #zope3-dev | 16:37 | |
*** tarek has joined #zope3-dev | 16:37 | |
* genconc is back | 16:42 | |
*** benji_york has joined #zope3-dev | 17:15 | |
gintas | somebody please unwedge svn.zope.org somehow... ;( | 17:20 |
gintas | nice timing for a crash ;) | 17:21 |
J1m | done | 17:22 |
gintas | J1m, thanks | 17:23 |
J1m | I also left instructions with the dudes at ZC on how to unwedge svn. :) | 17:27 |
efge | still not using fsfs ? | 17:33 |
efge | we're quite happy with it | 17:33 |
benji_york | efge, we would like to, but haven't taken the plunge yet | 17:35 |
efge | I understand, migrations are always a bit risky | 17:36 |
wiggy | it's a pretty simple switch, but it'll give you some downtime | 17:36 |
wiggy | dumping & loading a repo can take quite a long time | 17:36 |
efge | you don't need downtime, just a phase where the repo is read-only, while you create the new one in another place | 17:36 |
wiggy | I'ld call that downtime :) | 17:37 |
benji_york | it's not down time, or up time, it's middle time | 17:38 |
*** hdima has quit IRC | 17:39 | |
*** SureshZ has joined #zope3-dev | 17:54 | |
*** bskahan has joined #zope3-dev | 17:56 | |
*** tav has quit IRC | 18:04 | |
srichter | benji_york: hey, are you guys working with pagelets'portlets? | 18:08 |
srichter | benji_york: hey, are you guys working with pagelets/portlets? | 18:08 |
benji_york | srichter, kinda :) | 18:12 |
srichter | benji_york: did you brew your own or did you use something existing? | 18:13 |
benji_york | we have a portlet system we've developed, but lots of people seem to define portlets to mean something different than what it means to us | 18:13 |
srichter | I see | 18:13 |
benji_york | we were influenced by the Java portlet JSR | 18:13 |
benji_york | it's not in the vein of CPSSkins portlets | 18:13 |
*** FarcePest has joined #zope3-dev | 18:14 | |
srichter | I see | 18:14 |
benji_york | (although we are thinking about ways to integrate the two) | 18:14 |
srichter | have you looked at the stuff in the trunk | 18:14 |
srichter | ? | 18:14 |
benji_york | not me personally, but others have and decided it didn't fit our use case (and presumably couldn't be made to fit) | 18:14 |
srichter | ok | 18:15 |
*** tvon has quit IRC | 18:23 | |
*** bskahan has quit IRC | 18:25 | |
*** bskahan has joined #zope3-dev | 18:30 | |
*** tvon has joined #zope3-dev | 18:55 | |
*** bska|mobile has joined #zope3-dev | 19:00 | |
*** bskahan has quit IRC | 19:01 | |
*** alga has quit IRC | 19:02 | |
*** alga has joined #zope3-dev | 19:05 | |
*** bskahan has joined #zope3-dev | 19:10 | |
*** bska|mobile has quit IRC | 19:11 | |
*** zagy has quit IRC | 19:11 | |
*** bskahan has quit IRC | 19:31 | |
*** tav has joined #zope3-dev | 19:33 | |
*** bskahan has joined #zope3-dev | 19:36 | |
*** bska|mobile has joined #zope3-dev | 20:28 | |
*** MrTopf has quit IRC | 20:34 | |
*** bskahan has quit IRC | 20:34 | |
*** faassen has quit IRC | 20:53 | |
*** gintas has quit IRC | 20:56 | |
philiKON | srichter, are you putting together 3.1rc already? | 21:12 |
srichter | yes | 21:13 |
srichter | doing it right now | 21:13 |
philiKON | a heads-up would've been nice | 21:13 |
philiKON | i didn't know it was going to happen tonight | 21:13 |
srichter | I announced it on Friday | 21:13 |
srichter | I said I get it done as soon as I can | 21:13 |
srichter | I was working on it since sunday | 21:13 |
philiKON | ah, never mind | 21:14 |
philiKON | sorry | 21:14 |
philiKON | i need to read emails better | 21:14 |
philiKON | srichter, i only looked at the RoadMap wiki page | 21:15 |
philiKON | it didn't say a specific date there | 21:15 |
srichter | yeah, because I did not know when I would get done yesterday | 21:16 |
srichter | after hitting a couple of problems | 21:16 |
philiKON | ok | 21:16 |
philiKON | maybe you could update it when you know the date of the final releas | 21:16 |
srichter | it will be today | 21:17 |
philiKON | all my studying has unfortunately kept me from checking in a very minor thing: have 3.1 installations have a mkzeoinstance script | 21:17 |
srichter | dunno | 21:17 |
srichter | hold on | 21:17 |
srichter | no, it does not | 21:18 |
philiKON | right, it doesn't | 21:18 |
srichter | aehm, it does | 21:18 |
srichter | mkzeoinst.py | 21:18 |
philiKON | yeah, in src/ZEO/ | 21:19 |
philiKON | i want it to be where zope 2 has it as well: next to mkzopeinstance | 21:20 |
srichter | it is in zinst/bin/mkzeoinst.py | 21:21 |
srichter | right besides mkzopeinstance.py | 21:22 |
philiKON | huh? | 21:22 |
philiKON | oh | 21:22 |
philiKON | how come? | 21:22 |
srichter | philiKON: btw, now would be a good time to querry J1m about the translation stuff | 21:22 |
srichter | it is there | 21:22 |
srichter | more I don't know | 21:22 |
philiKON | srichter, am i misreading Zope/PACKAGE.cfg? | 21:22 |
philiKON | how does it get in there? | 21:23 |
philiKON | ah | 21:23 |
philiKON | src/ZEO/SETUP.cfg | 21:23 |
philiKON | J1m, i'm about to leave for dinner. will you hang around for another 30-45 mins? | 21:24 |
srichter | he is moving, so I dunno how responsive he is immediately | 21:26 |
philiKON | ok | 21:26 |
philiKON | srichter, i find it suspicious that ZEO/SETUP.cfg lists runzeo, zeoctl and zeopasswd as scripts to be installed in zinst/bin. those should be scripts installed in a zeo *instance*, not the zope installation | 21:27 |
philiKON | anyway, i'm off to dinner | 21:27 |
philiKON | i'll test zeo with 3.1c1 when i'm back | 21:28 |
srichter | ok | 21:28 |
SteveA | srichter: hello | 21:28 |
srichter | hi | 21:28 |
SteveA | srichter: there's a fix stub want to make to zope3 permission declarations, and ideally get it into zope 3.1.0 | 21:28 |
SteveA | it is trivial, about making the python 2.4 set and frozen set builtin types work properly | 21:29 |
SteveA | with security | 21:29 |
SteveA | so, declaring checkers for them | 21:29 |
SteveA | but also allowing python 2.3 to still work | 21:29 |
SteveA | jim +1-ed the concept | 21:29 |
srichter | *shrug* ok, we will make a quiete RC 2 at the end of the week | 21:29 |
srichter | he can check it into the branch | 21:29 |
SteveA | is it okay to make the change for the release? | 21:29 |
SteveA | okay, cool | 21:29 |
srichter | if itis a bug fix sure | 21:30 |
srichter | tav: it is that time again | 21:47 |
srichter | tav: I created the Zope 3 release and published everything with an effective date, but it will not display it or give sufficient priveleges | 21:48 |
*** anguenot has quit IRC | 21:55 | |
*** ignas has quit IRC | 22:03 | |
*** timte has joined #zope3-dev | 22:11 | |
*** tav has quit IRC | 22:15 | |
*** tav has joined #zope3-dev | 22:41 | |
* tav wonders why srichter directed the previous comments to him | 22:48 | |
tav | (hi though =) | 22:48 |
srichter | tav: I picked the wrong nick | 22:49 |
srichter | I meant to ping d2m | 22:49 |
srichter | he helped me :-) | 22:49 |
* tav walks away feeling rejected | 22:49 | |
philiKON | srichter, i get insufficient privileges when accessing zope.org/Products/Zope3 | 22:50 |
tav | btw, what's the status of webdav within z3 atm? | 22:50 |
philiKON | srichter, you need to publish the stuff, i presume | 22:50 |
philiKON | tav, eww, could be better :) | 22:50 |
philiKON | i think 3.1 has PROPPATCH now (it might not, don't remember), but LOCK is still missing (though we finally have a locking API) | 22:51 |
srichter | philiKON: mmh, Zope3/ with the slash works for me | 22:52 |
srichter | it is all published | 22:52 |
philiKON | it works for me now as well | 22:52 |
philiKON | weird | 22:52 |
srichter | d2m: philiKON seems to be unable to get to the files. ;-( | 22:53 |
srichter | philiKON: I get there without troubles | 22:54 |
philiKON | srichter, d2m, i can now access them as well | 22:54 |
philiKON | dunno what happened before | 22:54 |
philiKON | zope.org definitely has problems (esp. cachine probs) | 22:54 |
tav | thanks for the info philiKON | 22:55 |
srichter | philiKON: how do I merge a branch to the trunk? | 22:55 |
philiKON | svn merge -r rev_that_the_branch_was_started:HEAD svn+ssh:/..../branches/... . | 22:55 |
philiKON | (while being in a trunk checkout) | 22:55 |
srichter | mmh, why oh why do I need to know this initial revision!!! | 22:56 |
philiKON | yeah, it sucks sometimes | 22:56 |
philiKON | but you can easily find out | 22:56 |
srichter | I can find out, just not easily ;-) | 22:56 |
philiKON | svn log --stop-on-copy i think | 22:57 |
*** SureshZ has quit IRC | 22:59 | |
*** SureshZ has joined #zope3-dev | 23:00 | |
* genconc is away: gone home | 23:11 | |
*** RaFromBRC has joined #zope3-dev | 23:16 | |
*** apoirier has joined #zope3-dev | 23:34 | |
*** bska|mobile has quit IRC | 23:37 | |
*** alienoid has joined #zope3-dev | 23:49 | |
*** d2m has quit IRC | 23:50 | |
*** d2m_ has joined #zope3-dev | 23:50 | |
*** d2m_ is now known as d2m | 23:51 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!