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

RE: Up-to-date-ness check before commit and merge

From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 14 Sep 2010 09:42:16 +0200

> -----Original Message-----
> From: Florian Weimer [mailto:fweimer_at_bfk.de]
> Sent: dinsdag 14 september 2010 9:35
> To: users_at_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
Received on 2010-09-14 09:43:57 CEST

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.