View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000679 | Subversion for OS/2 & eCS | Bug | public | 2018-08-13 09:29 | 2018-08-14 18:58 |
Reporter | komh | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0000679: svn commit fails due to '~' marked files of svn st | ||||
Description | Hi/2. svn commit fails due to '~' marked files of svn st. They are symbolic links. For example, in my MPlayer local copy svn st: ----- ~ DOCS/xml/zh_CN/encoding-guide.xml ~ DOCS/xml/zh_CN/skin.xml ~ DOCS/xml/zh_CN/install.xml ~ DOCS/xml/zh_CN/video.xml ~ DOCS/xml/zh_CN/faq.xml ~ DOCS/xml/zh_CN/ports.xml ~ DOCS/xml/it/skin.xml ~ DOCS/xml/it/ports.xml ----- svn ci: ----- svn: Commit failed (details follow): svn: Entry 'F:/lang/work/mplayer/trunk/DOCS/xml/zh_CN/encoding-guide.xml' has unexpectedly changed special status ----- Even more, if I checkout MPlayer repo freshly, symbolic links are marked as '~'. | ||||
Tags | No tags attached. | ||||
|
You can checkout MPlayer repo with: svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer Thanks. |
|
Yep, current APR uses OS/2 api which doesn't support symlinks locally. I have an svn build somewhere that uses unix api that might help (and also might have it's own issues), will see if I can locate it. |