One way incremental SVN to Mercurial Workflow with partial history?

Answering my own question: I found a way to achieve what I need Assuming we have an empty hg repository into which I want to deliver my baseline, I add an hgignore file that filters all svn metadata: syntax glob . Svn Then I do the following: svn co Thanks.

Answering my own question: I found a way to achieve what I need. Assuming we have an empty hg repository into which I want to deliver my baseline, I add an . Hgignore file that filters all svn metadata: syntax glob .

Svn Then I do the following: svn co . Hg addremove hg commit -m"pulled rev. " hg tag For subsequent releases I do: svn switch .

Hg addremove, hg commit & hg tag as above This gives me the possibility to switch back and forth between revisions within my hg repository and I have a history of changed files between the baselines but not on svn commit level. Any opinions on this? Thanks.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions