在 SVN 中,递归提交(recursive commit)意味着提交操作会应用于指定目录及其所有子目录和文件。相对地,非递归提交(non-recursive commit)则仅针对指定的单个文件或目录进行提交,而不会涉及到其子目录或文件。 说明如何移动 SVN 中的文件或目录: 在SVN 中,可以使用 svn mv 命令来移动或重命名文件或目录。例如,要...
" #, c-format msgid "Error during recursive copy of '%s'" msgstr "递归复制“%s”时出错" #, c-format msgid "no parent with copyfrom information found above '%s'" msgstr "没有在“%s”上找到具有 copyfrom 信息的父对象" #, c-format msgid "'%s' already exists and is in the way" ms...
增加Logger.c 传输文件数据.svn: 提交失败(细节如下): svn: Commit blocked by pre-commit hook (exit code 1) with output: Wide character in print at /opt/svn/svnroot/myrepos/hooks/scripts/check-case-insensitive.pl line 259. 发现文件名大小写冲突: trunk/src/Logger.c 已经存在于 logger.c 管理...
这是svn文件标识码本地和服务器不一致导致; 解决方法: 第一种: 1.在出错文件所在目录下,TortoiseSVN-Update to revision 选择Only this item 2. 在出错文件所在目录下,TortoiseSVN-Update to revision 选择Fully recursive 第二种方法: 1.把出错文件在本地删除,再SVN Commit,记得备份; 2.把备... ...
3、将改动的文件提交到版本库 svn commit -m “LogMessage“ [-N] [--no-unlock] PATH(如果选择了保持锁,就使用–no-unlock开关) 例如:svn commit -m “add test file for my test“ test.php 简写:svn ci 4、加锁/解锁 svn lock -m “LockMessage“ [--force] PATH 例如:svn lock -m “lock ...
‘COMMITTED’ last commit at or before BASE ‘PREV’ revision just before COMMITTED -q [–quiet] : print nothing, or only summary information -N [–non-recursive] : obsolete; try –depth=files or –depth=immediates –depth ARG : limit operation by depth ARG (’empty’, ‘files’, ‘...
msgid "" "Local, non-commit operations do not take a log message or revision properties" msgstr "本地操作,非提交操作无须日志信息或版本属性" #, c-format msgid "Can't open stdout" msgstr "无法打开标准输出" #, c-format msgid "Can't open stderr" msgstr "无法打开标准错误" ...
commitMessage,null,true,true, SVNDepth.fromRecurse(isRecursive)); }catch (SVNException e) { logger.error(e.getErrorMessage(), e); }returnnull; }/*** Puts directories and files under version control *@paramclientManager * SVNClientManager ...
用法: commit [路径...] 必须提供日志消息,但它可以是空的。如果没有指定 --message 或 --file 选项,编辑器会被启动。如果有目标是锁定的或者包含锁定条目,则在成功 提交后会被解锁。 有效选项: -q [--quiet] : 不打印信息,或只打印概要信息 -N [--non-recursive] : 过时;尝试 --depth=files 或 -...
not locked; this is probably a bug, please report" msgstr "工作副本没有锁定;这可能是一个漏洞,请报告" msgid "Invalid lock" msgstr "无效锁" msgid "Path is not a working copy directory" msgstr "路径不是工作副本目录" msgid "Path is not a working copy file" msgstr "路径不是工作副本文件"...