[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn update --dry-run?

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-12-02 13:58:13 CET

Hello Joe,

Joe wrote:
> I'd like to know if there is some way to verify what svn update will do
> BEFORE it applies the changes. Here is a scenario: I've updated
> several files in the trunk, merged those changes into a branch, and have
> a work area with files from the branch, some of which have already been
> changed locally (but not committed).

You're looking for merge. Update is a specialized form of merge - it
merges from BASE to HEAD, with the same URL.

You can do the same thing using merge. Oh, and merge supports the
--dry-run switch.

Hope that helps !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Thu Dec 2 14:05:49 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.