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

Re: RFC: svn update --print-log-messages

From: Ketil Z. Malde <ketil_at_ii.uib.no>
Date: 2002-12-18 09:14:05 CET

"B. W. Fitzpatrick" <fitz@red-bean.com> writes:

> > $ svn up
> > U notes/autoversioning-strategy.txt
> > Updated from revision 1066 to revision 1234.

> Hmmm. I like the idea, but what should Subversion do in the case of a
> mixed revision working copy?

1. Use the oldest one. I think this is (normally?) the same as
2. Use the current directory version

This way, we err on the safe side, and a subsequent 'svn log' would
get a few superflous log messages.

3. Print multiple notification

  $ svn up
  U notes/autoversioning-strategy.txt
  Updated from revision 1066 to revision 1234.
  U new/alternatives.txt
  U new/more-alternatives.txt
  Updated from revision 1100 to revision 1234.

Are mixed revision working copies frequent? I ask, because in my case
they're not.

-kzm

-- 
If I haven't seen further, it is by standing in the footprints of giants
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 18 09:25:04 2002

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

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