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

Re: Issue 620

From: <cmpilato_at_collab.net>
Date: 2003-07-01 17:27:10 CEST

Shlomi Fish <shlomif@vipe.stud.technion.ac.il> writes:

> http://subversion.tigris.org/issues/show_bug.cgi?id=620
>
> Now I made the test on my own and discovered this:
>
> (after the process, in the commit directory):
>
> shlomi:~/Download/unpack/prog/SCM/svn-test/620/test# svn st -v
> 0 ? ? .
> 1 1 shlomi A
> 2 2 shlomi A/B
> 3 3 shlomi A/B/E
> 4 4 shlomi A/B/E/hello.txt
> 5 5 shlomi A/D
> 6 6 shlomi A/D/newdir1
> 6 6 shlomi A/D/newdir1/hello.txt
> 7 7 shlomi A/D/newdir2
> 7 7 shlomi A/D/newdir2/hello.txt
> 1 1 shlomi h
>
> (and in the non-commit directory):
>
> shlomi:~/Download/unpack/prog/SCM/svn-test/620/t2# svn st -v
> 7 7 shlomi .
> 7 7 shlomi A
> 7 4 shlomi A/B
> 7 4 shlomi A/B/E
> 7 4 shlomi A/B/E/hello.txt
> 7 7 shlomi A/D
> 7 6 shlomi A/D/newdir1
> 7 6 shlomi A/D/newdir1/hello.txt
> 7 7 shlomi A/D/newdir2
> 7 7 shlomi A/D/newdir2/hello.txt
> 7 1 shlomi h
>
> It seems that both have the same revision, and it is of the latest commit.
> Is this the normal behaviour or did the bug get worse?

The left-hand column of revisions is accurate -- it reflect the
repository revision to which those files and dirs was last updated.

Issue 620 is about the right-hand column of revisions. And no, the
bug didn't get worse, your test case is probably just more complex.
Looks like you're building your set of test files and dirs in pieces
across multiple commits (revisions 1 - 6, to be exact). The test case
in the issue presumes the standard "greek" test tree, where all the
files and dirs are already present in a working copy up-to-date at
revision 1.
   

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 1 17:36:10 2003

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

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