Re: undo svnadmin pack

2015-12-02 Thread Yves Martin
Hello, My version of fsfs-reshard script is able to unpack revisions and revision properties of a FSFS repository format 4 (Subversion 1.6) Probably there is not a lot of job to do to get it work with Subversion 1.8 format 6. I have already planned to work on it this month. https://github.com/y

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread Nico Kadel-Garcia
On Wed, Dec 2, 2015 at 2:12 PM, foven wrote: > I looked at the output of "journalctl -n 50", which seems to be enough > to see all that is logged for a commit attempt. I also checked > /var/log/secure. I didn't see anything that seemed obviously wrong to > me either way, although it is possible

Re: undo svnadmin pack

2015-12-02 Thread Eric Johnson
Best I can think of is to dump the repo, create a new one to load it into, turn off packing on the target repo, and then do the load. Eric. On Wed, Dec 2, 2015 at 3:54 AM, Ignacio González (Eliop) < igtorque.el...@googlemail.com> wrote: > Hello. > > Is there a simple way to undo the effects of a

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread foven
On Wed, Dec 2, 2015 at 3:07 PM, Philip Martin wrote: > foven writes: > > > On Wed, Dec 2, 2015 at 11:28 AM, wrote: > > > >> > >> > On Dec 2, 2015, at 9:11 AM, foven wrote: > >> > > >> > Thanks for the reply. > >> > > >> > If the user running the script just needs to have read and execute > >>

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread Philip Martin
foven writes: > On Wed, Dec 2, 2015 at 11:28 AM, wrote: > >> >> > On Dec 2, 2015, at 9:11 AM, foven wrote: >> > >> > Thanks for the reply. >> > >> > If the user running the script just needs to have read and execute >> > permission, then if the file has permissions like this: >> > >> > -rwxr-xr

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread foven
On Wed, Dec 2, 2015 at 11:28 AM, wrote: > > > On Dec 2, 2015, at 9:11 AM, foven wrote: > > > > Thanks for the reply. > > > > If the user running the script just needs to have read and execute > > permission, then if the file has permissions like this: > > > > -rwxr-xr-x 1 phd phd 37 Nov 18

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread jblist
> On Dec 2, 2015, at 9:11 AM, foven wrote: > > Thanks for the reply. > > If the user running the script just needs to have read and execute > permission, then if the file has permissions like this: > > -rwxr-xr-x 1 phd phd 37 Nov 18 14:39 pre-commit > > shouldn't it work no matter who t

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread foven
Thanks for the reply. If the user running the script just needs to have read and execute permission, then if the file has permissions like this: -rwxr-xr-x 1 phd phd 37 Nov 18 14:39 pre-commit shouldn't it work no matter who the user running the script is? That is how the permissions have

undo svnadmin pack

2015-12-02 Thread Eliop
Hello. Is there a simple way to undo the effects of an "svnadmin pack" command? If not, is there a complex way? If needed, I can retrieve the individual files that compose the packed file (there is only one), but I don't know what other files I would have to modify (assuming they could be edited s