Add all unversioned files to SVN

后端 未结 5 1468
失恋的感觉
失恋的感觉 2020-12-12 19:11

I have a working copy that gets automatically committed into SVN overnight using a script.

I use the SVN command line to do so.

After a frustrating battle wi

5条回答
  •  借酒劲吻你
    2020-12-12 20:09

    In my case i need to specify :

     svn --force add dir/*/*/*
    

    * is level of tree that i want to add.

    Check the result with

    svn status --no-ignore
    

提交回复
热议问题