Re: Ancestrally Related Error Message

2013-06-18 Thread Stefan Sperling
On Tue, Jun 18, 2013 at 10:57:28AM -0500, Les Mikesell wrote: > Would it have made a difference in the subversion processing if the > empty trunk had been copied to create the branch before the initial > import? That is, would having a common ancestor as the parent > directory have made the 'adds'

Re: Ancestrally Related Error Message

2013-06-18 Thread Les Mikesell
On Tue, Jun 18, 2013 at 9:47 AM, Stefan Sperling wrote: > On Tue, Jun 18, 2013 at 09:33:25AM -0500, Les Mikesell wrote: >> On Tue, Jun 18, 2013 at 4:31 AM, Stefan Sperling wrote: >> >> > In your case, the latter isn't true. You have a new directory /trunk, >> > which is empty, and you are trying

Re: Ancestrally Related Error Message

2013-06-18 Thread Stefan Sperling
On Tue, Jun 18, 2013 at 09:33:25AM -0500, Les Mikesell wrote: > On Tue, Jun 18, 2013 at 4:31 AM, Stefan Sperling wrote: > > > In your case, the latter isn't true. You have a new directory /trunk, > > which is empty, and you are trying to merge changes into it. > > Is there any advantage in mergi

Re: Ancestrally Related Error Message

2013-06-18 Thread Les Mikesell
On Tue, Jun 18, 2013 at 4:31 AM, Stefan Sperling wrote: > In your case, the latter isn't true. You have a new directory /trunk, > which is empty, and you are trying to merge changes into it. Is there any advantage in merging changes to an empty path as compared to just copying to it? -- Les

Re: Ancestrally Related Error Message

2013-06-18 Thread Stefan Sperling
On Mon, Jun 17, 2013 at 04:01:43PM -0500, C M wrote: > Well, for what its worth, I was able to complete the "merge" following > steps 3 -6 in this article. > > http://kirenpillay.blogspot.com/2012/07/svn-merge-tree-conflict-resolution.html > > I don't understand why SVN behaved the way it did and

Re: Ancestrally Related Error Message

2013-06-17 Thread C M
Well, for what its worth, I was able to complete the "merge" following steps 3 -6 in this article. http://kirenpillay.blogspot.com/2012/07/svn-merge-tree-conflict-resolution.html I don't understand why SVN behaved the way it did and prevented the branch to trunk merge as expected.. On Mon, J

Re: Ancestrally Related Error Message

2013-06-17 Thread Les Mikesell
On Mon, Jun 17, 2013 at 12:59 PM, C M wrote: > We are on SVN 1.7.6. > > Trunk is empty because this is/was a new development effort. The code was > directly imported into the developer's branch. > > I ran these two commans in the working copy and get the messages you > mentioned. What does that me

Re: Ancestrally Related Error Message

2013-06-17 Thread C M
incoming edit upon merge Summary of conflicts: Tree conflicts: 8 On Mon, Jun 17, 2013 at 12:40 PM, Andrew Reedick wrote: > > > > From: C M [mailto:cmanalys...@gmail.com] > > Sent: Monday, June 17, 2013 12:39 PM > > To: C. Michael Pilato > > Cc: Subversion > > Su

RE: Ancestrally Related Error Message

2013-06-17 Thread Andrew Reedick
> From: C M [mailto:cmanalys...@gmail.com] > Sent: Monday, June 17, 2013 12:39 PM > To: C. Michael Pilato > Cc: Subversion > Subject: Re: Ancestrally Related Error Message > > I think my earlier mistake might have been that I was using the --reintegrate > option. &

Re: Ancestrally Related Error Message

2013-06-17 Thread C M
Running without the dry-run option doesn't do anything different (it still reports the conflicts). Yes, the diff shows the content I am expecting (at least for the text files). I ran "svn diff -r1190:1245 --summarize https://path_to_branch/SCR_BR/"; and see output like: M path_to_file M path_to_f

Re: Ancestrally Related Error Message

2013-06-17 Thread C. Michael Pilato
On 06/17/2013 12:39 PM, C M wrote: > I think my earlier mistake might have been that I was using the > --reintegrate option. > Without it, I make some progress, but still not quite what I am expecting. > > Again, given that trunk is empty, why the "C" (tree conflicts)? I would > expect all of then

RE: Ancestrally Related Error Message

2013-06-17 Thread Bob Archer
13 12:39 PM To: C. Michael Pilato Cc: Subversion Subject: Re: Ancestrally Related Error Message I think my earlier mistake might have been that I was using the --reintegrate option. Without it, I make some progress, but still not quite what I am expecting. Again, given that trunk is empty, why t

Re: Ancestrally Related Error Message

2013-06-17 Thread C M
I think my earlier mistake might have been that I was using the --reintegrate option. Without it, I make some progress, but still not quite what I am expecting. Again, given that trunk is empty, why the "C" (tree conflicts)? I would expect all of then to be "A" (additions), no? The DEV_WC current

Re: Ancestrally Related Error Message

2013-06-17 Thread C. Michael Pilato
On 06/17/2013 11:19 AM, C M wrote: > Hello, > > Code for a new development effort was imported into a developer’s branch. > > Now we want merge his changes to trunk (which is currently empty). > > I tried the merge from both the command line and the Tortoise GUI and keep > running into the “…mus

RE: Ancestrally Related Error Message

2013-06-17 Thread Bob Archer
> Hello, > Code for a new development effort was imported into a developer's branch. > Now we want merge his changes to trunk (which is currently empty). > I tried the merge from both the command line and the Tortoise GUI and keep > running into the "...must be ancestrally related..." message.I als

Ancestrally Related Error Message

2013-06-17 Thread C M
Hello, Code for a new development effort was imported into a developer’s branch. Now we want merge his changes to trunk (which is currently empty). I tried the merge from both the command line and the Tortoise GUI and keep running into the “…must be ancestrally related…” message.I also tried the