Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN: Error setting property 'log': Could not execute PROPPATCH

Tags:

svn

I am trying to do a simple commit in SVN (I'm using Cornerstone on a Mac). The commit fails with the following error:

Description : An error occurred while contacting the repository. [...] Error : V4CommunicationError [...] Description : At least one property change failed; repository is unchanged Status : 175008 [...] Description : Error setting property 'log': Could not execute PROPPATCH. Status : 175002 [...]

I have tried reinstalling Cornerstone, and I have tried checking out the repository to another directory and committing from there.

like image 564
MM. Avatar asked Jun 18 '12 15:06

MM.


1 Answers

I found another site that mentioned something about "single line comments." My commit message didn't have multiple lines, but it did have smart quotes that I copied and pasted from our bug tracking system. Here is the offending phrase:

“Ingredients”

When I took away the smart quotes, I was able to commit.

like image 171
MM. Avatar answered Sep 19 '22 05:09

MM.