Differences between revisions 1 and 2
Revision 1 as of 2006-03-02 06:41:37
Size: 767
Editor: dreamingk
Comment:
Revision 2 as of 2006-03-03 08:46:45
Size: 916
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Line 9: Line 10:
 先dump modeling:  先dump modeling:{{{
Line 11: Line 12:
 然后, 确保mytext里面已有math/modeling这个目录, 若没有则建一个: }}}
然后, 确保mytext里面已有math/modeling这个目录, 若没有则建一个:{{{
Line 14: Line 16:
 然后用load, 把原来dump的东西加到mytext中: }}}
然后用load, 把原来dump的东西加到mytext中:{{{
Line 16: Line 19:
}}}
Line 17: Line 21:

-----
 * 嗬嗬!谢谢分享!天成在网络中消失了有段时间了哪!如何了?!现在? -- ZoomQuiet

::-- dreamingk [DateTime(2006-03-02T06:41:37Z)] TableOfContents

1. 移动Repository(合并两个Repository)

  • manual里面讲过, 正好用到, 遂整理一下, 还是用dump和load. 例如我要吧modeling这个repository合并到mytext的math/modeling目录里面 (假设Repository都放在g:/svndata里面).

    先dump modeling:

     svnadmin dump g:/svndata/modeling > modeling.dump

    然后, 确保mytext里面已有math/modeling这个目录, 若没有则建一个:

     svn makdir math/modeling 
     svn ci -m "add modeling"

    然后用load, 把原来dump的东西加到mytext中:

     svnadmin load g:/svndata/mytext --parent-dir math/modeling < modeling.dump
    完成


  • 嗬嗬!谢谢分享!天成在网络中消失了有段时间了哪!如何了?!现在? -- ZoomQuiet

SubVerSion/tips (last edited 2009-12-25 07:09:34 by localhost)