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

Re: How do I determine if svn:mergeinfo is corrupt and how would I fix it.

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 11 May 2010 13:21:42 +0200

On Mon, May 10, 2010 at 12:12:49PM -0400, Peter Kahn wrote:
> People use the this merge pattern
>
> a) PULL - merge trunk-to-branch, resolve, test, commit
>
> b) PUSH - merge branch-to-trunk, resolve, test, commit
>
> c) Recreate branch (or usually create new story branch and drop old since
> it's done)

PULL, PUSH, and Recreate branch could be anything.
Can you describe the exact commands (or button clicks) you are using at
each of these steps? Without that information it's pretty much impossible
to tell what the root of your problem might be.

Also, if you could provide your complete mergeinfo that would help:

  svn propget -R -v svn:mergeinfo $REPOS_URL > allmergeinfo.txt

Even if it's a lot of output, post all of it.
You can do search/replace operations on pathnames which are
confidential if you need to.

Thanks,
Stefan
Received on 2010-05-11 13:22:20 CEST

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.