How should I properly escape special characters in commit message?
From: melmack melmack <melmack3_at_gmail.com>
Date: 2007-12-09 17:03:54 CET
Hello
I've one problem with escaping special characters (quotes and backslashes)
(1) svn commit -m "foo\\\"bar"
Comment is saved to svn as foo\"bar
(2) svn commit -m "foo\\\\bar"
Comment is saved to svn as foo\\\\bar
What is the reason of the fact that in example (1) svn interpreter collapses
Best regards
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.