Nome

svn blame — Mostra autore e informazioni di revisione in linea per i file o URL specificati.

Synopsis

svn blame TARGET[@REV]...

Descrizione

Show author and revision information in-line for the specified files or URLs. Each line of text is annotated at the beginning with the author (username) and the revision number for the last change to that line.

Mostra autore e informazion di revisione in linea per i file o URL specificati. Ogni linea di testo è annotata all'inizio con l'autore (nome utente) e il numero di revisione per l'ultimo cambiamento a questa linea.

Nomi alternativi

praise, annotate, ann

praise, annotate, ann

Cambiamenti

Nothing

Niente

Accesso al deposito(repository)

Yes

Opzioni

--revision (-r) REV
--username USER
--password PASS
--no-auth-cache
--non-interactive
--config-dir DIR
--verbose

Esempi

If you want to see blame annotated source for readme.txt in your test repository:

Se si vuole vedere il sorgente del responsabile annotato di readme.txt nel proprio deposito(repository) test:

$ svn blame http://svn.red-bean.com/repos/test/readme.txt
     3      sally This is a README file.
     5      harry You should read this.
  $ svn blame http://svn.red-bean.com/repos/test/readme.txt
  3      sally Questo è un file README.
  5      harry Dovreste leggerlo.