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

Re: how to find out from where a file has been copied

From: JamieEchlin <jamie.echlin_at_credit-suisse.com>
Date: Fri, 21 Jan 2011 02:09:13 -0800 (PST)

Stefan Sperling-7 wrote:
>
>> How do I see if file "a" came from 1 or from 2?
>> How do I see from which revision of file 3 came file c?
>>
>> After the check-in, it's clear: svn log will show it.
>>
>> How do I review (if it's ok what I did) BEFORE checking-in?
>
> svn info a | grep ^Copied
>

I was going to ask a similar question, it's so similar that I'll tack it
onto this.

How do you find out from the working copy, either with svn subcommands or
working copy api, what was the source(s) of a merge, before commiting?

Of course, I can diff the svn:mergeinfo, and this works if just one line of
it has changed. But if I merge from C to B to A, mergeinfo on A will have
entries for both C and B... how can I tell which was the source of this
merge?

cheers, jamie

-- 
View this message in context: http://old.nabble.com/how-to-find-out-from-where-a-file-has-been-copied-tp30725288p30727243.html
Sent from the Subversion Users mailing list archive at Nabble.com.
Received on 2011-01-21 11:09:49 CET

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.