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

Re: mergeinfo marked not inheritable on sparse checkout

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 22 Oct 2011 11:25:14 +0200

On Fri, Oct 21, 2011 at 10:40:54AM -0700, Douglas Wilson wrote:
>
>
> On Oct 21, 2:10 am, Stefan Sperling <s..._at_elego.de> wrote:
> > On Thu, Oct 20, 2011 at 02:02:48PM -0700, Douglas Wilson wrote:
> >
> > > On Oct 20, 10:45 am, Stefan Sperling <s..._at_elego.de> wrote:
> >
> > Does that make sense?
> Yes, I get that.
>
> I was using Tortoise, but retested with command line SVN:
>
> C:\SVN\Test>svn merge -r 3:4 --dry-run file:///C:/SVN/TestRepo/trunk .
> --- Merging r4 into 'Dir1':
> U Dir1\file1.txt
>
> C:\SVN\Test>svn merge -r 3:4 file:///C:/SVN/TestRepo/trunk .
> --- Merging r4 into 'Dir1':
> U Dir1\file1.txt
> --- Recording mergeinfo for merge of r4 into '.':
> U .
> --- Recording mergeinfo for merge of r4 into 'Dir1':
> U Dir1
>
> C:\SVN\Test>svn diff
> Index: .
> ===================================================================
> --- . (revision 4)
> +++ . (working copy)
>
> Property changes on: .
> ___________________________________________________________________
> Added: svn:mergeinfo
> Merged /trunk:r4*
> Index: Dir1
> ===================================================================
> --- Dir1 (revision 4)
> +++ Dir1 (working copy)
>
> Property changes on: Dir1
> ___________________________________________________________________
> Added: svn:mergeinfo
> Merged /trunk/Dir1:r4
> Index: Dir1/file1.txt
> ===================================================================
> --- Dir1/file1.txt (revision 4)
> +++ Dir1/file1.txt (working copy)
> @@ -0,0 +1 @@
> +New stuff
>
> C:\SVN\Test>svn log -r 4 -v file:///C:/SVN/TestRepo
> ------------------------------------------------------------------------
> r4 | dwilson | 2011-10-20 15:07:07 -0700 (Thu, 20 Oct 2011) | 1 line
> Changed paths:
> M /trunk/Dir1/file1.txt
>
> Commit trunk changes
> ------------------------------------------------------------------------

Your reproduction recipe is incomplete.
How do you expect me to reproduce the problem based on the above?

How did you create the working copy?
Can you please explain in detail what your sparse working copy
configuration loko like?

You mentioned a Dir1 and a Dir2 in your original mail.
Is Dir2 a child of Dir1? Which of them is sparse?
Received on 2011-10-22 11:25:53 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.