Re: [PATCH] Add a '--fsfs-no-repsharing' flag to svnadmin

2010-08-30 Thread Simon Atanasyan
prevent its applying? -- Simon Atanasyan VisualSVN Limited

Re: [PATCH] Add a '--fsfs-no-repsharing' flag to svnadmin

2010-08-03 Thread Simon Atanasyan
On Mon, Aug 2, 2010 at 23:04, Daniel Shahaf d...@daniel.shahaf.name wrote: Simon Atanasyan wrote on Mon, Aug 02, 2010 at 19:59:31 +0400: From the programmer's point of view if you create repository calling svn_fs_create with the new configuration option you easily get well commented db

Re: [PATCH] Add a '--fsfs-no-repsharing' flag to svnadmin

2010-08-02 Thread Simon Atanasyan
On Tue, Jul 20, 2010 at 20:29, Hyrum K. Wright hy...@hyrumwright.org wrote: On Jul 20, 2010, at 9:32 AM, Simon Atanasyan si...@visualsvn.com wrote: The general idea of the patch is to introduce new svnadmin option and FSFS filesystem configuration option to allow enabling/disabling repository

[PATCH] Add a '--fsfs-no-repsharing' flag to svnadmin

2010-07-20 Thread Simon Atanasyan
(write_config): Use value of 'SVN_FS_CONFIG_FSFS_REP_SHARING' config option while writing FSFS filesystem configuration file. * tools\client-side\bash_completion (_svnadmin): Add '--fsfs-no-repsharing'. ]]] The patch itself is in the attachment. -- Best regards, Simon Atanasyan VisualSVN Limited

Re: [PATCH] Add a '--fsfs-no-repsharing' flag to svnadmin

2010-07-20 Thread Simon Atanasyan
On Tue, Jul 20, 2010 at 18:32, Simon Atanasyan si...@visualsvn.com wrote: The patch itself is in the attachment. The missed patch file. -- Simon Atanasyan VisualSVN Limited Index: subversion/svnadmin/main.c === --- subversion