[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: "svn log" not reaching revision 1

From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2007-01-31 15:02:57 CET

johan556@gmail.com wrote:
...
> A minimal example exhibiting the same "problem" as I reported seems to be:
>
> -------------------------
> DIR=`pwd`
> REPOS=file://$DIR/repos
>
> svnadmin create repos
> svn mkdir -m "created /subdir" $REPOS/subdir
> svn mkdir -m "created /trunk" $REPOS/trunk
> svn mv -m "moved under trunk" $REPOS/subdir $REPOS/trunk/subdir
>
> svn log $REPOS # gives 1-3
> svn log $REPOS/trunk # gives 2-3

That's correct and expected.
Trunk has not been changed in r1, so there should be no log entry for it.
Also, there should be no log entry for subdir in r2.

Carsten.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 31 15:03:25 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.