11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Subversion</strong> Complete ReferenceNamesvn blame — Show author and revision information inline for the specified files or URLs.Synopsissvn blame TARGET[@REV]...DescriptionShow author and revision information inline for the specified files or URLs. Each line of textis annotated at the beginning <strong>with</strong> the author (username) and the revision number for thelast change to that line.Alternate namesChangespraise, annotate, annNothingAccesses repositoryOptionsYes--extensions (-x) ARG--force--incremental--revision (-r) ARG--use-merge-history (-g)--verbose (-v)--xmlExamplesIf you want to see blame-annotated source for readme.txt in your test repository:$ svn blame http://svn.red-bean.com/repos/test/readme.txt3 sally This is a README file.5 harry You should read this.Even if svn blame says that Harry last modified readme.txt in revision 5, you'll have toexamine exactly what the revision changed to be sure that Harry changed the context ofthe line—he may have adjusted just the whitespace.If you use the --xml option, you can get XML output describing the blame annotations, butnot the contents of the lines themselves:$ svn blame --xml http://svn.red-bean.com/repos/test/readme.txt

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!