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

Re: Seeing changes before committing files from command line

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 17 Feb 2009 15:31:43 -0500

On Tue, Feb 17, 2009 at 3:27 PM, Bogdan Cristea <cristeab_at_gmail.com> wrote:
> I have seen that TortoiseSVN has a nice feature allowing to see what
> changes were made on each file before committing the files to the repository.
> Actually it calls an external program (WinMerge in my case) allowing to see
> the differences between the old version and the new one of a file.
> Is this feature available from the command line using svn client ?

svn diff

From the root of a working copy shows all differences. I usually pipe
it to an editor like TextMate:

$ svn diff | mate

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1180906
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-17 21:32:36 CET

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.