svn2git을 사용하여 svn에서 git로 저장소를 가져 오려고하는데 지점에 도달하면 실패하는 것처럼 보입니다. 뭐가 문제 야?이 svn2git 오류의 의미는 무엇입니까?
Found possible branch point: https://s.aaa.com/repo/trunk/project => https://s.aaa.com/repo/branches/project-beta1.0, 128
Use of uninitialized value in substitution (s///) at /opt/local/libexec/git-core/git-svn line 1728.
Use of uninitialized value in concatenation (.) or string at /opt/local/libexec/git-core/git-svn line 1728.
refs/remotes/trunk: 'https://s.aaa.com/repo' not found in ''
Running command: git branch -l --no-color
* master
Running command: git branch -r --no-color
trunk
Running command: git checkout trunk
Note: checking out 'trunk'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at f4e6268... Changing svn repository in cap files
Running command: git branch -D master
Deleted branch master (was f4e6268).
Running command: git checkout -f -b master
Switched to a new branch 'master'
Running command: git gc
Counting objects: 450, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (368/368), done.
Writing objects: 100% (450/450), done.
Total 450 (delta 63), reused 450 (delta 63)
나는 svn과 git의 문제점을 가지고있다. 나는 당신의 문제가 될 수있는 아이디어가 없다.하지만 어쩌면 당신은 재단사와 같은 다른 저장소 변환 도구를 사용해 볼 수있다. http://progetti.arstecnica.it/재단사 /? – Unknown
이 게시물과 매우 유사/동일한 오류 : http://stackoverflow.com/questions/15387812/git-svn-found-possible-branch-point/ –