aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-svn.el
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Change development version from 21.3.50 to 22.0.50.
* (vc-svn-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+2
| | | | t.
* (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
| | | | | | | Reported by Ville Skytt�[email protected]>. (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev) (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line) (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
* (vc-svn-diff): Treat options from vc-svn-diff-switches andStefan Monnier2004-08-231-5/+8
| | | | vc-diff-switches differently.
* 2004-06-03 Karl Fogel <[email protected]>Karl Fogel2004-06-041-2/+3
| | | | | | | * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*', because the latter is a CL-ism. This fixes the bug reported by Shawn Boyette <[email protected]> in http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
* (vc-svn-print-log, vc-svn-diff): Add optional BUFFER arg.Juanma Barranquero2004-04-201-7/+8
| | | | Copied from Andre Spiegel's patch of 2004-03-21.
* 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
| | | | | | | (vc-svn-update): Fix the arguments to `svn'. (vc-svn-diff-tree): Just use `vc-svn-diff'. (vc-svn-create-snapshot, vc-svn-retrieve-snapshot): Simple implementations, assuming `name' is a URL.
* (completion-ignored-extensions): Add .svn.Stefan Monnier2003-05-141-1/+7
| | | | (vc-svn-delete-file): New function.
* (vc-svn-rename-file): New fun.Stefan Monnier2003-05-091-108/+22
| | | | | | | | | | | | (vc-svn-diff): Correctly check svn's return status. (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff) (vc-svn-diff-tree): Use vc-stay-local-p. (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header) (vc-svn-use-edit): Fix the :version property. (vc-svn-stay-local): Remove unused var. (vc-svn-mode-line-string): Remove, use the default instead. (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p. (vc-svn-stay-local-p): Remove.
* (vc-svn-rename-file): New fun.Stefan Monnier2003-05-091-11/+13
| | | | (vc-svn-diff): Correctly check svn's return status.
* (vc-svn-dired-state-info): Use `added' for added files andStefan Monnier2003-05-081-74/+58
| | | | | | | | | | | | don't use `concat' unnecessarily. Remove impossible cases. (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree): Use vc-switches. (vc-svn-checkin): Use vc-switches. Fix up regexp. (vc-svn-diff): Use vc-switches. Don't return 0 for newly added empty files. Don't use svn's return status. (vc-svn-parse-status): Recognize copied files as well. Use the last-modified revision for workfile-version.
* (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
| | | | (vc-svn-diff-tree): Missing renaming.
* First cut at vc-svn.el.Stefan Monnier2003-05-051-0/+644