summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-svn.el
Commit message (Expand)AuthorAgeFilesLines
* ; Prefer https to http in more URLsStefan Kangas2020-10-241-2/+2
* Add optional remote-name argument to VC repository-url commandTassilo Horn2020-06-151-1/+1
* Add new VC command `repository-url'Tassilo Horn2020-06-141-1/+8
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Support showing one revision with SubversionEli Zaretskii2019-11-291-2/+6
* VC: ability to skip update buffers promptAndrii Kolomoiets2019-11-141-0/+1
* Set correct svn:ignore property for relative filenamesWolfgang Scherer2019-10-071-4/+7
* Do not use error messages as list of ignored files in vc-svnWolfgang Scherer2019-09-151-2/+3
* Improve regexp advice again, and unchain rangesPaul Eggert2019-04-021-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | file-attributes cleanupPaul Eggert2018-09-231-2/+4
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Support SVN files with svn:externals propertyAlfred M. Szmidt2017-09-081-2/+1
* List locally removed files in vc-dir with SVN back-endAlfred M. Szmidt2017-09-081-0/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Avoid errors when creating files under SVN in new directoryEli Zaretskii2015-12-111-2/+6
* Fixed subversion vc error when opening file in new directory (bug#21984).Anders Lindgren2015-12-111-1/+2
* Pass SVN commit message through log-edit-extract-headersDmitry Gutov2015-11-251-1/+2
* When VC detects a conflict, specify which fileKarl Fogel2015-11-091-1/+1
* ; Revert "Don't declare vc-exec-after anymore"Dmitry Gutov2015-10-281-0/+4
* Don't declare vc-exec-after anymoreDmitry Gutov2015-10-201-4/+0
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* Make vc-tests work with MSYS svn programFabrice Popineau2015-07-071-1/+7
* Fix VC test suite on MS-WindowsEli Zaretskii2015-06-271-1/+9
* Use vc-switches on vc-*-annotate-commandOscar Fuentes2015-02-261-1/+14
* vc-svn-dir-status-files: Parse output with the remote formatDmitry Gutov2015-01-161-1/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Remove extra semicolonsDmitry Gutov2014-12-181-1/+1
* Fix recent vc-svn-dir-status-files breakageDmitry Gutov2014-12-181-3/+3
* Move VC diff ASYNC argument to the fifth positionDmitry Gutov2014-12-141-1/+1
* Fix wrong humber arguments passed to vc-svn-diff.Eric S. Raymond2014-12-131-3/+3
* Fix minor bugs in vc.Michael Albinus2014-12-051-0/+1
* Fix bug whereby saving files hung in VC hook.Karl Fogel2014-12-031-2/+2
* In vc, abolish the dir-status method.Eric S. Raymond2014-12-021-9/+7
* Eliminate an unuted function argument.Eric S. Raymond2014-12-021-1/+1
* Remove could-register from the set of public VC backend methods,Eric S. Raymond2014-12-011-4/+0
* Terminate vc-disable-async-diff with extreme prejudice.Eric S. Raymond2014-12-011-2/+1
* * lisp/vc/vc-svn.el: Remove stray comment char introduced earlier today.Glenn Morris2014-12-011-1/+1
* Refactor VC merging to fix a layer violation.Eric S. Raymond2014-12-011-0/+23
* Confine vc-stay-local to CVS, because it was unusable in SVN.Eric S. Raymond2014-12-011-14/+1
* Remove stay-local support in svn back end, because...Eric S. Raymond2014-12-011-12/+3
* Remove vc-state-heuristic from the set of public methods.Eric S. Raymond2014-12-011-20/+1
* Argument removal inadvertently omitted from my previous commit.Eric S. Raymond2014-12-011-1/+1
* Remove editable argument from VC's backend checkout methods.Eric S. Raymond2014-11-201-3/+3
* Remove never-used rev argument from VC's backend checkin methods.Eric S. Raymond2014-11-201-2/+1
* Fix vc-svn-ignoreDmitry Gutov2014-10-031-6/+15