home.social

#gitsvn — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gitsvn, aggregated by home.social.

  1. If my team works with SVN and I'd like to use GIT-SVN is there a way to handle binaries via Git-LFS while keeping in sync with the svn repo? 🤔👀

    I tried:
    - git svn init
    - placing a .gitattributes
    - adding .gitattributes to .git/info/exclude
    - git svn fetch

    But the binaries won't be listed by git lfs ls-files, meaning they are still handled outside lfs 🤕

    #git #gitlfs #gitsvn #svn