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
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