Re: [git-users] Re: error: git-svn died of signal 11

2016-10-17 Thread Aleksey Tsalolikhin
Hi Sidney, Thanks for your kind reply. git svn clone -r 18663:18664 svn://myrepo.example.com/myproject --authors-file=authors.txt --no-metadata -s myproject results in: Ignoring path error: git-svn died of signal 11 I then started, as you suggested: git svn

[git-users] Re: error: git-svn died of signal 11

2016-10-17 Thread Sidney Souza
Try convert your directory using the line below and send for us the result. cd /home/aleksey/scratch/ git svn clone -r 18663:18664 svn://myrepo.example.com/myproject --authors-file=authors.txt --no-metadata -s myproject I really recommend you do not define a revision when cloning repositories

Re: [git-users] Using git in an unusual way, need advice

2016-10-17 Thread Konstantin Khomoutov
On Sun, 16 Oct 2016 21:39:41 -0400 rhkra...@gmail.com wrote: > I am probably using git in an unusual way. > > I want to do some development for a project that is managed by > Mercurial (scite / scintilla), but, for the sake of learning git (and > minimizing the need to learn anything else) I wan

[git-users] Re: Using git in an unusual way, need advice

2016-10-17 Thread rhkramer
On Sunday, October 16, 2016 09:39:41 PM rhkra...@gmail.com wrote: > I am probably using git in an unusual way. ... > But, I'm not sure how to handle further updates after I've made local > changes to the source code. > > The one approach I can think of is to create a patch file before I download