开发者

How to store svn change history in local machine?

开发者 https://www.devze.com 2023-02-15 20:39 出处:网络
Is there a way I could copy the svn change history to my local machine? I am not able to do look history (which I have to do pretty frequently) when net connection is bad (which is happening lot of 开

Is there a way I could copy the svn change history to my local machine? I am not able to do look history (which I have to do pretty frequently) when net connection is bad (which is happening lot of 开发者_开发问答times lately).


The many DVCS have support to act as subversion clients.

  • Mercurial: hgsubversion (I can recommend this one)
  • Git: git-svn
  • Bazaar: bzr-svn

There is also SVK, a dedicated svn cache.

edit

You need to be aware that you need a rebase-based workflow with these DVCS tools, since they can't transmit their native merges into subversion.


You could use git-svn, as long as you are comfortable (or are willing to get comfortable) with using git to access the history. FWIW, I find git to be a much more pleasant way to query history anyway.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号