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

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:37:55
Original
1409 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:
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
Latest Issues
Git and SVN
From 1970-01-01 08:00:00
0
0
0
php - SVN commit file failed
From 1970-01-01 08:00:00
0
0
0
How to configure apache to access svn
From 1970-01-01 08:00:00
0
0
0
git svn clone cannot get the code
From 1970-01-01 08:00:00
0
0
0
svn migrate git
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template