Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Nico Kadel-Garcia
On Tue, Nov 7, 2017 at 8:16 AM, Doug Robinson wrote: > Kushal: > > Just as a slight possibility, you might check to see that the SELinux > stuff is turned off (use the "sestatus" command). If it's not disabled/off > then you're going to have to allow the http account to access that data by > set

Re: svn rename adds mergeinfo property / renaming in working copy does not

2017-11-07 Thread Branko Čibej
On 07.11.2017 16:14, Nicolai Scheer wrote: > Still, I can't get from the archives why a URL to URL rename does add > mergeinfo, although the folder to be renamed does not have any > mergeinfo props itself. > But maybe I'm just not into the details why this can't be changed > easily... Copying a di

Re: SVN server email notification function (SMTP) and How To configure it

2017-11-07 Thread Ryan Schmidt
On Nov 7, 2017, at 04:35, Zhaowei Mao wrote: > We use SVN server (CollabNetSubversion-server-1.5.5-1.win32) for years, I’d > like to configure email notification on server so that may trace any changes > in repositories. It is very likely that commit_email.pl is bundled with > Subversion, whi

Re: svn rename adds mergeinfo property / renaming in working copy does not

2017-11-07 Thread Nicolai Scheer
Hi Stefan, On 6 November 2017 at 19:06, Stefan Sperling wrote: > On Mon, Nov 06, 2017 at 06:10:37PM +0100, Nicolai Scheer wrote: > > I cannot imagine a case where copying the mergeinfo to the new folder is > a > > wanted behaviour > > The current behaviour was implemented on purpose. > It has b

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
Hello, On 11/07/2017 03:37 PM, Ulaganathan, Udhayakumar wrote: > > Make sure the contents of svn.acc file have the entries – to give rw > access to the accounts as stated in the following example > > Irrelevant and confusing, as it does not match the original error message. Andreas

RE: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Ulaganathan, Udhayakumar
Make sure the contents of svn.acc file have the entries – to give rw access to the accounts as stated in the following example #== # Define Groups [groups] administrators = admin # Rules allowing/denying access [reponame:/] @administrators = rw #== Cheers, Udhay From: andreas.stie..

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Doug Robinson
Kushal: It's not you who needs to access it: it is the account that Apache is running as - at least when running as Apache. As for "svnserve", it depends on how you've got that setup so to help we need more details. Cheers. Doug On Tue, Nov 7, 2017 at 8:05 AM, kushal bhattacharya < bhattacharya

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
I am able to access folder in the same partition On Tue, Nov 7, 2017 at 6:29 PM, kushal bhattacharya < bhattacharya.kush...@gmail.com> wrote: > Then I am trying to access the reposity from localhost itself but still I > am getting the same error > > On Nov 7, 2017 6:22 PM, "Andreas Stieger" wrot

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
Then I am trying to access the reposity from localhost itself but still I am getting the same error On Nov 7, 2017 6:22 PM, "Andreas Stieger" wrote: Hello, On 11/07/2017 01:34 PM, kushal bhattacharya wrote: > Could you please help me out here ,sorry. But I have been trying whole day regarding t

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Doug Robinson
Kushal: Just as a slight possibility, you might check to see that the SELinux stuff is turned off (use the "sestatus" command). If it's not disabled/off then you're going to have to allow the http account to access that data by setting the appropriate security context throughout all directories f

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
Hello, On 11/07/2017 01:34 PM, kushal bhattacharya wrote: > Could you please help me out here ,sorry. But I have been trying whole day regarding this I am not sure what you are asking here? On 11/07/2017 01:37 PM, kushal bhattacharya wrote: > given permissions like :- > > sudo chown www-data:www

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
given permissions like :- sudo chown www-data:www-data /media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn sudo chmod -R 775 /media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn On Tue, Nov 7, 2017 at 6:04 PM, kushal bhattacharya < bhattacharya.kush...@gmail.com> wrote: > Could you please he

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
Could you please help me out here ,sorry. But I have been trying whole day regarding this On Nov 7, 2017 6:00 PM, "Andreas Stieger" wrote: > > On 11/07/2017 01:15 PM, kushal bhattacharya wrote: > > On 11/07/2017 01:05 PM, kushal bhattacharya wrote: > > Can't open directory > > '/media/sense/2045

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
On 11/07/2017 01:15 PM, kushal bhattacharya wrote: >> On 11/07/2017 01:05 PM, kushal bhattacharya wrote: >> > Can't open directory >> > '/media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn': Permission >> denied >> >> The Subversion server process (svnserve or httpd) is unable to access >> (read

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
# dav_svn.conf - Example Subversion/Apache configuration # # For details and further options see the Apache user manual and # the Subversion book. # # NOTE: for a setup with multiple vhosts, you will want to do this # configuration in /etc/apache2/sites-available/*, not here. # ... # URL control

Re: Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread Andreas Stieger
Hello, On 11/07/2017 01:05 PM, kushal bhattacharya wrote: > Can't open directory > '/media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn': Permission denied The Subversion server process (svnserve or httpd) is unable to access (read) the path. Adjust the ownership and permissions so that the se

Apache subversion unable to open another ext4 partion svn repository

2017-11-07 Thread kushal bhattacharya
Hi, Whenever I am trying to access repository which is located in another ext4 partition,I get an error as Can't open directory '/media/sense/20457332-fd6a-409d-821d-6bf368ecf6bd/svn': Permission denied How to I resolve this error and successfully access it via localhost first Thanks, Kushal

SVN server email notification function (SMTP) and How To configure it

2017-11-07 Thread Zhaowei Mao
Hi There, We use SVN server (CollabNetSubversion-server-1.5.5-1.win32) for years, I’d like to configure email notification on server so that may trace any changes in repositories. It is very likely that commit_email.pl is bundled with Subversion, which allow administrator to configure it in hook