Who would have thought, that I will have to work with #subversion and #eclipse in 2023.
Well me certainly not, thats why I never really learned how it works. Any suggestions for a good quick tutorial #askfedi ?
@petrisch Just use the git svn command to access it and dont bother with svn
@petrisch actually no. The SVN subcommand lets you checkout SVN as if it is a git repository. So you use git commands on it and it does any SVN specific stuff behind the scenes.
SVN is a VERY simply (and extremely slow) protocol.. there isnt anything to know really and its so simple its easy to work entierly in GIT as git can translate everything to SVN for you without any real complexity.
@freemo alright I will give it a try, thanks