Re: problem with mutated vowel in log-message-contents

2011-02-20 Thread Stephen Connolly
bash will handle the multiline in my case (try and see) but your example will handle if log contains " - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 21 Feb 2011 07:18, "Lo

Re: problem with mutated vowel in log-message-contents

2011-02-20 Thread Lorenz
Stephen Connolly wrote: >unix shell scripting could solved it for you > >bash >for rev in $(svn log ... | sed -n -e "..."); do svn ps --revprop svn:log >"$(svn pg svn:log -r $rev | sed -e "s/oldstring/newstring/g;")" ... ; done svn:log may be multi-line ... ... but > svn pg svn:log --revprop -r

Re: Behaviour on minor .control misconfiguration

2011-02-20 Thread Daniel creo Haslinger
Hi Daniel, thank you for your reply. Are you aware of the svnauthz-validate utility? (Try 'make svnauthz-validate' in a Subversion source tree) I am indeed aware of the validation utility, but although the users have the chance to check their configuration I am not sure if it is proper behav

Re: Bug? svn update --accept mine-full fails if an added file exists unversioned in the working copy

2011-02-20 Thread Danny Trebbien
On Sun, Feb 20, 2011 at 10:17 AM, Stefan Sperling wrote: > The file isn't versioned yet. So it cannot be considered part of the > 'mine' changeset. You should add the file so that Subversion knows > it is supposed to consider it. > > However, if you add the file you will get a tree conflict when y

Re: Bug? svn update --accept mine-full fails if an added file exists unversioned in the working copy

2011-02-20 Thread Danny Trebbien
On Sun, Feb 20, 2011 at 10:11 AM, Daniel Shahaf wrote: > For update, the '--force' switch means "If a local file obstructs an > incoming add, then use that file (and flag the file as > locally-'M'odified) instead of flagging a tree conflict".  Have you > tried it? > > P.S.  In Subversion 1.7, you

Re: Bug? svn update --accept mine-full fails if an added file exists unversioned in the working copy

2011-02-20 Thread Stefan Sperling
On Sun, Feb 20, 2011 at 09:39:01AM -0800, Danny Trebbien wrote: > I have a check out of Subversion trunk and the official Apache git > mirror of Subversion coexisting in the same directory (my working copy > is both a Subversion and git working copy). Because I want to use git > to hack on trunk,

Re: Bug? svn update --accept mine-full fails if an added file exists unversioned in the working copy

2011-02-20 Thread Daniel Shahaf
For update, the '--force' switch means "If a local file obstructs an incoming add, then use that file (and flag the file as locally-'M'odified) instead of flagging a tree conflict". Have you tried it? P.S. In Subversion 1.7, you can spell that '--accept mf' too :-) (using the shorthands from the

Re: Behaviour on minor .control misconfiguration

2011-02-20 Thread Daniel Shahaf
Are you aware of the svnauthz-validate utility? (Try 'make svnauthz-validate' in a Subversion source tree) Daniel creo Haslinger wrote on Sun, Feb 20, 2011 at 01:49:21 +0100: > Hey there, > > I'm here to ask you if this the following is intended behaviour > and - if it really IS - if one should

Re: Bug? svn update --accept mine-full fails if an added file exists unversioned in the working copy

2011-02-20 Thread Mark Phippard
That is an obstruction you have to use --force to allow unversioned obstructions. Sent from my iPhone On Feb 20, 2011, at 12:39 PM, Danny Trebbien wrote: > I have a check out of Subversion trunk and the official Apache git > mirror of Subversion coexisting in the same directory (my working cop

Bug? svn update --accept mine-full fails if an added file exists unversioned in the working copy

2011-02-20 Thread Danny Trebbien
I have a check out of Subversion trunk and the official Apache git mirror of Subversion coexisting in the same directory (my working copy is both a Subversion and git working copy). Because I want to use git to hack on trunk, I normally update the working copy using git, and then update the Subver