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

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

WBOY
Release: 2016-06-06 20:37:55
Original
1390 people have browsed it

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

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

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

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

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

svn命令要怎么实现?

回复内容:

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

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

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

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

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

svn命令要怎么实现?

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template