Bug 78514 - Ebuild for svncommand.vim - Subversion (svn) integration plugin
Bug#: 78514 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: vim@gentoo.org Reported By: rbrown@gentoo.org
Component: Ebuilds
URL:  http://www.vim.org/scripts/script.php?script_id=922
Summary: Ebuild for svncommand.vim - Subversion (svn) integration plugin
Keywords:  
Status Whiteboard: 
Opened: 2005-01-18 06:28 0000
Description:   Opened: 2005-01-18 06:28 0000
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.

------- Comment #1 From Richard Brown (RETIRED) 2005-01-18 06:29:50 0000 -------
Created an attachment (id=48836) [details]
Ebuild for svncommand-2

------- Comment #2 From Ciaran McCreesh 2005-01-18 08:43:01 0000 -------
Thanks. I'll get this once I'm done with exams (a couple of days) unless
someone else wants to take it before then.

------- Comment #3 From Ciaran McCreesh 2005-01-21 13:35:10 0000 -------
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 :)