| *** J1m has quit IRC | 01:49 | |
| *** JaRoel has joined #zodb | 04:35 | |
| *** JaRoel|4d has quit IRC | 04:36 | |
| *** J1m has joined #zodb | 10:23 | |
| *** J1m has quit IRC | 10:53 | |
| *** J1m has joined #zodb | 12:23 | |
| *** fdrake has quit IRC | 13:36 | |
| *** srichter has quit IRC | 13:57 | |
| *** srichter has joined #zodb | 14:00 | |
| *** J1m has quit IRC | 14:05 | |
| *** J1m has joined #zodb | 14:06 | |
| *** agroszer has joined #zodb | 14:29 | |
| *** J1m has quit IRC | 14:32 | |
| *** J1m has joined #zodb | 14:33 | |
| *** J1m has quit IRC | 15:01 | |
| *** fdrake has joined #zodb | 15:16 | |
| srichter | fdrake: can you make zope.component and zope.configuration in the Zope SVN writable again for a sec, so I can add the proper pointer and delete the code? | 16:18 | 
|---|---|---|
| fdrake | Nope; no idea what J1m did to make those read-only. | 16:19 | 
| fdrake | He should be available soon, though. | 16:19 | 
| srichter | cool, I'll wait | 16:19 | 
| *** J1m has joined #zodb | 16:20 | |
| srichter | J1m: good morning; can you make zope.component and zope.configuration in the Zope SVN writable again for a sec, so I can add the proper pointer and delete the code in trunk? | 16:24 | 
| *** nueces has joined #zodb | 16:31 | |
| J1m | yup, just a sec | 16:46 | 
| J1m | srichter, neither of those should be unwritable. | 16:47 | 
| srichter | ok, so I probably made a read-only checkout :-( | 16:48 | 
| srichter | sorry, thanks | 16:48 | 
| srichter | J1m: nope, I definitely cannot write to zope.comonent | 16:52 | 
| srichter | same for zope.configuration | 16:53 | 
| J1m | What error are you getting? | 17:06 | 
| J1m | oh crap | 17:06 | 
| J1m | I'm on svn.zope.com :) | 17:06 | 
| srichter | Transmitting file data .svn: E220004: Commit failed (details follow): | 17:06 | 
| srichter | svn: E220004: Access denied | 17:07 | 
| srichter | srichter@einstein:zope.component$ svn info | 17:07 | 
| srichter | Path: . | 17:07 | 
| J1m | try now | 17:07 | 
| srichter | Working Copy Root Path: /opt/zope/packages/zope.component | 17:07 | 
| srichter | URL: svn+ssh://svn.zope.org/repos/main/zope.component/trunk | 17:07 | 
| srichter | J1m: it went through! | 17:07 | 
| srichter | zope.configuration went through as well | 17:07 | 
| srichter | so both of those packages can become read-only now | 17:08 | 
| srichter | J1m: there are more packages that have already been moved to Github that need that trunk modification; Do I have to tell you about every one again? | 17:08 | 
| srichter | thanks, btw! | 17:08 | 
| mgedmin | srichter, if you want to find all projects that have full trees in git and in svn, open http://zope3.pov.lt/py3/ and hit Ctrl+F "(Git)" | 17:15 | 
| mgedmin | (git) indicates an empty repository, (Git) indicates a non-empty; the parentheses imply that the SVN repo is not-empty and doesn't have a "*MOVED*" file | 17:16 | 
| srichter | mgedmin: ah, I did not know then difference between upper and lower case | 17:16 | 
| mgedmin | you may need to shift-reload since I just made the change to distinguish "(git)" from "(Git)" | 17:16 | 
| mgedmin | 30 seconds ago :) | 17:16 | 
| mgedmin | before that the only diff was a tooltip | 17:16 | 
| srichter | he he | 17:16 | 
| J1m | Maybe someone can script the svn trunk manipulations. | 17:17 | 
| J1m | I don't have the time to do that. | 17:17 | 
| J1m | I can remove write access though, when we're ready. | 17:17 | 
| srichter | J1m: I sign up to cleaning up all the ported projects | 17:18 | 
| J1m | thanks | 17:18 | 
| J1m | I hope you're script it. | 17:18 | 
| srichter | J1m: there are only 10 or so of them | 17:19 | 
| J1m | The couple I did I did manually, and that was no fun. :) | 17:19 | 
| srichter | I am in the process of learning how to convert as well and then scripting becomes interesting | 17:19 | 
| mgedmin | was https://gist.github.com/mgedmin/4944724 useful? | 17:19 | 
| srichter | mgedmin: that's what I am using | 17:20 | 
| srichter | mgedmin: plus I applied your patch to svn2git | 17:20 | 
| J1m | mgedmin, not really. It's more complicated than what I've been doing. | 17:21 | 
| J1m | It was so big that I didn't want to read it closely enough to understand it. | 17:21 | 
| mgedmin | :) | 17:21 | 
| J1m | Did you see my svn2git.py script? | 17:22 | 
| mgedmin | yes, but I didn't try running it | 17:24 | 
| srichter | J1m: I also need temporary write access to: | 18:31 | 
| srichter | zope.copy | 18:32 | 
| srichter | I will test every other package to make sure it is read-only | 18:32 | 
| J1m | srichter, done | 18:41 | 
| srichter | thx | 18:43 | 
| mgedmin | what's the reason for making projects read-only? | 18:45 | 
| J1m | so people don't check into them :) | 18:46 | 
| J1m | Not that important. Just a nice to have | 18:46 | 
| mgedmin | who would check into a project that only has a single 'MOVED-TO-GITHUB.txt'? | 18:46 | 
| mgedmin | well, I would, if I noticed a typo inside that file (e.g. it points to the wrong url) | 18:47 | 
| J1m | They might check into a branch | 18:47 | 
| mgedmin | but I couldn't if it were made read-only | 18:47 | 
| mgedmin | ah! good point | 18:47 | 
| J1m | <shrug> again, not that important. | 18:47 | 
| mgedmin | zopetoolkit checks out some packages (e.g. ZODB3) from svn branches | 18:47 | 
| J1m | More good hygene than anything else | 18:48 | 
| srichter | he he | 18:48 | 
| *** agroszer has quit IRC | 18:51 | |
| *** agroszer has joined #zodb | 20:06 | |
| *** agroszer has quit IRC | 20:19 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!