'svn add' interactive

前端 未结 3 1499
闹比i
闹比i 2021-01-18 12:41

Is there any command line trick to get SVN to add in all the missing files from svn stat interactively?

For example, something like:

s         


        
3条回答
  •  無奈伤痛
    2021-01-18 12:44

    1. I don't know of such a feature.
    2. Shouldn't be a problem to implement this yourself with a little scripting.
    3. The GUI interface does not suffer from this problem (e.g. Tortoise)...

提交回复
热议问题