On Nov 27, 2009, at 6:52 AM, 25033.76511 wrote: > On 27.11.2009 11:10, Senthil Kumaran S wrote: >> Hi, >> >> Bhuvaneswaran A wrote: >>> Did we discuss about correcting old revisions pointing to svn.collab.net >>> repository referenced in log messages? Like this one: >>> $ svn log -r r880575 >> >> This is my first attempt at ctypes-python bindings for subversion :) The >> attached script will do the above. I plan to run this script on -r >> 836401:HEAD >> over https://svn.apache.org/repos/asf/subversion/trunk around "15:30:00 >> Saturday November 28, 2009 in UTC" >> >> Already ran a test on r880575 and the script did what it was supposed to do. > > > I would suggest to preserve the old revision numbers, for instance like > r123456[r54321]. > Who knows if we might need them again some day.
The transformation is not one-way. We can easily retrieve the old numbers from the new. -Hyrum