Description
To reproduce: 1. Have a network-available repos with a Greek Tree in it. We'll call it http://kurgan:8081/svn/repos. :-) 2. svn co http://kurgan:8081/svn/repos -d wc 3. cd wc 4. svn propset foo bar A/B/lambda 5. svn status /* notice that the property list is locally modified */ 6. svn commit -m "whatever" /* notice it claims to commit the propchange */ 7. svn status /* notice it _still_ claims proplistis locally modified, and furthermore the local revision of A/B/lambda is not bumped. */ At this point, if you update another working copy, or do another checkout, you'll see that the propchange is not in the repository. This appears to be purely an ra_dav problem, not involving ra_local. Doing the above steps with a local repository results in success -- everything works as expected, the propchange gts committed, and further checkouts and updates work.
Attachments
Issue Links
- is duplicated by
-
SVN-437 fix the "BIG HACK" in mod_dav_svn property handling
- Closed