[PATCH] Syncing commit logs
|
|
I’ve found that if I do change commit log entry (svn propset svn:log—revprop -r REV “new text”) and then run rake warehouse:post_commit, it seems to not to sync my changed commit log. |
|
|
Ok, it seems that I have sorta quick solution: http://pastie.caboo.se/80988 (WARNING: includes this patch as well) Now you can resync repo from certain revision: rake warehouse:sync START_REV=56 |
|
|
That’s cool, I didn’t know you could do that in SVN without dumping and restoring. Your solution is invalid for 1.1 though, that whole portion has been completely rewritten with the Sequel DB library for ruby. It’s much cleaner code, and even tested now. I’ll see if I can add support for this (or a more efficient version of this) for 1.1 though. |
|
|
I’d really will LOVE to see this in 1.1. If I could be helpful, do not hesitate to contact me |
|
|
It shouldn’t be a problem. Sequel is nice and clean. There seem to be several folks digging into Warehouse’s guts, so I’ll try and do a pre-release if anyone wants to kick the tires. |