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

2010-09-14 Thread Florian Weimer
> I think you are looking for 'svn status -u' > (The -u option contacts the repository to allow showing both local and > repository only changes) For obvious reasons, I want to make this happen automatically before "svn commit" and "svn merge". (In case this is not so obvious: I regularly get up-

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

2010-09-14 Thread Bert Huijben
> -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 comm

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

2010-09-14 Thread Florian Weimer
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 possi