View Issue Details

IDProjectCategoryView StatusLast Update
0000679Subversion for OS/2 & eCSBugpublic2018-08-14 18:58
Reporterkomh Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0000679: svn commit fails due to '~' marked files of svn st
DescriptionHi/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 '~'.
TagsNo tags attached.

Activities

komh

2018-08-13 09:36

reporter   ~0003192

You can checkout MPlayer repo with:

svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer

Thanks.

psmedley

2018-08-14 10:00

administrator   ~0003193

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.

Issue History

Date Modified Username Field Change
2018-08-13 09:29 komh New Issue
2018-08-13 09:36 komh Note Added: 0003192
2018-08-14 10:00 psmedley Note Added: 0003193