문제

I'd like to track a remote branch on SVN from within Git. I can see the basics of how to do this with the git-svn command, I was hoping to do something like the following:

Git branch | SVN branch
-----------------------
master     | Trunk
feature1   | <not mapped>
feature2   | <not mapped>

so that once I merge into git/master, and then do dcommit, Trunk would be updated with only changes between the last svn commit and the git/HEAD.

Is this possible? how would I do it?

도움이 되었습니까?

해결책

구현에 따라 다릅니다.사물의 라켓 측면에는 몇 가지 라이브러리가 있습니다.

  1. http : //planet.racket-lang.org / display.ss? package= bitsyntax.plt & 소유자= tonyg

  2. http : //planet.racket-lang.org/display.sss?package=bit-io.plt & 소유 됨

    아마도 2 진 구문 분석 라이브러리와 같은 것을 사용할 수 있습니다 : http : //okmij.org/ftp/scheme/binary-io.html , 체계 구현이 그것을 지원할 수있는 한

    MIT 스키마에서 비트 문자열 함수.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top