Re: Subversion Blues - please help

2010-10-01 Thread Alan Barrett
On 9/29/2010 11:11 AM, Alan Barrett wrote: I make my hooks directory a working copy of an appropriate subdirecrory in the repository (or in another repository), and use a post-commit hook to run svn update in the hooks dir when it sees a commit to the relevant path. Les Mikesell wrote

Re: Subversion Blues - please help

2010-09-29 Thread Alan Barrett
On Tue, 28 Sep 2010, Les Mikesell wrote: It would have made sense to me to have the config/scripts versioned but I've forgotten how that worked in CVS and I'm too lazy to look it up. And I suppose it would be hard to change now in a backwards-compatible way since svn doesn't keep the head

Re: Subversion Blues - please help

2010-09-29 Thread Daniel Shahaf
Les Mikesell wrote on Wed, Sep 29, 2010 at 11:25:27 -0500: On 9/29/2010 11:11 AM, Alan Barrett wrote: On Tue, 28 Sep 2010, Les Mikesell wrote: It would have made sense to me to have the config/scripts versioned but I've forgotten how that worked in CVS and I'm too lazy to look it up. And I

Re: Subversion Blues - please help

2010-09-28 Thread Stefan Sperling
On Tue, Sep 28, 2010 at 04:42:50PM +0200, Daniel Shahaf wrote: Nico Kadel-Garcia wrote on Mon, Sep 27, 2010 at 23:05:20 -0400: dump is very useful for using a new format, or optimizing the relevant database. It doesn't bring along your config tools. In fact, I'd love to see the svnadmin

Re: Subversion Blues - please help

2010-09-28 Thread Les Mikesell
On 9/28/2010 9:49 AM, Stefan Sperling wrote: On Tue, Sep 28, 2010 at 04:42:50PM +0200, Daniel Shahaf wrote: Nico Kadel-Garcia wrote on Mon, Sep 27, 2010 at 23:05:20 -0400: dump is very useful for using a new format, or optimizing the relevant database. It doesn't bring along your config tools.

Re: Subversion Blues - please help

2010-09-28 Thread Stefan Sperling
On Tue, Sep 28, 2010 at 10:08:53AM -0500, Les Mikesell wrote: On 9/28/2010 9:49 AM, Stefan Sperling wrote: On Tue, Sep 28, 2010 at 04:42:50PM +0200, Daniel Shahaf wrote: Nico Kadel-Garcia wrote on Mon, Sep 27, 2010 at 23:05:20 -0400: dump is very useful for using a new format, or optimizing

Re: Subversion Blues - please help

2010-09-28 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Sep 28, 2010 at 17:55:37 +0200: On Tue, Sep 28, 2010 at 10:08:53AM -0500, Les Mikesell wrote: On 9/28/2010 9:49 AM, Stefan Sperling wrote: On Tue, Sep 28, 2010 at 04:42:50PM +0200, Daniel Shahaf wrote: Nico Kadel-Garcia wrote on Mon, Sep 27, 2010 at 23:05:20

Re: Subversion Blues - please help

2010-09-28 Thread Nico Kadel-Garcia
On Tue, Sep 28, 2010 at 12:08 PM, Daniel Shahaf d...@daniel.shahaf.name wrote: Stefan Sperling wrote on Tue, Sep 28, 2010 at 17:55:37 +0200: On Tue, Sep 28, 2010 at 10:08:53AM -0500, Les Mikesell wrote: On 9/28/2010 9:49 AM, Stefan Sperling wrote: On Tue, Sep 28, 2010 at 04:42:50PM +0200,

Re: Subversion Blues - please help

2010-09-27 Thread Nico Kadel-Garcia
On Mon, Sep 27, 2010 at 10:10 AM, Luis Rojas l...@rogue-research.com wrote: On 2010-09-26, at 10:28 AM, Nico Kadel-Garcia wrote: That gets your files on an entirely new chunk of disk, which can help protect you from disk failure issues. Thanks for this, i will give this a try, although i

Subversion Blues - please help

2010-09-24 Thread Luis Rojas
Morning, After experiencing some weird issues with our working svn repository. we would like to see if anybody can shed some light on how this happened, the fix ended up being doing an svnadmin dump and svnadmin load in a new repository. But, what really puzzled us is the why and how, any ideas

Re: Subversion Blues - please help

2010-09-24 Thread Daniel Shahaf
Luis Rojas wrote on Fri, Sep 24, 2010 at 11:42:07 -0400: suddenly the revision in the copy started passing verification, so we replaced that file in the original repository and all was well... Did you compare the contents of the file in the original repository with the contents of the file you

Re: Subversion Blues - please help

2010-09-24 Thread Luis Rojas
On 2010-09-24, at 1:27 PM, Daniel Shahaf wrote: Luis Rojas wrote on Fri, Sep 24, 2010 at 11:42:07 -0400: suddenly the revision in the copy started passing verification, so we replaced that file in the original repository and all was well... Did you compare the contents of the file in the