[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:44:59 CEST

cmpilato@collab.net writes:

> 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.

Hmm... I wonder if this bug wouldn't be solved by removing this little
blurb of code from libsvn_client/commit.c:

          if ((item->state_flags & SVN_CLIENT_COMMIT_ITEM_ADD)
              && (item->kind == svn_node_dir)
              && (item->copyfrom_url))
            recurse = TRUE;

---------------------------------------------------------------------
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:45:49 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.