4.14.3. Changing case in a
filename
Making case-only changes to a filename is tricky with Subversion on Windows,
because for a short time during a rename, both filenames have to exist. As
Windows has a case-insensitive file system, this does not work using the usual
Rename command.
Fortunately there are (at least) two possible methods to rename a file
without losing its log history. It is important to rename it within subversion.
Just renaming in the explorer will corrupt your working copy!
Solution A) (recommended)
-
Commit the changes in your working copy.
-
Rename the file from UPPERcase to upperCASE directly in the repository using
the repository browser.
-
Update your working copy.
Solution B)
-
Rename from UPPERcase to UPPERcase_ with the rename command in the
TortoiseSVN submenu.
-
Commit the changes.
-
Rename from UPPERcase_ to upperCASE.
-
Commit the changes.
分享到:
相关推荐
删除用户使用`htpasswd -D d:\test\passwd <username>`,注意区分大小写。 **六、配置SVN访问控制** 在`httpd.conf`文件中,还需要配置SVN的访问控制策略。这通常涉及到创建`svnserve.conf`文件,并在其中定义...
Subversion 的 AuthzSVNAccessFile 文件对用户名大小写敏感(JUser 与 juser 不同)。 在微软的世界,Windows 域和用户名不是大小写敏感。即使如此,一些网络管理员还是喜欢创建首字母大写的用户帐号(例如 JUser)。 ...
本文将详细介绍如何在Windows环境下安装和配置SVN服务器,包括Apache Web服务器的安装、SVN模块的加载、资源库的创建及访问控制设置等内容。 #### 二、准备工作 1. **下载SVN**: - 地址:...
在Windows环境下搭建Apache Subversion(SVN)服务器并实现域认证的过程相对复杂,但通过以下步骤,你可以成功地创建一个安全且高效的版本控制系统。以下是详细的操作指南: 首先,你需要下载Apache HTTP Server的...
10. **代码智能提示**:调整代码提示的时间和触发条件,例如选择“None”则无论大小写,只要输入字符就会出现提示。 11. **自动导包**:启用“Optimize imports on the fly”和“Add unambiguous imports on the ...
Visual C++ 6 编译器的使用意味着这个扩展可能只适用于 Windows 平台,因为 VC6 是微软为 Windows 开发的应用程序的主要编译工具。 配置 eAccelerator 需要对 `php.ini` 文件进行编辑。`php.ini` 是 PHP 的配置文件...
- 忽略大小写提示。 - 设置取消单行显示的选项。 - **Font(字体)**: - 设置默认字体、字体大小和行间距。 - **Color Scheme(颜色方案)**: - 分别设置工作空间和控制台的字体参数。 - 修改代码注释的字体...