Checking what would be updated before making an svn up

published Jul 30, 2010 11:59   by admin ( last modified Jul 30, 2010 11:59 )

If you have a working copy in subversion that is older than the latest checkin, you may want to check the differences you would get if you made an svn up, without actually doing an svn up.

svn diff --revision HEAD

...will give you that.


--revision N The client compares TARGET@N against working copy.


Läs mer: svn diff