• TortoiseSVN,排除不想提交文件的方法(转)


     

     

    转自:tortoisesvnsubversionfilebuilddialoglist

    下面是英文帮助:

    利用TortoiseSVN的修改列表 功能可以实现,在新版本中TortoiseSVN特地预置了一个【提交时忽略】的修改列表。只需要选中相应文件->右键->移动到->提交时忽略列表即可。

     

    4.4.2. Change Lists
        The commit dialog supports Subversion's changelist feature to help with grouping related files together. Find out about this feature in Section 4.8, “Change Lists”.

    4.4.3. Excluding Items from the Commit List
        Sometimes you have versioned files that change frequently but that you really don't want to commit. Sometimes this indicates a flaw in your build process - why are those files versioned? should you be using template files? But occasionally it is inevitable. A classic reason is that your IDE changes a timestamp in the project file every time you build. The project file has to be versioned as it includes all the build settings, but it doesn't need to be committed just because the timestamp changed.

        To help out in awkward cases like this, we have reserved a changelist called ignore-on-commit. Any file added to this changelist will automatically be unchecked in the commit dialog. You can still commit changes, but you have to select it manually in the commit dialog.

    作者:Elaine
    交流QQ:392989505
  • 相关阅读:
    hdu 1042 N!
    hdu 1002 A + B Problem II
    c++大数模板
    hdu 1004 Let the Balloon Rise
    hdu 4027 Can you answer these queries?
    poj 2823 Sliding Window
    hdu 3074 Multiply game
    hdu 1394 Minimum Inversion Number
    hdu 5199 Gunner
    九度oj 1521 二叉树的镜像
  • 原文地址:https://www.cnblogs.com/ITGirl00/p/3934373.html
Copyright © 2020-2023  润新知