Re: SIGSEGV with 1.7.8 on Centos 4.8

2013-02-12 Thread Benson Margulies
That did it. Thanks. On Tue, Feb 12, 2013 at 1:50 PM, Philip Martin wrote: > Benson Margulies writes: > >> I built from the source, after running get-deps.sh, on Centos 4.8. All >> commands, including svn help, SIGSEGV. Here's the backtrace. >> >> I used no options to configure except prefix. >>

Re: SIGSEGV with 1.7.8 on Centos 4.8

2013-02-12 Thread Benson Margulies
Should adding -disable-nonportable-atomics to the configure command at top level do the job? On Tue, Feb 12, 2013 at 1:50 PM, Philip Martin wrote: > Benson Margulies writes: > >> I built from the source, after running get-deps.sh, on Centos 4.8. All >> commands, including svn help, SIGSEGV. Her

Re: Discrepancies in svn mirror created with svnsync

2013-02-12 Thread Philip Martin
Daniel Shahaf writes: >> The official way of doing this is to dump the repository from r0 >> to rN (using svnadmin dump) and loading this dump file into a freshly >> created repository (svnadmin load). >> Since you're creating an svnsync mirror you should probably run >> 'svnsync init' before loa

Re: SIGSEGV with 1.7.8 on Centos 4.8

2013-02-12 Thread Philip Martin
Benson Margulies writes: > I built from the source, after running get-deps.sh, on Centos 4.8. All > commands, including svn help, SIGSEGV. Here's the backtrace. > > I used no options to configure except prefix. > > Any suggestions for this? > > #0 0x in ?? () > #1 0x00399681

Re: Discrepancies in svn mirror created with svnsync

2013-02-12 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Feb 12, 2013 at 18:54:14 +0100: > On Tue, Feb 12, 2013 at 05:18:01PM +0200, Marius Gedminas wrote: > > Anyway, this takes care of prevention. What about recovery? Can I fix > > the three missing revisions manually somehow? > > If you can obtain the original revision

Re: Discrepancies in svn mirror created with svnsync

2013-02-12 Thread Stefan Sperling
On Tue, Feb 12, 2013 at 05:18:01PM +0200, Marius Gedminas wrote: > Anyway, this takes care of prevention. What about recovery? Can I fix > the three missing revisions manually somehow? If you can obtain the original revision files from the master repository, you can try dropping them into the sl

lock tree or branch - quick question

2013-02-12 Thread Z W
Hi All We like to stop commits to a certain tree or branch. Is there a way to do that on SVN ? Is this an svn admin command ? Thanks

Re: SIGSEGV with 1.7.8 on Centos 4.8

2013-02-12 Thread Nico Kadel-Garcia
On Tue, Feb 12, 2013 at 11:49 AM, Benson Margulies wrote: > I built from the source, after running get-deps.sh, on Centos 4.8. All > commands, including svn help, SIGSEGV. Here's the backtrace. > > I used no options to configure except prefix. get-deps.sh is often uselessly out of date, because t

SIGSEGV with 1.7.8 on Centos 4.8

2013-02-12 Thread Benson Margulies
I built from the source, after running get-deps.sh, on Centos 4.8. All commands, including svn help, SIGSEGV. Here's the backtrace. I used no options to configure except prefix. Any suggestions for this? #0 0x in ?? () #1 0x00399681d578 in __gconv () from /lib64/tls/libc.so

Re: Discrepancies in svn mirror created with svnsync

2013-02-12 Thread Andreas Mohr
Hi, On Tue, Feb 12, 2013 at 05:18:01PM +0200, Marius Gedminas wrote: > On Sat, Feb 09, 2013 at 11:31:07AM +0100, Andreas Mohr wrote: > > Hi, > > > > On Fri, Feb 08, 2013 at 03:45:29PM +0100, Stefan Sperling wrote: > > > So you should definitely wrap svnsync in a tool like lockfile (part of > > >

Re: Discrepancies in svn mirror created with svnsync

2013-02-12 Thread Marius Gedminas
On Sat, Feb 09, 2013 at 11:31:07AM +0100, Andreas Mohr wrote: > Hi, > > On Fri, Feb 08, 2013 at 03:45:29PM +0100, Stefan Sperling wrote: > > I cannot tell you what happened here and why the revisions in the > > mirro are empty. That sure is concerning. > > > > However there are known race conditi

Branching recursive over subprojects

2013-02-12 Thread Stephan
Hello, My projects are organized in separate subversion projects. Dependencies are realized as external objects pointing to another project: projectA/ trunk/ gui/ core/ modul1/ (external object who points to a separat project modul1) tags/ release_1.0.0/ bugfi