Heim >Backend-Entwicklung >PHP-Tutorial >如何 svn add 不在版本控制的文件?除了使用--force

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

WBOY
WBOYOriginal
2016-06-06 20:37:551388Durchsuche

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

<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命令要怎么实现?

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn