hi, i started implementing another badly missing feature for svn cooperation, which is automatical locking of files so there is possibility how to avoid merge conflicts. i need one confirmation from the windows side of the pond - please is can anybody report to me whether the following works in windows envi, not sure how read-write permissions are treated there...
0. setup the following config: two identical repository checkouts A, B 1. in A: choose some file.lyx 2. in A: svn propset svn:needs-lock dummy file.lyx 3. in A: svn ci 4. in B: svn up 5. in B: lyx file.lyx 6. is the file.lyx inside LyX window in read-only mode? 7. close lyx 8. in B: svn lock file.lyx 9. in B: lyx file.lyx 10. is the file.lyx inside LyX window in write mode? 11. close lyx 12. in A: lyx file.lyx 13. is the file.lyx inside LyX window in read-only mode? 14. in A: does the following fail?: svn lock file.lyx pavel