You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Gu Shiyuan <gs...@gmail.com> on 2011/04/10 19:28:03 UTC

where is the missing versions

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.

Re: where is the missing versions

Posted by B Smith-Mannschott <bs...@gmail.com>.
On Sun, Apr 10, 2011 at 19:28, Gu Shiyuan <gs...@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