11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Subversion</strong> Complete ReferenceNamesvn log — Display commit log messages.Synopsissvn log [PATH]svn log URL[@REV] [PATH...]DescriptionShows log messages from the repository. If no arguments are supplied, svn log shows thelog messages for all files and directories inside (and including) the current working directoryof your working copy. You can refine the results by specifying a path, one or more revisions,or any combination of the two. The default revision range for a local path is BASE:1.If you specify a URL alone, it prints log messages for everything the URL contains. If youadd paths past the URL, only messages for those paths under that URL will be printed.The default revision range for a URL is HEAD:1.With --verbose, svn log will also print all affected paths <strong>with</strong> each log message. With --quiet, svn log will not print the log message body itself (this is compatible <strong>with</strong> --verbose).Each log message is printed just once, even if more than one of the affected paths for thatrevision were explicitly requested. Logs follow copy history by default. Use --stop-on-copy to disable this behavior, which can be useful for determining branchpoints.Alternate namesChangesNoneNothingAccesses repositoryOptionsYes--change (-c) ARG--incremental--limit (-l) NUM--quiet (-q)--revision (-r) REV--stop-on-copy--targets FILENAME--use-merge-history (-g)--verbose (-v)--<strong>with</strong>-all-revprops--<strong>with</strong>-revprop ARG--xmlExamples261

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

Saved successfully!

Ooh no, something went wrong!