[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r25718 - trunk/contrib/client-side/emacs

From: David Glasser <glasser_at_mit.edu>
Date: 2007-07-12 16:28:42 CEST

Kouhei, did you mean to commit this? The log message makes it look
like you meant to commit it to a private repository, and this is
outside of your partial commit space anyway.

--dave

On 7/12/07, kou@tigris.org <kou@tigris.org> wrote:
> Author: kou
> Date: Thu Jul 12 06:19:53 2007
> New Revision: 25718
>
> Log:
> 2007-07-12 Kouhei Sutou <kou@cozmixng.org>
>
> * site-lisp/appli/my-svn.el
> (svn-status-changelog-style): added dynamic log.
>
>
> Modified:
> trunk/contrib/client-side/emacs/psvn.el
>
> Modified: trunk/contrib/client-side/emacs/psvn.el
> URL: http://svn.collab.net/viewvc/svn/trunk/contrib/client-side/emacs/psvn.el?pathrev=25718&r1=25717&r2=25718
> ==============================================================================
> --- trunk/contrib/client-side/emacs/psvn.el (original)
> +++ trunk/contrib/client-side/emacs/psvn.el Thu Jul 12 06:19:53 2007
> @@ -2493,7 +2493,7 @@
> (when svn-status-operated-on-dot
> ;; when the commit used . as argument, delete the trailing directory
> ;; from the svn output
> - (search-forward "/" nil t))
> + (search-forward "/" (+ (point) 2) t))
> (setq file-name (buffer-substring-no-properties (point) (svn-point-at-eol)))
> (unless svn-status-last-commit-author
> (setq svn-status-last-commit-author (car (svn-status-info-for-path (expand-file-name (concat default-directory file-name))))))
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org
>
>

-- 
David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 12 16:28:10 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.