SVN版本控制如何删除文件或者文件夹?

遇到的问题

svn仓库删除文件,结果远程仓库还存在文件副本。

解决方法

Please do not delete files and recreate new files with same name. Instead update them. If you delete a file, there are two problems.

  1. svn does not really delete it internally, it is still there.
  2. If you delete a file and recreate content with same file name
    (instead of simply updating the file), you lose track of the change history.

If you want to move a file, don’t delete and recreate. Instead use svn mv
command.

不要使用鼠标删除,或者直接使用rm命令。

而是需要使用svn开头的命令,和git差不多。

svn rm filename

比如

$ svn rm ui
D         ui
D         ui\css
D         ui\css\style.css
D         ui\index.html
D         ui\js
D         ui\js\main.js

然后使用svn commit到远程repo即可。
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值