Re: [PATCH] vc-svn: vc-merge, avoid status checks
From: Stefan Monnier <monnier+gmane.comp.version-control.subversion.devel/news/_at_rum.cs.yale.edu>
Date: 2003-03-19 16:15:21 CET
[ Note: I'm mostly unfamiliar with Subversion and still haven't looked
> +;;; After manual merging, need some way to run `svn resolve'. Perhaps
Indeed, VC lacks a notion of "file with unresolved conflicts". Maybe
> +;;; vc-svn ought to handle more gracefully an attempted commit that
It just does something like:
(when (re-search-forward "Up-to-date check failed" nil t)
so instead of `yes' you have to say `C-x v v'.
In vc-cvs.el the code is designed such that it is safe. I don't know
> I haven't seen any
Check out how vc-cvs.el does it. There's a vc-cvs-stay-local
> +This calls `svn update'. In the case of conflicts, Subversion puts
Good to hear. This is a serious problem with CVS where recovering the
> +You may need to run `svn resolve' by hand once these conflicts have
Why is that ?
Stefan
---------------------------------------------------------------------
|
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.