zoukankan      html  css  js  c++  java
  • delete symlink in subversion using svn delete command

    # 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

  • 相关阅读:
    hw4 打卡
    lab4打卡
    hw3打卡
    lab3打卡
    hw2打卡
    lab2打卡
    hw1打卡
    Java Trie(词典树)实现
    Java HashMap实现
    DFS习题复习(2) DFS的实际应用:括号检测,graph Bipartite及随机生成迷宫
  • 原文地址:https://www.cnblogs.com/lianghong881018/p/10112333.html
Copyright © 2011-2022 走看看