Re: [fossil-users] Changing metadata on checkins

2012-07-23 Thread Andreas Kupries
On 7/23/2012 1:51 PM, David Given wrote: On 23/07/12 18:03, Richard Hipp wrote: [...] You want to use the (undocumented) --user-override USERNAME and --date-override '-MM-DD HH:MM:SS' options, I think. Thank-you very much! That works fine. (Although I do need to remember to also use --dat

Re: [fossil-users] Changing metadata on checkins

2012-07-23 Thread David Given
On 23/07/12 18:03, Richard Hipp wrote: [...] > You want to use the (undocumented) --user-override USERNAME and > --date-override '-MM-DD HH:MM:SS' options, I think. Thank-you very much! That works fine. (Although I do need to remember to also use --date-override when initialising the reposito

Re: [fossil-users] Changing metadata on checkins

2012-07-23 Thread Richard Hipp
On Mon, Jul 23, 2012 at 12:59 PM, David Given wrote: > I have a very nasty, hacked-together script that will incrementally pull > changes from an SVN repository: > > http://gate.cowlark.com/cgi-bin/fossil.cgi/fsvn/dir?ci=tip > > It doesn't do any SQL hackery, instead just using the public shell >

[fossil-users] Changing metadata on checkins

2012-07-23 Thread David Given
I have a very nasty, hacked-together script that will incrementally pull changes from an SVN repository: http://gate.cowlark.com/cgi-bin/fossil.cgi/fsvn/dir?ci=tip It doesn't do any SQL hackery, instead just using the public shell interfaces. (It's not fast.) However, currently it just checks st