git - svn add ignore folder not working
漂亮男人
漂亮男人 2017-05-02 09:42:02
0
1
641

I had to use svn for some reasons, but I found a lot of weird problems.

Requirement: I want to completely ignore some folders, not to be added when submitting, and not to prompt me for the status of the files.

  1. After adding the ignored folder, there is no prompt. But when I submit, the ignored items will still be added automatically.

For example, the files in the folder are like this.

But when I submit it


He added these things to me again. (The show unversioned files option has been canceled).

  1. What does recursion mean when adding ignored files?

  2. The files in the folder are all green. The outer folder is still red.

漂亮男人
漂亮男人

reply all(1)
小葫芦
  1. Recursion means traversing all the files in a certain folder and performing the same operation on these files.

  2. You don’t have to pay special attention to the color of the folder and file icons, as they are sometimes inaccurate.

3. What you selected above should not be ignore but delete. The status of that pile of files is now delete, that is, there are these piles of files on the svn server now, but you deleted them locally. Deletion is also a version change. .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template