Questions tagged [svn]

8 questions
4
votes
2 answers

Emacs for better SVN workflow

Because Xcode 10 no longer supports SVN I am looking for something to replace it. It seems as a good time to learn to use Emacs for SVN management. The answer could be a single tool or easy Emacs flows (transition between Emacs tools that don't…
h3dkandi
  • 221
  • 1
  • 8
2
votes
2 answers

Best package for SVN (Subversion)

Emacs 26.1. To work with Git I use package magit. It's very nice package. But I also need package to work with SVN. Has analog of magit but to work with SVN ?
a_subscriber
  • 3,854
  • 1
  • 17
  • 47
2
votes
1 answer

Disable VC for SVN in exclusive-locking mode

I have Subversion exclusive-locking enabled to increase SVN performance. If I commit a file the svn command line client opens Emacs so I can enter a commit message. But Emacs VC tries to determine the SVN status of the commit message file…
holger
  • 23
  • 3
2
votes
1 answer

How would I delete svn unknown files?

In Tortoise SVN I would do "svn cleanup" with "Delete unversioned files and folders". In Emacs "svn status" I can mark "unknown" files or folders (marked with "?"). But I cannot delete them, as they are not under version…
Thomas K.
  • 43
  • 5
2
votes
2 answers

How to "svn revert " with Emacs Version Control?

How can I do a svn revert from Emacs Version Control? I've read many parts of the manual, but can't find it. I would like to do it over a file after opening it with vc-directory C-x v d, but any other way would be helpful.
nephewtom
  • 2,219
  • 17
  • 29
1
vote
1 answer

Is there a way for ediff to compare SVN changes in the head to my local copy?

My company uses SVN, and one of the things I often want to do is compare the differences that someone else checked in without doing an update. For example, if I see someone has committed a new version of foo.pl, and I want to compare what is in the…
LivingDust
  • 113
  • 4
1
vote
0 answers

Customize vc-next-action to open a URL

Is there a way to customize vc-next-action C-x v v so that it opens a URL on success? I am using SVN and after each commit, I have to open manually a trac URL with the rev number. For example: http://server/trac/changeset/138258/project I tried…
roxas
  • 11
  • 1
0
votes
2 answers

Is there a common way to open "svn-status" or "magit" depending on current buffers system?

before I sit down and reinvent the wheel for me: I'm working with svn and git in different projects. Is there already an existing way to start svn-status or magit, depending on the vcs that is used for the file in the current buffer? Maybe some of…
Markus
  • 471
  • 2
  • 12