> > I suppose then if I really wanted to do the diff properly > > (read: against the copy in the repo) I would do: > > > > svn diff pom.xml http://path.to/my/svnrepo/myproject/trunk/pom.xml > >
svn diff -r HEAD pom.xml > By the way, do you know the online subversion book > (http://svnbook.red-bean.com/)?