wiki:jazz/cloud-interop
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

2013-02-15

  • 將 Open Foundry 的 SVN 跟 github 做同步
    • [參考] git 與 git-svn 簡單教學
      ~$ git svn clone http://svn.openfoundry.org/cloud-interop cloud-interop
      ~$ cd cloud-interop
      ~/cloud-interop$ git remote add -t master -m master -f origin https://github.com/jazzwang/cloud-interop.git
      ~/cloud-interop$ git commit -a
      ~/cloud-interop$ git svn dcommit
      ~/cloud-interop$ git push
      
Last modified 12 years ago Last modified on Mar 20, 2013, 12:47:42 AM