On Fri, Jan 21, 2011 at 03:26:49AM +0100, Paul Maier wrote:
> Hi,
> 
> a question.
> 
> Imagine the following:
> 
> svn mv 1 a
> svn mv 2 b
> svn cp -r 456 3 c
> 
> then modify the files for a while.
> 
> svn st will output something like:
> D 1
> D 2
> A+ a
> A+ b
> A+ c
> 
> 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

Stefan

Reply via email to