SVN keyword substitution in pre-commit hook -


i have 2 versions of same file svn, don't have access repository. need know if equal, contain keywords substituted svn. these keywords different when rest text lines same.

what proper way clean off svn keywords?

is possible compare files ignoring values of svn keywords?

there convenient class svntranslator in svnkit. i'm looking command line analogue.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -