Apply SVN patch to GIt repo -


i have patch file have generated via "svn diff" command 1 of svn repository.

now, have moved repository github , need apply patch file git repository. problem each time try apply patch git repo, patch hunks failed.

i have tried via "git apply" , "patch" commands none of them seemed work correctly.

note: know question has been asked before none of provided answers seems working me, trying out luck here.

if you're applying diff subversion git, should using svn diff --git produce git's preferred format.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -