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

Re: svn_ra_do_update2 sends copyfrom_path though start_empty=TRUE in report

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 03 Aug 2012 00:49:47 +0100

Dmitry Pavlenko <pavlenko_at_tmatesoft.com> writes:

> As I understand, by telling start_empty=TRUE I say to the remote part
> (server) that I have no files in path "", and revision, specified to
> "set_path" is ignored. So I expect that Subversion won't send me
> "copyfrom_path" in "add_file" editor call.
>
> But it does, and this is a bug to my opinion.

send_copyfrom_args was added to Subversion a long time ago but has never
been used by the rest of Subversion because the copyfrom information is
not useful in most cases. Since it is rarely used and not regression
tested it may have bugs. That said, the behaviour you report doesn't
look like a bug. If you ask for copyfrom information to be sent why
would it be a bug to send it? It may not very useful information but if
you ask for it why do you expect Subversion not to send it?

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-08-03 01:50:23 CEST

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.