简体   繁体   中英

Why is svn propset failing with a cryptic path colon error on mergeinfo props?

Modifying the mergeinfo property was failing while other properties were easily set.

D:\>svn propset "svn:mergeinfo" mypropvalue myfile.txt
svn: E200020: Pathname not terminated by ':'

The problem was that SVN validates mergeinfo properties. It's upset that the value itself does not look like a mergeinfo property which is a colon separated key value file.

D:\>svn propset "svn:mergeinfo" mybranchname:1 myfile.txt
property 'svn:mergeinfo' set on 'myfile.txt'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM