Problem with xsltproc CPU usage
[Date Prev][Date Next] [Thread Prev][Thread Next]Problem with xsltproc CPU usage
- From: John Beranek <john [at] redux.org.uk>
- To: svn2cl-users [at] lists.arthurdejong.org
- Subject: Problem with xsltproc CPU usage
- Date: Fri, 20 Mar 2015 00:21:26 +0000
Hello,
Firstly, thank you for svn2cl, I've been using it successfully for many
years.
I am the project manager of an Open Source project, MRBS, and I've found
that I can no longer get svn2cl to produce the ChangeLog to put into new
releases on my development system.
When I run svn2cl as I always have, svn runs, pulling out logs as
expected, and then xsltproc sits there using 100% CPU for as long as I
let it run. It doesn't look like it will ever finish.
Pertinent information:
svn2cl version - 0.12 and 0.14
svn 1.8.11
xsltproc from libxslt-tools 1.1.28
Running svn2cl.sh like:
BINDIR=$(dirname $0)
${BINDIR}/../svn2cl/svn2cl.sh --reparagraph -i -a -r HEAD:1
--break-before-msg=2 --authors=${BINDIR}/usermap-mrbs --strip-prefix=mrbs
I'm specifying --strip-prefix as otherwise the ChangeLog is produced,
but all filenames are stripped, as I am producing a release from a
branch, but previously all development was on the trunk. This means that
the current WC path is:
/mrbs/code/mrbs/branches/mrbs1.4
but the log contains paths like:
/mrbs/trunk/web/js/edit_entry.js
If I don't pass --strip-prefix svn2cl sets STRIPPREFIX to:
mrbs/branches/mrbs1.4
If you need any more information I'd be happy to provide it.
Cheers,
John
--
John Beranek To generalise is to be an idiot.
http://redux.org.uk/ -- William Blake
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- To unsubscribe send an email to svn2cl-users-unsubscribe@lists.arthurdejong.org or see http://lists.arthurdejong.org/svn2cl-users/
- Problem with xsltproc CPU usage, John Beranek
- Re: Problem with xsltproc CPU usage, Arthur de Jong
- Next by Date: Re: Problem with xsltproc CPU usage
- Next by thread: Re: Problem with xsltproc CPU usage