代码之家  ›  专栏  ›  技术社区  ›  Otto

如何修复此Subversion mkcol错误?

svn
  •  53
  • Otto  · 技术社区  · 16 年前

    当我提交时,我从Subversion中得到这个错误:

    bash-2.05b$ svn commit -m "testing subversion, still"
    Adding         baz
    svn: Commit failed (details follow):
    svn: MKCOL of '/viper/!svn/wrk/6b9bcd38-b2fe-0310-95ff-9d1a44098866/sandboxes/ohammersmith/trunk/baz': 405 Method Not Allowed (http://svn.example.com)
    
    2 回复  |  直到 16 年前
        1
  •  83
  •   Otto    16 年前

    svn up

    bash-2.05b$ svn up
    svn: Failed to add directory 'baz': object of the same name already exists
    

    svn update

        2
  •  13
  •   Harshal Doshi Jain    8 年前

    svn update