git - Diff & Merging between different VCS -


i transferring old svn repository git. of folders in svn-repo transferred new git repository, success.

my team still building on svn repo, , i'm working on git repository. because structure on new repo (git) totally different (new folders, ect.) it's hard merge through tower (mac app).

is there way can use git merge folders?

example directory structure;

  • folder1 git repository
  • folder2 folder outside csv

example script;

$ diff_merge.sh folder1/ folder2/ 

i've been searching this, couldn't come relative easy solution.

ironically, there free, platform-independent tool called shell script envisioned - diffmerge - can that. it's not linked version control system can diff , merge entire folder trees like. use quite such tasks. here.

screen shot of folder diff ui (on windows):

enter image description here

screen shot of file diff ui (on mac):

enter image description here

screen shot of file merge ui (on linux):

enter image description here


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -