On Sun, Apr 10, 2011 at 19:28, Gu Shiyuan <gshy2...@gmail.com> wrote: > Hi, > svn log gives me a list of the history, but I notice that some versions > are skipped. In the list, r44 is followed by r49 while r45-r48 is missing. > How can I find out those versions? I remember I made some important comments > when I commited those versions, but I don't not why they are gone. Thanks. >
http://svnbook.red-bean.com/en/1.5/svn.forcvs.revnums.html Revision numbers are not per-file in subversion. They apply to the whole repository. If the svn log of some particular file or directory is not showing an entry for r5, that just means that that file or subtree of the repository was not changed in that revision. // Ben