Re: which review tools are suitable for codes versioned by svn

2019-08-12 Thread Eric Johnson
ReviewBoard. Eric > On Aug 10, 2019, at 9:18 PM, wuzhouhui wrote: > > Hi, > > I'm searching some review tools which are suitable for codes versioned > by Subversion, any recommends? >

Re: mod_dav_dvn+SVNParentPath with non-repo subdirs

2019-08-12 Thread Doug Robinson
Thorsten: It works as you'd expect so you should only require one SVNParentPath directive assuming that all of your repositories are within that single tree. I suspect the wording needs a bit of a revamp. Cheers. Doug On Tue, Jun 11, 2019 at 2:15 PM Thorsten Schöning wrote: > Hi all, > >

Re: sqlite[s11]: database disk image malformed

2019-08-12 Thread Jens Restemeier
Option one would be to offer this from svn cleanup: https://forums.meteor.com/t/how-to-fix-sqlite-corrupt-so-meteor-cli-is-broken/6863/6 cd ~/.meteor/package-metadata/v2.0.1 sqlite3 packages.data.db .dump > backup mv packages.data.db packages.data.db.bustedX sqlite3 packages.data.db < backup rm

Re: sqlite[s11]: database disk image malformed

2019-08-12 Thread Daniel Shahaf
Jens Restemeier wrote on Mon, 12 Aug 2019 14:14 +00:00: > That is a good point, though I was hoping that implementation details > like the database library can be handled internally, What would you have us do when an SQLite API call returns SQLITE_CORRUPT (that's the error code you got)? > and

Re: sqlite[s11]: database disk image malformed

2019-08-12 Thread Mark Phippard
On Mon, Aug 12, 2019 at 12:44 PM Jens Restemeier wrote: > I just tried this in a workspace I don’t need to work in. It looks like > the –force option in checkout does exactly that, though it still downloads > everything from the server. Copying the .svn workspace from another > workspace seems

RE: sqlite[s11]: database disk image malformed

2019-08-12 Thread Jens Restemeier
I just tried this in a workspace I don’t need to work in. It looks like the –force option in checkout does exactly that, though it still downloads everything from the server. Copying the .svn workspace from another workspace seems to be a lot faster. What I had in mind was an option that

Re: which review tools are suitable for codes versioned by svn

2019-08-12 Thread Sean McBride
On Sun, 11 Aug 2019 12:18:54 +0800, wuzhouhui said: >I'm searching some review tools which are suitable for codes versioned >by Subversion, any recommends? I've never tried it, but: Cheers, -- Sean McBride,

RE: sqlite[s11]: database disk image malformed

2019-08-12 Thread Jens Restemeier
That is a good point, though I was hoping that implementation details like the database library can be handled internally, and admin tasks wrapped within the svn frontend. -Original Message- From: Daniel Shahaf Sent: 12 August 2019 14:41 To: Jens Christian Restemeier ;

Re: svnadmin fails to create empty repository on CSV storage (Windows Cluster Shared Volume)

2019-08-12 Thread Daniel Shahaf
Daniel Watzinger wrote on Mon, 12 Aug 2019 10:56 +00:00: > Please don't ask why we are using the Windows platform in the first > place ;-) We weren't planning to ask. Subversion supports any platform that supports C89, Python, and APR and has a maintained build script. I'm not familiar with

Re: sqlite[s11]: database disk image malformed

2019-08-12 Thread Daniel Shahaf
Jens Restemeier wrote on Mon, 12 Aug 2019 11:19 +00:00: > Thanks to a power cut last week while updating I’ve got a few corrupted > workspaces: > > Error: sqlite[S11]: database disk image is malformed > Error: Additional errors: > Error: sqlite[S11]: database disk image is malformed > >

Re: sqlite[s11]: database disk image malformed

2019-08-12 Thread Nathan Hartman
On Mon, Aug 12, 2019 at 7:19 AM Jens Restemeier wrote: > - would it be possible for "svn checkout" to only download the metadata > from > the server, and keep the workspace files unchanged? "svn checkout" can actually check out into a directory that already exists and contains files. When a

Re: svnadmin fails to create empty repository on CSV storage (Windows Cluster Shared Volume)

2019-08-12 Thread Daniel Watzinger
Please let me know if you need any more input on this matter :-) PS: To give a little bit of background context, we encountered this issue while trying to set up a HA subversion cluster (svnserve) using Windows Failover Clustering features behind a nginx reverse proxy load balancer. The

Re: which review tools are suitable for codes versioned by svn

2019-08-12 Thread Thorsten Goetzke
Upsource https://www.jetbrains.com/upsource/ Am 11.08.19 um 06:18 schrieb wuzhouhui: Hi, I'm searching some review tools which are suitable for codes versioned by Subversion, any recommends?

RE: EXTERNAL: which review tools are suitable for codes versioned by svn

2019-08-12 Thread Marlow, Andrew
Crucible. -Original Message- From: wuzhouhui Sent: 11 August 2019 05:19 To: Subversion Subject: EXTERNAL: which review tools are suitable for codes versioned by svn Hi, I'm searching some review tools which are suitable for codes versioned by Subversion, any recommends? The