Possible to svn export and include unversioned files?

前端 未结 3 1004
终归单人心
终归单人心 2021-01-15 12:09

I would like to export my code from the working svn copy while including all unversioned files. For example, there are uploaded images/config files etc, that I would like in

3条回答
  •  春和景丽
    2021-01-15 12:25

    I don't know if there's a built in command for that. You could write a script that interprets the output of svn st which will output unversioned files ? marked/with/a/question/mark.config

提交回复
热议问题