> -----Original Message-----
> From: Florian Weimer [mailto:fwei...@bfk.de]
> Sent: dinsdag 14 september 2010 9:35
> To: users@subversion.apache.org
> Subject: Up-to-date-ness check before commit and merge
> 
> I would like to perform an up-to-date-ness check before the commit
> message is shown for editing, and before "svn merge" changes the
> working copy.  I wouldn't mind even if those commands performed
> updates which are no-ops (besides the change in the base revision
> number) automatically.
> 
> Is this possible with Subversion 1.6.12?

I think you are looking for 'svn status -u'
(The -u option contacts the repository to allow showing both local and
repository only changes)

        Bert

Reply via email to