Comment on GitHub-like WebUI for Subversion
I_Am_Jacks_____@lemmings.world 8 months agoOne thing I like about SVN that, at least in the past, was not easy with Git is checking out sub directories.
One thing I do is check out svn+ssh://svn/home/svn/configs/server/etc and copy the .svn file over to /etc so that I can check in changes from the actual directory on my servers at home. I never found a good way to do that on Git. But, admittedly, I haven’t looked in a couple years.
savedbythezsh@sh.itjust.works 8 months ago
You mean like
git sparse-checkout
? Admittedly experimental but usefulI_Am_Jacks_____@lemmings.world 8 months ago
Yeah. SVN’s ability to do that is not experimental. I’m hoping that they make that feature much easier