From vim.org: This is almost a straight port of cvscommand.vim to support subversion. There's some stuff hacked out, some stuff hacked in, and a lot of s/CVS/SVN/g going on. Current support is for single file type ops, just like cvscommand.vim. The commandset available is basically: status, info, update, revert, diff, annotate, commit, add, log, vimdiff, review. There is no support for properties, directories, or anything super advanced. I'll attach an ebuild, not sure what gentoo policy is on the src_uri, I just packaged the vim file in a tar.bz2 file so that the eclass would look after it. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 48836 [details] Ebuild for svncommand-2
Thanks. I'll get this once I'm done with exams (a couple of days) unless someone else wants to take it before then.
In, thanks very much. I ended up just remaking the ebuild from scratch -- I have a script to do it for app-vim things, so it didn't take long :)