#gitsvn — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gitsvn, aggregated by home.social.
-
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 fetchBut the binaries won't be listed by git lfs ls-files, meaning they are still handled outside lfs 🤕