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

How to get diff information of a renamed file

From: vinay i <vinay.indresh_at_gmail.com>
Date: Fri, 26 Sep 2008 20:39:43 +0530

Hi All
How do I get diff information of a renamed file?

Say I have a file repos-path/file.txt. I rename it to
repos-path/new_file.txt in reversion number 30. How to see the diff
information with previous versions?

2ndly, how to see diff information of added and deleted files. In cvs we can
use cvs rdiff -r0 -r1.1 file_name for added file and cvs rdiff -r1.3 -r0 for
a deleted file. How can I do the same for Subverison files?

Thanks
Vinay
Received on 2008-09-26 17:10:28 CEST

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.