Re: svn stat - show source of copied files

2010-03-31 Thread Stefan Sperling
On Wed, Mar 31, 2010 at 05:09:08PM +0300, Stanimir Stamenkov wrote: > I'm trying to determine the source of an added file after rename, > for example, prior the changes are committed. Is it possible? Yes, you can use svn info: $ svn info alpha.copy Path: alp

svn stat - show source of copied files

2010-03-31 Thread Stanimir Stamenkov
I'm trying to determine the source of an added file after rename, for example, prior the changes are committed. Is it possible? I have not been able to find out how using the stat command. All I get is the + indicator: svn stat A +path/to/myfile D myfile FWIW, I've seen this wit