On Jan 18, 2012, at 11:59 , Herbert wrote: > Tortoise version: > TortoiseSVN 1.7.4, Build 22459 - 64 Bit , 2012/01/13 12:57:07 > Subversion 1.7.2, > apr 1.4.5 > apr-utils 1.3.12 > neon 0.29.6 > OpenSSL 1.0.0e 6 Sep 2011 > zlib 1.2.5 > > > Issue: > Commit dialogue will fail on description messages containing quotes like "..." > > Problem is probably related to the command line: > svn commit -m "..."..."" - will fail > > Error displayed (translated): > Pre-Commit blocking with exit-code 255. > """="*" can not be processed
This is an error message from a pre-commit hook script installed by your Subversion administrator. It's not a Subversion (or TortoiseSVN) bug. FWIW, TortoiseSVN calls the Subversion API directly, so no shell escaping is involved on the client side. Ask your administrator why he or she chose to forbid quotes in the commit messages. Regards, Steve