I had significant problems with commiting changes to svn repository for my Tangra Framework. Repository was at sourceforge.net. For ages I am using one and the same configuration and just recently I've started to have problems with commits.
Configuration:
Linux server with Debian/GNU linux + Apache + Samba (3.2.0.31-2) + PHP, etc.
Windows XP with Zend Studio, Dreamweaver, TortoiseSVN, etc.
Working copy of the framework is shared as Samba share. Yes, I know that this is not recommended but it is most convenient way -- I am able to edit files directly from my windows PC.
After upgrade to TortoiseSVN 1.5.* all commits that added new files was showing error like:
"Commit succeeded but…"
"Error: "Error bumping revisions post-commit (details follow):"
"Error: "Can't move" (some files from .svn/props/ to .svn/prob-base/).
After above error I was unable to commit anymore -- svn was stating that I have to execute Clean Up, but when trying to do so -- clean up was failing. I had to delete whole dir that was failing, then to update parent dir in order to obtain clean working copy. That was working solution when just one dir was messed up but when I had multiple dirs with same problem -- I hade to checkout the entire trunk which tooked about 1hour (because sourcefourge svn is slow, project itself is not vary big.)
Solution:
(more…)