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
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
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
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
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
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,
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
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
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
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
10 matches
Mail list logo