Comment 3 for bug 988272

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 988272] Re: Cannot commit to bound branch

On Wed, Apr 25, 2012 at 07:25:32PM -0000, Tommi Vainikainen wrote:
> Jelmer Vernooij <email address hidden> writes:
> > It seems that for some reason the revnos for your branch doesn't match
> > that of upstream. What is the revision number reported when you run "bzr
> > revno -rrevid:svn-v4:6d7ccb3a-1f00-0410-ba74-00005ac6b199:XXX:28622 URL-
> > for-remote-svn-server" ?

> It says 12946 (same as master).

> If I compare output of "bzr log" (local) and "bzr log
> svn+ssh://remote...", I noticed that the oldest commit in remote svn
> server is:

> ------------------------------------------------------------
> revno: 3
> svn revno: 1 (on /main/trunk)
> committer: xxx
> timestamp: Tue 2005-09-06 19:14:34 +0000
> message:
> Initial import

> In my local bzr log same is
> ------------------------------------------------------------
> revno: 1
> svn revno: 1 (on /main/trunk)
> committer: xxx
> timestamp: Tue 2005-09-06 19:14:34 +0000
> message:
> Initial import

> Revnos are mismatching from the beginning.
Hmm, that's odd. Does the remote server have any revisions that were
originally pushed from bzr?

My suspicion is that an older version of bzr might have written
invalid data into one of the svn revision properties that is now
tripping it up.

Cheers,

Jelmer