2

When I execute this command via PowerShell v2, TortoiseSVN commit window pops up, but I can see only "Latest" message, not "Latest changes". I can't find out why.

TortoiseProc.exe /command:commit /logmsg:"Latest changes" /path:"$loc" /closeonend:1

enter image description here

gomons
  • 1,946
  • 14
  • 25
  • 3
    Use sextuplequotes: `/logmsg:"""Latest changes"""` (gotta love powershell for that) – wOxxOm Aug 17 '16 at 10:23
  • It works! Thank you a lot! Could you place answer this question? I will accept your answer. – gomons Aug 17 '16 at 11:45
  • Possible duplicate of [Escaping quotes and double quotes](http://stackoverflow.com/questions/18116186/escaping-quotes-and-double-quotes) – wOxxOm Aug 18 '16 at 14:29
  • The linked question has a couple of other solutions: backticks, literal strings. – wOxxOm Aug 18 '16 at 14:30

0 Answers0