博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
delete symlink in subversion using svn delete command
阅读量:5291 次
发布时间:2019-06-14

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

# svn delete etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service@

D         etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service

# svn diff

Index: etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service

===================================================================

--- etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service      (revision 49)

+++ etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service   (nonexistent)

@@ -1 +0,0 @@

-link /lib/systemd/system/serial-getty@.service

\ No newline at end of file

 

Property changes on: etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service

___________________________________________________________________

Deleted: svn:special

## -1 +0,0 ##

-*

\ No newline at end of property

# svn commit -m  "#AHB-42 Change rootfs delete serial-getty@ttyS3.service"

Deleting       etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service

Committing transaction...

Committed revision 50.

# svn up

转载于:https://www.cnblogs.com/lianghong881018/p/10112333.html

你可能感兴趣的文章
【科技】高斯消元简析
查看>>
没有欲望是一种什么样的感觉
查看>>
pzoj Problem 2127 养鸡场
查看>>
有趣的JavaScript隐式类型转换
查看>>
wireshark 无法抓取本地数据包
查看>>
sql 知道年龄 数据库里面只有身份证 查询条件为这个年龄的所有数据
查看>>
android 高德地图出现【定位失败key鉴权失败】
查看>>
如何使用mybatis插入数据之前就具生成id值
查看>>
算法笔记--基础数学知识
查看>>
Extjs Dom
查看>>
初始化linux部署tomcat
查看>>
Predictive Analytics for Business
查看>>
Python中常用的模块(OS模块)
查看>>
Why should a self-implemented getter retain and autorelease the returned object
查看>>
altera小实验——第一个demo指导书
查看>>
强化学习1
查看>>
NSArray的sorting排序
查看>>
docker建立和共享文件(服务器和docker之间的共享)
查看>>
全文检索技术---solr
查看>>
动态内存分配(Dynamic memory allocation)
查看>>