You are using PowerShell, where the {} characters have special meaning, so
you must escape them. To do that, type them twice, like this:
svn log -q -r {{2019-11-24}}:{{2019-11-25}}
Or instead use the classic command line (cmd.exe) where {} works "normal".
Regards,
David
On Monday, 25 November 2019 07:57:20 UTC+1, creater msc wrote:
>
> i want use command line to list all log in bewteen date with this command:
> svn log -q -r {2019-11-24}:{2019-11-25}
> but has error
>
> [image: SVN错误日志.png]
> does anyone know why?
>
--
You received this message because you are subscribed to the Google Groups
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tortoisesvn/bac183f1-f9dc-4d0a-a49d-3dcffd9dbe90%40googlegroups.com.