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.

Reply via email to