URL之间的SVN复制失败

 手机用户2502938985 发布于 2023-02-10 13:09

我想在SVN 1.7上创建一个标签.

尝试时: svn copy svn://svn-rep.domain/dev/trunk svn://svn-rep.domain/dev/tags/product

我收到以下错误: svn: E205007: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options svn: E205007: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configuration option was found

并在添加消息时: svn copy svn://svn-rep.domain/dev/trunk svn://svn-rep.domain/dev/tags/product -m 'message'

我收到此错误: svn: E205009: Local, non-commit operations do not take a log message or revision properties

我究竟做错了什么?

1 个回答
  • 好吧,唯一要做的就是将消息周围的(')更改为(").

    想想让我忙碌了这么久......

    2023-02-10 13:11 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有