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

Re: Problem merging with svn:keywords

From: Andy Levy <andy.levy_at_gmail.com>
Date: Sun, 16 Mar 2008 12:41:48 -0400

On Sat, Mar 15, 2008 at 11:52 PM, Volker <sanam_dry_chili_at_yahoo.de> wrote:
>
> Dear List,
>
> for a build I had to merge the following diff (Revision and Date are set
> with svn:keywords property)
>
> - * @version 2.0.0 $Revision:$
> - * @since $Date:$
> + * @version 2.0.1 $Revision$
> + * @since $Date$
>
> and got a conflict. Has someone an idea why ? As I tested, the colon in the
> keyword expansion does not matter ...

Your @version lines differ in a section which isn't touched by the
keywords (2.0.0 vs. 2.0.1). I think the colons in the keywords
themselves do matter in this case with regard to the merge.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-16 17:42:33 CET

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

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