Home  >  Article  >  Backend Development  >  如何 svn add 不在版本控制的文件?除了使用--force

如何 svn add 不在版本控制的文件?除了使用--force

WBOY
WBOYOriginal
2016-06-06 20:37:551314browse

我可以直接指定文件,但是文件一多,不方便……

<code>Vennzi:main Lluvio$ svn add . --force
A         HTML/hello.txt
</code>

可以添上 --force,但每次都这么做好麻烦。。

<code>Vennzi:main Lluvio$ svn add . --force
A         HTML/hello.txt
</code>

我知道git可以直接 git add -A,好方便的说。

svn命令要怎么实现?

回复内容:

我可以直接指定文件,但是文件一多,不方便……

<code>Vennzi:main Lluvio$ svn add . --force
A         HTML/hello.txt
</code>

可以添上 --force,但每次都这么做好麻烦。。

<code>Vennzi:main Lluvio$ svn add . --force
A         HTML/hello.txt
</code>

我知道git可以直接 git add -A,好方便的说。

svn命令要怎么实现?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn