[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [stellation-res] Question about Merging NPE
|
On Wed, Dec 25, 2002 at 09:57:05AM +0000, Mark C. Chu-Carroll wrote:
> You've almost certainly found an edge case that my nearestCommonAncestor
> code doesn't cover. One thing that I'd like, just to make sure, is to
> see the sequence of commands your using to checkout, branch, checkin
> changes, and do the merge.
>
> -Mark
Right. The first time I ran across this, the branches, adds, and
checkins were all done by the Eclipse client. I was only using the
command line client for the merge. I started over with a new test
project using only the command line client. All of these commands
were given with the options: "--location postgresql:stellation -u
jhoward -p password"
svc create testproject
svc co testproject
svc fork jhoward-sandbox
echo testfile > testfile
svc add testfile
svc checkin
svc -r main co testproject
svc merge jhoward-sandbox
At the final merge command I get the NPE thrown from within the NCA
method.
Jeffrey