apache coredump in mod_dav_svn

2010-11-04 Thread Rob Kooper
I'm getting a core dump in mod_dav_svn, here is the backtrace: (gdb) bt full #0 0x7f6a31d5a9c3 in svn_stringbuf_dup () from /usr/lib/libsvn_subr-1.so.1 No symbol table info available. #1 0x7f6a325c7284 in ?? () from /usr/lib/apache2/modules/mod_dav_svn.so No symbol table info available.

Re: "svn blame" is the cause - Re: svnserve.exe (Win32) using 2GB of memory and then crashing?

2010-11-04 Thread Chris Tashjian
More on the "svn blame -g" issue... I just tried "svn blame" (no -g) on the same file and it ran quickly, with no major up-tick in memory usage. I tried it again with -g and it blew up to 2GB. Next, I tried another file with more revisions. "svn blame" spins memory usage to 45MB and then ev

Re: svnserve.exe (Win32) using 2GB of memory and then crashing?

2010-11-04 Thread Chris Tashjian
Wrong format file. Please look at the file 'db/format', not the file 'format'. Thanks. 4 layout linear

Re: svnserve.exe (Win32) using 2GB of memory and then crashing?

2010-11-04 Thread Daniel Shahaf
Chris Tashjian wrote on Thu, Nov 04, 2010 at 20:07:02 -0400: > >> AFAIK we do log errors in svnserve. > > I just looked at the current 540MB log file and the word "Error" only > appears in file names committed to the repository. I don't see a single > stacktrace in there either. So maybe svns

"svn blame" is the cause - Re: svnserve.exe (Win32) using 2GB of memory and then crashing?

2010-11-04 Thread Chris Tashjian
I just tried a test. I ran "svn blame -g" on a file with a bunch of revisions and watched memory usage on the server spin up to 2GB. Is this a known issue?

Re: svnserve.exe (Win32) using 2GB of memory and then crashing?

2010-11-04 Thread Daniel Shahaf
Chris Tashjian wrote on Thu, Nov 04, 2010 at 19:34:37 -0400: > > On 11/4/2010 7:23 PM, Daniel Shahaf wrote >> Try 'svnserve --log-file' ? > > Been there, done that. Endless logging of svn operations, but not a > single stacktrace or error. > AFAIK we do log errors in svnserve. > >> What kind o

Re: svnserve.exe (Win32) using 2GB of memory and then crashing?

2010-11-04 Thread Chris Tashjian
On 11/4/2010 7:23 PM, Daniel Shahaf wrote Try 'svnserve --log-file' ? Been there, done that. Endless logging of svn operations, but not a single stacktrace or error. What kind of filesystem does the repository have? * FSFS or BDB? * What version of svnadmin created it? * Have you run 's

Re: svnserve.exe (Win32) using 2GB of memory and then crashing?

2010-11-04 Thread Daniel Shahaf
Chris Tashjian wrote on Thu, Nov 04, 2010 at 19:01:53 -0400: > We've been having this problem for a while now (since late in the 1.5 > releases and now right up thru 1.6.13) and I'm at a loss as to what the > cause is. > > We have a single repository with approximately 129K revisions. > > SVNSe

svnserve.exe (Win32) using 2GB of memory and then crashing?

2010-11-04 Thread Chris Tashjian
We've been having this problem for a while now (since late in the 1.5 releases and now right up thru 1.6.13) and I'm at a loss as to what the cause is. We have a single repository with approximately 129K revisions. SVNServe.exe's memory usage, numerous times a day, spins up to about 2GB and t

Re: Moving repository across servers : storage format problem

2010-11-04 Thread Gingko
- Original Message - From: "Les Mikesell" To: Sent: Thursday, November 04, 2010 8:27 PM Subject: Re: Moving repository across servers : storage format problem On 11/4/2010 2:14 PM, Gingko wrote: This is precisely what svnadmin dump/load is designed to address. So, step by step, h

RE: Moving repository across servers : storage format problem

2010-11-04 Thread Bob Archer
> I am trying to move a Subversion repository from one server > (running Windows > XP Professional SP3) to another (running Linux Debian 5 Lenny) > > The first server (on Windows) actually has Subversion installed > through a > VisualSVN GUI interface. > The second server has Subversion version 1.

Re: Moving repository across servers : storage format problem

2010-11-04 Thread Les Mikesell
On 11/4/2010 2:14 PM, Gingko wrote: This is precisely what svnadmin dump/load is designed to address. So, step by step, how exactly did you do this? And are you certain that you have only one version of all the Subversion libraries installed on your Debian server? Maybe not as I previously t

Re: Moving repository across servers : storage format problem

2010-11-04 Thread Gingko
- Original Message - From: "Andy Levy" To: "Gingko" Cc: "Subversion User List" Sent: Thursday, November 04, 2010 7:04 PM Subject: Re: Moving repository across servers : storage format problem This is precisely what svnadmin dump/load is designed to address. So, step by step, how e

Re: Listing excluded items

2010-11-04 Thread Daniel Shahaf
Neil Bird wrote on Thu, Nov 04, 2010 at 16:23:21 +: > Around about 04/11/10 10:16, Giulio Troccoli typed ... >> Maybe you could try the ls command with a URL > > Well, yes, if I 'ls' the repo I'm going to see what should be there. > > What I wanted to know was if there was any local indicat

Re: Trying to build Subversion on Visual Studio 2008

2010-11-04 Thread Daniel Shahaf
PGSEM Contractor 4 wrote on Thu, Nov 04, 2010 at 11:33:40 +: > However when I try to compile the source it complains that it can't find > apr.h. I've rooted around subversion-deps-1.6.13.zip and found that there are > files named apr.h.in, apr.hnw and apr.hw. > > What do I need to do to get

Re: Moving repository across servers : storage format problem

2010-11-04 Thread Daniel Shahaf
Did you checkout over file:/// ? Andy Levy wrote on Thu, Nov 04, 2010 at 14:04:23 -0400: > On Thu, Nov 4, 2010 at 13:24, Gingko wrote: > > Hello, > > > > I am trying to move a Subversion repository from one server (running Windows > > XP Professional SP3) to another (running Linux Debian 5 Lenny)

Re: Moving repository across servers : storage format problem

2010-11-04 Thread Andy Levy
On Thu, Nov 4, 2010 at 13:24, Gingko wrote: > Hello, > > I am trying to move a Subversion repository from one server (running Windows > XP Professional SP3) to another (running Linux Debian 5 Lenny) > > The first server (on Windows) actually has Subversion installed through a > VisualSVN GUI inter

Moving repository across servers : storage format problem

2010-11-04 Thread Gingko
Hello, I am trying to move a Subversion repository from one server (running Windows XP Professional SP3) to another (running Linux Debian 5 Lenny) The first server (on Windows) actually has Subversion installed through a VisualSVN GUI interface. The second server has Subversion version 1.5.1

Re: Listing excluded items

2010-11-04 Thread Neil Bird
Around about 04/11/10 10:16, Giulio Troccoli typed ... Maybe you could try the ls command with a URL Well, yes, if I 'ls' the repo I'm going to see what should be there. What I wanted to know was if there was any local indication; something that would show me while I was offline. -- [n

Re: Trying to build Subversion on Visual Studio 2008

2010-11-04 Thread Ulrich Eckhardt
On Wednesday 03 November 2010, PGSEM Contractor 4 wrote: > *Checked out src-trunk This is typically where everyday development is done. I'd switch to a released version or a release branch instead. At least I'd expect the trunk to be a bit more unstable than the rest. > *Set up

RE: Trying to build Subversion on Visual Studio 2008

2010-11-04 Thread PGSEM Contractor 4
>Running gen-make.py. OK, I've done that (correctly this time) and it has created the vcproj files and the solution file. However when I try to compile the source it complains that it can't find apr.h. I've rooted around subversion-deps-1.6.13.zip and found that there are files named apr.h.in,

RE: Trying to build Subversion on Visual Studio 2008

2010-11-04 Thread PGSEM Contractor 4
Sorry. I've realised I've done something wrong. Haven't figured out what yet, but will update thread when I have. Thanks. -Original Message- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Sent: 03 November 2010 17:09 To: PGSEM Contractor 4 Cc: users@subversion.apache.org Subject: R

RE: Trying to build Subversion on Visual Studio 2008

2010-11-04 Thread PGSEM Contractor 4
>Running gen-make.py. OK, I've run that but all it did was create a gen-make.opts file. There's still no subversion_vcnet.sln. This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the inte

svn revert causes file modification times to go backward

2010-11-04 Thread Jon Bauman
I noticed that after an SVN revert, the files I reverted didn't seem to be getting rebuilt. To my surprise, the modify time following the revert went backwards rather than forwards. Even more confusing, the change time went forward as expected. Following a "touch", everything is copacetic and ma

Re: mergeinfo not inherrited when I thought it should

2010-11-04 Thread Pieter-Jan Busschaert
Hello, >> There are a few things still not clear to me: >> 1) Before this svn update, svn stat -u shows nothing out-of-date, so >> it's strange that an update makes any difference. > > Try "svn stat -v", and you'll see the different working revisions of > the files and dirs in the working copy. It

RE: svn forgets authentication password

2010-11-04 Thread David Aldrich
Hi > In general, the protocol over which the connection is bundled is not a > big performance limit. For moderately used repositories, complex > post-commits doing silly things or doing checkouts to CIFS shares are > such overwhelming performance hits that I've not noticed particular > differences

Re: mergeinfo not inherrited when I thought it should

2010-11-04 Thread Johan Corveleyn
On Thu, Nov 4, 2010 at 12:30 PM, Mark Phippard wrote: > On Thu, Nov 4, 2010 at 4:54 AM, Johan Corveleyn wrote: >> I think this is known "as-designed" behavior, because of the >> mixed-revision working copy system. Some nodes in your working copy >> may be at different revisions than others (if yo

Re: svn forgets authentication password

2010-11-04 Thread Nico Kadel-Garcia
On Thu, Nov 4, 2010 at 6:47 AM, David Aldrich wrote: > Hi Nico > >> Hard to tell. Did you compile it yourself, or are you using your >> distribution's Linux? And have you looked in .subversion for the >> authorization file with your password stored in it? > > Thanks for referring me back to that a

Re: mergeinfo not inherrited when I thought it should

2010-11-04 Thread Mark Phippard
On Thu, Nov 4, 2010 at 4:54 AM, Johan Corveleyn wrote: > I think this is known "as-designed" behavior, because of the > mixed-revision working copy system. Some nodes in your working copy > may be at different revisions than others (if you commit a change to > ^/parent/child, child will be at a ne

RE: svn forgets authentication password

2010-11-04 Thread David Aldrich
Hi Nico > Hard to tell. Did you compile it yourself, or are you using your > distribution's Linux? And have you looked in .subversion for the > authorization file with your password stored in it? Thanks for referring me back to that area. I deleted the existing authorization files and then foun

RE: Listing excluded items

2010-11-04 Thread Giulio Troccoli
>I only just noticed the depth option 'exclude' (as it's > not in the book yet, only the --help). I had noticed > TortoiseSVN gave it as an option, but had presumed that it > was akin to the other situations where TSVN has renamed or > extended the CLI functionality. > >I have even used it

Listing excluded items

2010-11-04 Thread Neil Bird
I only just noticed the depth option 'exclude' (as it's not in the book yet, only the --help). I had noticed TortoiseSVN gave it as an option, but had presumed that it was akin to the other situations where TSVN has renamed or extended the CLI functionality. I have even used it a couple

Re: mergeinfo not inherrited when I thought it should

2010-11-04 Thread Johan Corveleyn
[small nit: please don't top-post on this list (i.e. put your reply at the bottom or inline, not above the text you're replying to).] On Wed, Nov 3, 2010 at 3:20 PM, Pieter-Jan Busschaert wrote: > On 3 November 2010 10:17, Johan Corveleyn wrote: >> On Tue, Nov 2, 2010 at 11:29 AM, Pieter-Jan Bus