Please add support for the 'src' VCS.
Status: Beta
Brought to you by:
dtmoser
Eric S. Raymond created the 'src' VCS in 2014 - effectively putting a 'svn' front end onto RCS. It's very useful as an ultra lightweight VCS and I would love to have it supported by diffuse.
FAQ http://www.catb.org/~esr/src/FAQ.html
resources http://www.catb.org/~esr/src/
man page http://www.catb.org/~esr/src/src.html
source: https://gitlab.com/esr/src
https://www.emacswiki.org/emacs/VersionControlAlways
Thanks
Bob Hepple
Here's a diff which implements basic 'src' usage - it's a brute copy & edit of the 'svn' code against diffuse-0.4.8-7.fc28.noarch. The getCommitTemplate() function is perhaps bogus for 'src' but a simple 'diffuse -r 9 foo.org' works fine!!
Last edit: Bob Hepple 2018-11-12
Here's another diff for the 'src' VCS which also implements basic 'src' usage but adds support for
Again, this is against diffuse-0.4.8-7.fc28.noarch.
Last edit: Bob Hepple 2018-11-14