Questions tagged [version-control]
54 questions
3
votes
1 answer
Is there a way to add a new VC mode for a different tool?
I'm new to this forum and using VC in emacs so if this question has been answered or is just very basic, I apologize. At my employer we use a Version Control system that is not one of the systems supported by emacs. I was hoping there was a way to…

MBW
- 33
- 4
2
votes
2 answers
Is there a package for tracking local history of files like in IntelliJ or Eclipse?
Local History is a feature in IntelliJ and Eclipse, which for every file keeps a history of its changes:
IntelliJ Local History
Eclipse Local History
It is not a replacement for revision control systems like Git, but I found it useful when…

Philipp Claßen
- 169
- 1
- 6
1
vote
1 answer
Getting started with version control
I have read
https://www.emacswiki.org/emacs/VersionControl
https://www.emacswiki.org/emacs/RevisionControlSystem
but I'm missing something...
What is the starting point?
What do I need to install, if anything?
I read some mention of vc.el, but…

balanga
- 135
- 6
1
vote
1 answer
Emacs vs subversion with passtype gpg-agent
I'm currently setting up a new Ubuntu box for myself at work. I generally have my work related stuff under subversion.
The default method for subversion to store passwords in Ubuntu seems to be passtype = gpg-agent. This works fine with svn on the…

daleif
- 121
- 4