aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-svn.el
Commit message (Expand)AuthorAgeFilesLines
* Improve previous change.Glenn Morris2007-09-031-8/+10
* (vc-svn-print-log): Change the "Working file" prefix back to singular,Glenn Morris2007-09-031-1/+8
* (vc-svn-diff-tree): Pass a list to vc-svn-diff.Dan Nicolaescu2007-08-311-1/+1
* (vc-svn-diff): If the repository version of all the files is the sameGlenn Morris2007-08-271-0/+11
* Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Fix read error reported by Fabien Coelho.Eric S. Raymond2007-07-181-1/+1
* | Put the lower half (the back-end) of NewVC in place. This commitEric S. Raymond2007-07-181-39/+40
* | (vc-svn-repository-hostname): Adjust to non-XML format of newer .svn/entries.Stefan Monnier2007-06-261-1/+3
* | (vc-svn-program): New var.Stefan Monnier2007-06-111-1/+6
|/
* Remove the code inherited from CVSREAD and `cvs edit'.Stefan Monnier2007-02-191-30/+14
* (vc-svn-merge-news): Understand the new format with twoStefan Monnier2007-02-071-3/+8
* (vc-svn-parse-status): Trust the filename argument moreStefan Monnier2007-01-141-5/+9
* Fix typo in previous commit.Chong Yidong2006-11-091-6/+24
* Undo last fix.Chong Yidong2006-11-091-24/+6
* (vc-svn-admin-directory): New var.Chong Yidong2006-11-091-6/+24
* (vc-svn-parse-status): Remove unused arg `localp'.Stefan Monnier2006-10-201-10/+11
* (vc-svn-print-log): Show recent commits as well.Stefan Monnier2006-02-091-1/+5
* (vc-svn-previous-version, vc-svn-next-version): New funcs.Thien-Thi Nguyen2006-02-061-0/+17
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
* (vc-svn-registered): Use it to avoid popping up a spuriousStefan Monnier2005-12-131-14/+13
* (vc-svn-registered): Fix problem of visiting non-writableBill Wohler2005-12-131-7/+12
* (vc-svn-registered): Catch all errors.Stefan Monnier2005-11-141-2/+5
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-5/+5
* (vc-svn-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+2
* (vc-svn-diff): Stay local if possible. From Karl Chen <[email protected]>.Stefan Monnier2005-01-021-1/+5
* (vc-svn-repository-hostname): Adjust to new format.Stefan Monnier2004-12-131-3/+31
* (vc-svn-diff): Treat options from vc-svn-diff-switches andStefan Monnier2004-08-231-5/+8
* 2004-06-03 Karl Fogel <[email protected]>Karl Fogel2004-06-041-2/+3
* (vc-svn-print-log, vc-svn-diff): Add optional BUFFER arg.Juanma Barranquero2004-04-201-7/+8
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (vc-svn-diff-switches): Don't default to vc-diff-switches.Stefan Monnier2003-07-231-3/+7
* (vc-svn-use-edit): Make it into a const.Stefan Monnier2003-07-041-72/+24
* (completion-ignored-extensions): Add .svn.Stefan Monnier2003-05-141-1/+7
* (vc-svn-rename-file): New fun.Stefan Monnier2003-05-091-108/+22
* (vc-svn-rename-file): New fun.Stefan Monnier2003-05-091-11/+13
* (vc-svn-dired-state-info): Use `added' for added files andStefan Monnier2003-05-081-74/+58
* (vc-svn-merge): Forgot quotes.Stefan Monnier2003-05-051-1/+1
* (vc-svn-merge): First attempt.Stefan Monnier2003-05-051-5/+6
* (vc-svn-merge-news): Adjust for subversion.Stefan Monnier2003-05-051-10/+8
* (vc-svn-registered): Missing paren.Stefan Monnier2003-05-051-2/+2
* First cut at vc-svn.el.Stefan Monnier2003-05-051-0/+644