On Wed, Jul 23, 2008 at 16:40, Matthew Smith <chedderslam_at_gmail.com> wrote:
> I was reading through the subversion book at
> http://svnbook.red-bean.com/en/1.0/ch09.html and came across the
> "--dry-run" command. The book says that it "Goes through all the
> motions of running a command, but makes no actual changes—either on
> disk or in the repository." This seems pretty useful as I am still
> learning my way around and don't want to screw things up.
>
> However, I tried it with two command and got the same error:
> svn update --dry-run
> Subcommand 'update' doesn't accept option '--dry-run'
> Type 'svn help update' for usage.
Try svn st -u . That will check the server and list for you both your
changes that have yet to be committed, and committed changes in the
repository which have yet to be updated into your WC.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-23 22:43:36 CEST