`
dcj3sjt126com
  • 浏览: 1872238 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

svn is already under version control问题解决

svn 
阅读更多

svn ci 时出现 xx is already under version control,然后无法提交,出现这个问题的原因是你所提交的文件或目录是其他SVN的东西,即下面有.svn的目录,需要先把它们删除才能提交,具体操作如下:

打开terminal,cd到你新增加的那个目录,然后用下面的命令

#find . -mindepth 2 -name '.svn' -exec rm -rf '{}' \;

这个命令会递归的删除目录下所有.svn的文件夹,现在,再提交一次试试?

 


.svn 直接删除也可以

分享到:
评论

相关推荐

    VersionControl_SVN-0.3.4.tgz

    《版本控制系统Subversion(SVN)详解:以VersionControl_SVN-0.3.4.tgz为例》 在软件开发领域,版本控制是至关重要的工具,它帮助开发者追踪和管理项目源代码的变化,使得团队协作更为高效。Subversion(简称SVN)...

    Version Control with SVN

    - **合并与冲突解决**:当多个用户同时修改同一文件时,SVN支持自动合并变更,并提供工具帮助解决可能出现的合并冲突。 #### Subversion的工作原理 - **中央仓库**:所有的数据都存储在中央仓库中,这是一个存储...

    Version Control with Subversion (svn手册中英文版)

    Subversion is a free/open source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your ...

    Version Control with Subsersion

    - **解决冲突**: 当合并更改时出现冲突,可以手动解决冲突或者使用 `svn revert` 命令放弃更改。 #### 八、分支与合并 - **分支的概念**: 分支是 SVN 中的一种常见用法,允许开发者在一个独立的环境中进行开发。 -...

    AnkhSVN-1.0.4.msi

    AnkhSVN is a Subversion SourceControl Provider for Visual Studio. The software allows you to perform the most common version control operations directly from inside the Microsoft Visual Studio IDE. ...

    AnkhSvn-2.4.11610

    AnkhSVN provides Apache™ Subversion® source code management support to all project types supported by Visual Studio and allows you to perform the most common version control operations directly from...

    SVN在客户端执行UPDATE报locked的处理办法

    在软件开发过程中,版本控制系统(Version Control System, VCS)是必不可少的工具之一。Subversion(SVN)作为一款开源的集中式版本控制系统,被广泛应用于项目管理之中。在日常使用SVN的过程中,开发者可能会遇到...

    VS2005,VS2008用SVN插件

    AnkhSVN is a Subversion SourceControl Provider for Visual Studio. The software allows you to perform the most common version control operations directly from inside the Microsoft Visual Studio IDE. ...

    svn1.14.1、svn1.14.2

    svn1.14.1、svn1.14.2

    Version Control with Subversion

    3. 问题追踪系统:如JIRA,可与Subversion链接,跟踪代码更改与问题修复之间的关系。 五、最佳实践与注意事项 1. 使用有意义的提交消息,方便日后的追踪和审计。 2. 避免在未解决冲突的情况下提交,确保数据一致性...

    svn: This client is too old to work with

    usage: change-svn-wc-format.py WC_PATH SVN_VERSION [--verbose] [--force] [--skip-unknown-format] change-svn-wc-format.py --help Change the format of a Subversion working copy to that of SVN_...

    AnkhSVN 2.1.10129

    AnkhSVN is a Subversion Source Control Provider for Microsoft Visual Studio 2005, 2008 and 2010. AnkhSVN provides Apache Subversion source code management support to all project types supported by ...

    AnkhSvn-2.1.8280.494(最新版,VS2010可用)

    AnkhSVN is a Subversion Source Control Provider for Microsoft Visual Studio 2005, 2008 and 2010. AnkhSVN provides source code management support to all project types supported by Visual Studio and ...

    svn上传不了空文件夹问题解决

    svn上传不了空文件夹问题解决,下载run.bat文件,丢项目根目录运行即可

    AnkhSvn-2.1.8420.8(VS2010可用)

    AnkhSVN is a Subversion Source Control Provider for Microsoft Visual Studio 2005, 2008 and 2010. AnkhSVN provides source code management support to all project types supported by Visual Studio and ...

    Version Mac下svn工具

    5. **合并和冲突解决**: 提供了直观的合并工具和冲突解决助手,帮助用户解决代码冲突问题。 6. **书签功能**: 可以创建书签来标记重要版本,便于快速访问。 7. **多语言支持**: 对多种编程语言的语法高亮显示,提升...

    VSS to SVN Tools

    The initial version of the VSS contents is downloaded to a temporary location and is imported to SVN. Subsequent VSS versions are repeatedly dowloaded to the temporary location and SVN is updated with...

    AnkhSvn 2.3.10509.1073

    AnkhSVN is a Subversion Source Control Provider for Microsoft Visual Studio 2005, 2008 and 2010. AnkhSVN provides Apache Subversion source code management support to all project types supported by ...

    svn常见问题及解决办法

    svn 常见问题

Global site tag (gtag.js) - Google Analytics