The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SVK::Command::Update - Bring changes from the repository into checkout copies

SYNOPSIS

    update [PATH...]

OPTIONS

    -r [--revision]:      revision

DESCRIPTION

Synchronize checkout copies to revision given by -r or to HEAD revision by deafult.

For each updated item a line will start with a character reporting the action taken. These characters have the following meaning:

  A  Added
  D  Deleted
  U  Updated
  C  Conflict
  G  Merged
  g  Merged without actual change

A character in the first column signifies an update to the actual file, while updates to the file's props are shown in the second column.

AUTHORS

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

Copyright 2003-2004 by Chia-liang Kao <clkao@clkao.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html