博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
7.13. rename file
阅读量:5946 次
发布时间:2019-06-19

本文共 809 字,大约阅读时间需要 2 分钟。

mv file_name new_file_name && cvs remove file_name
cvs add new_file_name

neo@netkiller:/tmp/cvs/project_name$ mv file file.txtneo@netkiller:/tmp/cvs/project_name$ cvs remove filecvs remove: scheduling `file' for removalcvs remove: use `cvs commit' to remove this file permanentlyneo@netkiller:/tmp/cvs/project_name$ cvs add file.txtcvs add: scheduling file `file.txt' for additioncvs add: use `cvs commit' to add this file permanentlyneo@netkiller:/tmp/cvs/project_name$ cvs commit -m 'rename file to file.txt'cvs commit: Examining .cvs commit: Examining dir1cvs commit: Examining dir2/home/cvsroot/project_name/file,v  <--  filenew revision: delete; previous revision: 2.3/home/cvsroot/project_name/file.txt,v  <--  file.txtinitial revision: 1.1

原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

你可能感兴趣的文章
Android新权限机制 AppOps
查看>>
“蓝桥杯”软件大赛入门训练4道题
查看>>
[2010山东ACM省赛] Greatest Number(数的组合+二分搜索)
查看>>
Unable to get the CMake version located at
查看>>
爬虫基本原理
查看>>
Heritage from father
查看>>
css选择器
查看>>
使用多线程
查看>>
Django--Uploaded Files以及Handlers
查看>>
在IIS(64位)上部署WCF服务访问Oracle数据库
查看>>
个人在 laravel 开发中使用到的一些技巧(持续更新)
查看>>
iOS之KVO
查看>>
数组的代替品
查看>>
BZOJ-1878: [SDOI2009]HH的项链(莫队算法)
查看>>
Python3 定时访问网页
查看>>
两种算法解决查找子串的问题:hdu1711
查看>>
老板,让我们专注的工作【写给老板的一封信】
查看>>
LBS突围:从微信到微博
查看>>
SFB 项目经验-40-Skype for Business-呼入正常-呼出不正常
查看>>
吴忌寒江卓尔批“闪电网络”背后,是链圈和矿圈的的利益之争
查看>>