AW: Windows - Can not commit if foldername contains invalid characters

2017-06-28 Thread Petat, Daniel
>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

Re: svn log - combining 'search' and 'limit'

2017-06-28 Thread Daniel Shahaf
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

Re: svn log - combining 'search' and 'limit'

2017-06-28 Thread Branko Čibej
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

svn log - combining 'search' and 'limit'

2017-06-28 Thread Daniel Becroft
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