Mark Phippard wrote: > > $ svn mergeinfo . > youngest last repos. > common full tip of path of > ancestor merge branch branch > > 1416944 1416945 > | | > -------| |------------ subversion/branches/fsfs-format7 > \ > \ > --| |------------ subversion/branches/fsfs-format7 > | > 1416944 > > Julian, might want to look at this and why the mergeinfo output for > this brach seems ... not right.
Hi Mark. That's because you requested mergeinfo about merges between source branch "." and target branch "implicit .". Now, I thought it was coded to error out in that case and say "You must specify two different but related branches", so I'll look into why it didn't. - Julian