Has subversion lost some of my revisions in a branch?
Posted
by
BombDefused
on Stack Overflow
See other posts from Stack Overflow
or by BombDefused
Published on 2011-01-12T16:58:18Z
Indexed on
2011/01/12
17:53 UTC
Read the original article
Hit count: 210
svn
|tortoisesvn
I've been working on my project using a subversion branch. I've used the branching feature few times before without issue, until today.
I've come to merge back into the trunk, and noticed that not everything from my branch was there.
I go back to my project folder which I've been committing to the branch and look at the log messages using TortoiseSVN (the command line basic log command shows the same). See the attached image. The revision numbers go up incrementally, until revision 303 (the last trunk revision was 299). Then there are numbers missing.
The latest commit, about half an hour ago was 316, but it doesn't show up in the log for the branch. Trying to commit the files again doesn't do anything. I am the only person committing to this repository at present. The missing revisions do not show up in the log for the trunk project.
What's going on here. Is this a bug or am I doing something wrong?
Update - the revisions do show in the repo browser (Thanks Antonio Perez), but I don't understand why they are not being included with the merge?
© Stack Overflow or respective owner