how to use one bug ID syntax for two different butracking-pools

2014-02-11 Thread Stefan
Hi, I'm not sure whether TSVN mailing list would be more appropriate for the actual use-case-related part of the question. Hence I'm trying to keep it more SVN-specific: Is there a way in SVN to perform some kind of bulk-changes or replace-operation on all committed log-messages? What I have

RE: Pre commit script exit code validation stopped working after subversion update

2014-02-11 Thread Bert Huijben
> -Original Message- > From: karl.mau...@gmx.de [mailto:karl.mau...@gmx.de] > Sent: dinsdag 11 februari 2014 14:33 > To: users@subversion.apache.org > Subject: Pre commit script exit code validation stopped working after > subversion update > > Hello, > > we just tried to update subvers

Re: POST-commit hook issue - Check in works

2014-02-11 Thread Matt Parks
Ben, Set up a new Virtual Server for SVN yesterday, and now I have to re-write my post-commit hook in some other DOS type language, instead of the bash script I was using. Just wanted to let you know, no resolution to issue, but moving to another server may help. Matthew C. Parks *Consultant*

Threaded svnserve 1.8.5 hangs with 100% cpu usage after some time

2014-02-11 Thread vitalif
Hi! After a recent upgrade to svn 1.8.5, we are facing a problem with threaded svnserve: after some period of working without problem it hangs and eats 100% cpu. I've captured stack traces from all svnserve threads, and it looks like the problem is in libsvn_subr/cache-membuffer.c, function

Pre commit script exit code validation stopped working after subversion update

2014-02-11 Thread karl . mauser
Hello, we just tried to update subversion from 1.7.10 to 1.8.5, but after the upgrade a non zero exit code from our pre commit script is no longer recognized. Minimal example to recreate the error: System: Windows 7, Subversion command line client 1.8.5 1. Create a svn repository in a folder on

Subversion exception! (common_util.c line 211)

2014-02-11 Thread Hahn Reinhard
Hello list, I'm not subscribed in the list, but like to be cc:ed in any responses to this mail. Today I've got the following subversion exception: Subversion Exception! Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much inf

RE: --dry-run seems to fail with a merging command

2014-02-11 Thread Bert Huijben
Hi, You performed a depth limited merge. and then performed the same merge. But to record a depth limited merge we might have to change mergeinfo on other nodes in some cases, because we can't record all kinds of changes in the mergeinfo on the node itself. As far as I kno

--dry-run seems to fail with a merging command

2014-02-11 Thread Vesa Paatero
Hi everyone. When I ran >svn merge --dry-run --allow-mixed-revisions --depth empty "^/app/trunk//scripts_deprecated_tests_etc" scripts_deprecated_tests_etc I got no output. However, when I ran >svn merge --allow-mixed-revisions --depth empty "^/app/trunk/uuu

RE: svn switch will not update ../ externals (now with commit of change in unix script

2014-02-11 Thread Bert Huijben
Hi, I can’t see any of the errors you mention in the mail in the log files you posted here. The log files are full of messages around working copies that already exist and then mention that you have a UUID mismatch because a working copy already exists where you tried to checkou