>Hello Daniel!
>IMHO, you should avoid file names that are illegal in one of the OSs you have
>to use like the plague ...
>DIN ISO 8601:2006 allows as "Basisformat" MMDDThhmmss (or for an UTC
>timestamp: MMDDThhmmssZ) I would recommend to switch to that time stamp
>format (it is the same
Daniel Becroft wrote on Wed, 28 Jun 2017 07:40 +:
> I expected that if I combined these (for example, `svn log --search "Foo"
> --limit 10`), that I would get the last 10 log messages that contained the
> search criteria, however it only showed those log messages in the last 10
> that contained
On 28.06.2017 09:40, Daniel Becroft wrote:
> Hi,
> I've come across something which seems to be working not as expected,
> but I'm not sure it is a bug.
> At the moment, I can do `svn log --search "Foo"` to get all the log
> messages containing "Foo", and `svn log --limit 10` to get the last 10
> l
Hi,
I've come across something which seems to be working not as expected, but
I'm not sure it is a bug.
At the moment, I can do `svn log --search "Foo"` to get all the log
messages containing "Foo", and `svn log --limit 10` to get the last 10 log
messages.
I expected that if I combined these (for