On 2013-7-15 22:28, Alexpux wrote:
>> zyh23@zyh /d/test_msys2/git_local
>> $ git svn clone "file:///d/test_msys2/svn_repo/" 
>> "/d/test_msys/git_local/svn_re
>> po"
>> 2 [main] perl 11956 child_info_fork::abort: unable to remap msys-svn_diff-
>> 1-0.dll to same address as parent (0xDE0000) - try running rebaseall
>> 2 [main] perl 4784 child_info_fork::abort: unable to remap msys-svn_diff-1
>> -0.dll to same address as parent (0xDE0000) - try running rebaseall
> You need to rebase dlls. Open CMD and cd to MSYS/bin. Then run:
> dash /bin/rebaseall
Hi, Alexpux, many thanks. I did that, and now git svn works OK, see the log:
------------------------------------------------------------------------------
zyh23@zyh /d/test_msys2/git_local
$ git svn clone "file:///d/test_msys2/svn_repo/" "D:/test_msys2/git_local/svn_r
epo"
Initialized empty Git repository in /d/test_msys2/git_local/svn_repo/.git/
        A       a.txt
r1 = c69d4171f52ef3a1f9b41637256665a6aaffc6c4 (refs/remotes/git-svn)
Checked out HEAD:
  file:///d/test_msys2/svn_repo r1

zyh23@zyh /d/test_msys2/git_local
$ ls
svn_repo

zyh23@zyh /d/test_msys2/git_local
$ cd svn_repo

zyh23@zyh /d/test_msys2/git_local/svn_repo
$ git status
# On branch master
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   a.txt
#
no changes added to commit (use "git add" and/or "git commit -a")

zyh23@zyh /d/test_msys2/git_local/svn_repo
$ git commit -a -m "hi"
[master aa63b4c] hi
 1 file changed, 2 insertions(+), 1 deletion(-)

zyh23@zyh /d/test_msys2/git_local/svn_repo
$ git log
commit aa63b4c2c0cb30ce09d02cdfc179bd6d5eaf93d5
Author: asmwarrior <asmwarr...@gmail.com>
Date:   Tue Jul 16 08:59:18 2013 +0800

    hi

commit c69d4171f52ef3a1f9b41637256665a6aaffc6c4
Author: zyh23 <zyh23@d980fa90-3f2b-a94b-91d2-d8c81855ffcd>
Date:   Mon Jul 15 11:27:01 2013 +0000

    add first file

    git-svn-id: file:///d/test_msys2/svn_repo@1 d980fa90-3f2b-a94b-91d2-d8c81855

zyh23@zyh /d/test_msys2/git_local/svn_repo
$ git svn dcommit
Committing to file:///d/test_msys2/svn_repo ...
        M       a.txt
Committed r2
        M       a.txt
r2 = 75ddd7d7220f9ccb46ff59fd475b8e7cda785200 (refs/remotes/git-svn)
No changes between aa63b4c2c0cb30ce09d02cdfc179bd6d5eaf93d5 and refs/remotes/git
-svn
Resetting to the latest refs/remotes/git-svn

zyh23@zyh /d/test_msys2/git_local/svn_repo
$
-------------------------------------------------------------------------------------

NOTE: the below command does not work. (we should use "d" instread of "d:" when 
describe
the svn address)
$ git svn clone "file:///d:/test_msys2/svn_repo/" "D:/test_msys2/git_local/svn_r
epo"

Now, I will report this good news to msysgit forum.

Yuanhui Zhang

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to