merge, --reintegrate, --record-only, near infinite regress in --use-merge-history
From: B Smith-Mannschott <bsmith.occs_at_gmail.com>
Date: Wed, 2 Jun 2010 11:33:21 +0200
Bah!! (I'm a just a wee bit frustrated as I write this, please forgive
After waiting patiently for $JOB to finally move our server to
What's really, really, really biting me at this point is a
usual way:
- create topic branch from trunk
A few clever people suggested a way around the delete-and-recreate the
It sounded like a great idea when I read it. Very clever.
Unfortunately, it's also *very* *broken*.
This technique interacts badly with "svn log -g". After a few repetitions of
svn log -q | wc -l
svn log -q -g | wc -l
$ svn log -q -g | egrep -o -e "^r[0-9]+" | sort | uniq -c | sort -n | tail
When this has made svn log -g useless for me. ("Include merged
What's worse is that log -g uses historical information from the
Is that my only way to correct this idiocy?
Does the Subversion Book include a big red warning label that I overlooked?
As a work-around, is there a way to limit the recursive depth of log -g?
// Ben
|
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.