简体   繁体   中英

Adding all files using SVN command line

I tried the below commands to add all files:

svn --force add path/to/dir
svn --parents --force add path/to/dir
svn --depth infinity add path/to/dir

with all the above possibilities, I am not able to add all the files, only the top folder is getting added other than its files.

Please let me know how to add all the files present in some directory using svn commands.

尝试svn import ,它是比svn add更长的命令,但如果您不想使用svn add逐个文件夹添加文件夹,则可以完成此工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM