Re: Checksum mismatch with 1.9.7

2017-12-11 Thread Paul Hammant
Well done for trying experiments so far. One more perhaps? 1. Make a new machine that is also 1.8.19. 2. Restore the dump file into that. 3. Upgrade that Subversion to 1.9.7 - following advice in the release notes for repo upgrades too 4. Make a dump file again on that new machine. 5. Try to resto

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
On Sun, 10 Dec 2017 16:03:30 -0500, Mark Phippard wrote: >> I once installed ViewCVS on Windows servers back about 10 years ago >> (for CVS) and it was really not this complex to get running. >> >> I have yet to see anything at all via the Apache web server. > > >I have generally just followed t

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
On Sun, 10 Dec 2017 12:23:33 -0500, Mark Phippard wrote: >The OP does not really specify what they are looking for, Well, at first I was looking to improve the ugly looking out of the box single column display I get in my browser. But then I also thought about the ViewCVS we used with CVS and w

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Branko Čibej
On 11.12.2017 11:51, Bo Berglund wrote: > On Sun, 10 Dec 2017 16:03:30 -0500, Mark Phippard > wrote: > >>> I once installed ViewCVS on Windows servers back about 10 years ago >>> (for CVS) and it was really not this complex to get running. >>> >>> I have yet to see anything at all via the Apache w

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
On Mon, 11 Dec 2017 11:51:13 +0100, Bo Berglund wrote: >Maybe the tiny server is not connected to the eth0 public address? >Localhost seems suspicious to me. I ended up editing the /usr/lib/viewvc/bin/standalone.py file on the line specifying the binding: host = sys.platform == 'mac' and '19

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
On Mon, 11 Dec 2017 12:34:09 +0100, Branko ?ibej wrote: >Really, this is basic stuff that's documented with examples all over the >place. Why not read the docs first and come here with actual problems? 'All over the place' is a bit of an overstatement. I have found a number of examples or how-to

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Paul Hammant
Hi Bo, I keep trying to drive you to look at working Docker configurations on Github. Here's one https://github.com/RainerBlessing/Docker-ViewVC for ViewVC on Ubuntu14.10. Can you run docker for yourself? In terms of self-education you need to be able to run Docker on you Mac or Windows workstati

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Branko Čibej
On 11.12.2017 12:43, Bo Berglund wrote: > Note: > My CVS users are all working through the WinCVS application from the > CVSGui project that died about 10 years ago... > > None is comfortable with command line work or Linux for that matter, > all are on Windows workstations. > > So I need to give t

Re: Checksum mismatch with 1.9.7

2017-12-11 Thread Daniel Shahaf
Michael Knigge wrote on Sat, Dec 09, 2017 at 17:41:56 +0100: > But I'm fairly interested why I have this problems running 1.9.7 and what is > the right way around it... How about: - dump the 1.8.19 repository - change the offending checksums to all-zeroes. (Dumpfiles are a binary format so mak

Re: Checksum mismatch with 1.9.7

2017-12-11 Thread Michael Knigge
Hi, I was able to restore the Dump on a system running 1.9.3. Tomorrow I'll try to transfer the 1.9.3 repository it to the intended 1.9.7 machine and start using svnsync on that new repository Hope this goes well until we'll switch over in production... Bye, Michael

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Bo Berglund
On Mon, 11 Dec 2017 07:00:20 -0500, Paul Hammant wrote: >Hi Bo, > >I keep trying to drive you to look at working Docker configurations on >Github. Here's one https://github.com/RainerBlessing/Docker-ViewVC for >ViewVC on Ubuntu14.10. Can you run docker for yourself? In terms of >self-education y