Roland Friedwagner wrote:
> Dear all svn users,
>
> from time to time collegues of me coming up with an interesting file
> diff question:
>
> Can I make an diff from my Working Copy version of a file to the HEAD
> revision in the repository.
>
> The same stuff you get useing this bash command:
> diff -u "file" <(svn cat -r HEAD "file")
> (but this only works if you do not have to specify a password to the
> server)
>
> The output of the diff should be "a kind of" patch to remove all the
> changes i've made in the checked out BASE revision and adds all the
> stuff made
> from the checked out revision to HEAD revision.
>
> Kind Regards,
> Roland
Try 'svn diff -r HEAD [path]'.
-David
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 21 14:56:23 2005