简体   繁体   中英

svn: Error parsing svn:externals property on '.'

If I do

svn propset svn:externals 'https://url.to.remote.branch' .

svn: Error parsing svn:externals property on '.' : 'https://url.to.remote.branch'

If I do

svn propedit svn:externals 'https://url.to.remote.branch' .

::vi - enter message::

svn: Error parsing svn:externals property on 'https://url.to.remote.branch': 'message'

Any ideas? I haven't been able to google/find the instance of this problem happening on '.'

svn propset svn:externals'branch-dir url.to.remote.branch';

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