SVN cannot automatically add new files

SVN cannot automatically add new files

In the process of using SVN, I encountered a problem, that is, the newly created files will not be added automatically, and need to be added manually. As a result, new files are often missed when submitting code, and the teammates cannot run normally.

The problem is caused by the properties of certain directories under SVN ignoring files, and it can be removed according to the following steps.
In the root directory of your SVN library, right-click on the blank space, select Properties
Write picture description here
, click the Remove button, select Recursive to kill this property, and click Ok.
Write picture description here
Then go to the directory of the newly created file, select Commit, and you will find that the newly created file is in the commit list.

Guess you like

Origin blog.csdn.net/yujiayinshi/article/details/51381942