phantom locking issues - 403 Forbidden

2017-03-07 Thread William Muriithi
Hello, I have a locking issue that show up as follows: On the SVN client: Error: Unlock for FileABC.OLB failed (403 Forbidden) Error: If you want to break the lock, use the "Check For Modification" dialog or the repository browser On the SVN server: [Tue Mar 07 16:32:35 2017] [erro

Re: HTTP 403: Forbidden after upgrading to SVN Edge 5.1.3

2016-07-20 Thread Pavel Lyalyakin
Hello, On Wed, Jul 20, 2016 at 11:42 AM, Niel de Clerk wrote: > > Hi There > > My SVN Edge 5.0.1 setup was 100% operational, but I decided to upgrade to version 5.1.3 > > After the upgrade, luckily the SVN server is still working fine (I can update, commit etc), but I can’t connect to SVN Edge to

Re: HTTP 403: Forbidden after upgrading to SVN Edge 5.1.3

2016-07-20 Thread Niel de Clerk
Hi I've now uninstalled SVN Edge and reinstalled it. Error now changed to HTTP ERROR: 503 Problem accessing /csvn/. Reason: Service Unavailable Powered by Jetty://

HTTP 403: Forbidden after upgrading to SVN Edge 5.1.3

2016-07-20 Thread Niel de Clerk
Hi There My SVN Edge 5.0.1 setup was 100% operational, but I decided to upgrade to version 5.1.3 After the upgrade, luckily the SVN server is still working fine (I can update, commit etc), but I can’t connect to SVN Edge to manage my repositories, users. All I get is a page with *HT

Re: Server sent unexpected return value (403 Forbidden) in response to PROPFIND

2013-05-10 Thread Katherine Sheehan
You're welcome. Glad I could help. :) Thanks, Katherine — Sent from Mailbox for iPhone On Fri, May 10, 2013 at 9:05 AM, Mehdi Hayani wrote: > Perfect :d, as you said i've removed .subversion/auth content and re-run > the same command and it worked > Thank you so much for your help ;) > Regards

Re: Server sent unexpected return value (403 Forbidden) in response to PROPFIND

2013-05-10 Thread Mehdi Hayani
Perfect :d, as you said i've removed .subversion/auth content and re-run the same command and it worked Thank you so much for your help ;) Regards Mehdi

Re: Server sent unexpected return value (403 Forbidden) in response to PROPFIND

2013-05-09 Thread Katherine Sheehan
from > an svn repo using "svn co" > i get this error and no file is imported! > > *[user-V1@master test]$ svn co > https://svnserver.mycompany.com/svn/repos/simpeTest/trunk/2_developpement* > *svn: Server sent unexpected return value (403 Forbidden) in response to > PROP

Server sent unexpected return value (403 Forbidden) in response to PROPFIND

2013-05-09 Thread Mehdi Hayani
expected return value (403 Forbidden) in response to PROPFIND request for '/svn/repos/simpeTest/trunk/2_developpement'* Here are the credentials i'm using to access this repo: *Login* : svc-generic *Password *: !SVN2012$ PS: the same command was working, i was able to ckeck out source c

Strange 403 forbidden problem on SVN!

2012-09-20 Thread Tao Chen
Hi, I got 403 forbidden error when I tried to checkout a repository(say A) using my account on my PC. But on my colleague’s PC, my account works well. Meanwhile, I can checkout another repository (say B, another project on the same svn-server with A) on my PC. I am sure that I input the

RE: 403 forbidden when Commiting

2012-03-05 Thread Cooke, Mark
> -Original Message- > From: dhanushka ranasinghe [mailto:parakrama1...@gmail.com] > Sent: 05 March 2012 16:29 > To: users@subversion.apache.org > Subject: 403 forbidden when Commiting > > Hi.. > > I have a folder called "a.b.c.d.svn.client" but

403 forbidden when Commiting

2012-03-05 Thread dhanushka ranasinghe
Hi.. I have a folder called "a.b.c.d.svn.client" but whe i commiting this folder to my svn it get 403 Forbidden ERROR , but when i rename it to "a.b.c.d.repo.client " commit works perfectly. is there any reason for that Thank You Parakrama

403 forbidden when copying path with no permissions

2011-08-25 Thread Chris Evans
ns ago, so the project at HEAD looks like this: branches/ tags/ trunk/ trunk/dir1/ trunk/dir1/dir1.1/ When I try to copy trunk I get a 403 forbidden: svn copy https://svn/svn/test/proj1/trunk https://svn/svn/test/proj1/branches/branch1 -m "test" svn: access to '/svn/t

Re: Please help - 403 Forbidden error

2011-08-22 Thread Daniel Shahaf
Wouldn't filesystem permissions yield 500? Les Mikesell wrote on Mon, Aug 22, 2011 at 13:42:07 -0500: > On 8/22/2011 12:54 PM, Cathy Arakaki wrote: > >I am not sure what changed recently, but I have been working on a hook > >to verify that a phrase is included in files before they are committed >

Re: Please help - 403 Forbidden error

2011-08-22 Thread Les Mikesell
On 8/22/2011 12:54 PM, Cathy Arakaki wrote: I am not sure what changed recently, but I have been working on a hook to verify that a phrase is included in files before they are committed and now I am getting this message when I try to do the commit. I just created a new repository without any hook

Please help - 403 Forbidden error

2011-08-22 Thread Cathy Arakaki
I am not sure what changed recently, but I have been working on a hook to verify that a phrase is included in files before they are committed and now I am getting this message when I try to do the commit. I just created a new repository without any hooks and I am getting the same message when I

svn: PUT 403 Forbidden error

2011-04-06 Thread Popa Bogdan
server, as root. The problem is that on my local working copy I get the following error when I try to commit. svn: Commit failed (details follow): > svn: PUT of > '/svn/testrepo/!svn/wrk/a9b6652a-2f01-0010-83aa-f9ff957523f6/index.php': 403 > Forbidden The repository is owned by

Re: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-04 Thread Daniel Shahaf
Mark Phippard wrote on Mon, Jan 03, 2011 at 09:32:49 -0500: > On Fri, Dec 31, 2010 at 11:04 AM, wrote: > > I'm trying to integrate a SVN Authz authorization file with apache > > configuration files to provide a solution for not just directory level > > restrictions, but also file level restrictio

Re: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Johan Corveleyn
On Mon, Jan 3, 2011 at 4:18 PM, Mark Phippard wrote: > On Mon, Jan 3, 2011 at 10:13 AM,   wrote: >> Wow...for some reason I was under the impression that file level >> restrictions didn't work...I really don't know why, but there it is. >> >> I don't suppose there's a way to use wild cards in the

Re: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Stephen Connolly
a post-commit hook or a crontab coils update the file to keep the security on newly created branches (top post a result of this stupid phone... sorry) - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype

RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Benjamin.Ortega
sent unexpected return value (403 Forbidden) in response to CHECKOUT On Mon, Jan 3, 2011 at 10:13 AM, wrote: > Wow...for some reason I was under the impression that file level restrictions > didn't work...I really don't know why, but there it is. > > I don't suppose there&

Re: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Mark Phippard
On Mon, Jan 3, 2011 at 10:13 AM, wrote: > Wow...for some reason I was under the impression that file level restrictions > didn't work...I really don't know why, but there it is. > > I don't suppose there's a way to use wild cards in the path as well? Wild-cards are not supported in authz. If y

RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Benjamin.Ortega
e: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT On Mon, Jan 3, 2011 at 9:55 AM, wrote: > I suppose another fundamental question in all this -- Is there any other way > to provide file level restrictions > while using the svn authz fil

Re: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Mark Phippard
On Mon, Jan 3, 2011 at 9:55 AM, wrote: > I suppose another fundamental question in all this -- Is there any other way > to provide file level restrictions > while using the svn authz file for authorization? Can you explain why you cannot just add a rule to the file like this: [repos:/folder/st

RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Benjamin.Ortega
: Monday, January 03, 2011 8:44 AM To: markp...@gmail.com Cc: users@subversion.apache.org Subject: RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT The /*/*/*/ in the path is to compensate for the temporary location /!svn/ver//. This works without

RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Benjamin.Ortega
om your system. -Original Message- From: Mark Phippard [mailto:markp...@gmail.com] Sent: Monday, January 03, 2011 8:33 AM To: Ortega, Benjamin Cc: users@subversion.apache.org Subject: Re: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT On F

Re: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Mark Phippard
On Fri, Dec 31, 2010 at 11:04 AM, wrote: > I'm trying to integrate a SVN Authz authorization file with apache > configuration files to provide a solution for not just directory level > restrictions, but also file level restrictions. It's my understanding that > the SVN Authorization file is not c

On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Benjamin.Ortega
perform a commit of changes to the "RestrictedFile", I get the following error: Error: Commit failed (details follow): Error: Server sent unexpected return value (403 Forbidden) in response to CHECKOUT Error: request for '/subversion/repo/!svn/ver/110/folder/structure/Restrict

Re: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-02 Thread Benjamin.Ortega
From: Tony Sweeney To: Ortega, Benjamin; users@subversion.apache.org Sent: Sat Jan 01 11:20:59 2011 Subject: RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT From: benjamin.ort...@wellsfargo.com [mailto:ben

RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-01 Thread Tony Sweeney
From: benjamin.ort...@wellsfargo.com [mailto:benjamin.ort...@wellsfargo.com] Sent: 01 January 2011 17:13 To: users@subversion.apache.org Subject: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT I'm t

On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-01 Thread Benjamin.Ortega
perform a commit of changes to the "RestrictedFile", I get the following error: Error: Commit failed (details follow): Error: Server sent unexpected return value (403 Forbidden) in response to CHECKOUT Error: request for '/subversion/repo/!svn/ver/110/folder/structure/Restrict

Re: 403 Forbidden

2010-12-13 Thread Ryan Schmidt
server to a linode VPS and the apache based subversion >> server seems to have stopped working for commits. Nothing should have >> changed except the kernel. I can checkout repositories fine but a >> checkin gives me: >> >> svn: Server sent unexpected return value (40

Re: 403 Forbidden

2010-12-13 Thread Ted To
On Mon, 13 Dec 2010 04:59:27 -0500 Ted To wrote: > I've isolated it to a recent change I made in my virtual host > configuration file -- I changed "AllowOverride None" to "AllowOverride > all". I needed to do this because I recently started using a cms that > requires it for mod_rewrite to work.

Re: 403 Forbidden

2010-12-13 Thread Ted To
seems to have stopped working for commits. Nothing should have > changed except the kernel. I can checkout repositories fine but a > checkin gives me: > > svn: Server sent unexpected return value (403 Forbidden) in response > to PUT request for > '/svn/search/!svn/wrk/854

403 Forbidden

2010-12-12 Thread Ted To
except the kernel. I can checkout repositories fine but a checkin gives me: svn: Server sent unexpected return value (403 Forbidden) in response to PUT request for '/svn/search/!svn/wrk/854b5354-a103-443f-9e5e-94c8a965eaa5/x' Any suggestions at all will be most helpful. Thanks in advance, Ted

Re: Svn on apache = "403 Forbidden in response to PROPFIND"

2010-09-02 Thread Mikołaj Tutak
W dniu 2010-09-02 15:42, Erik Andersson pisze: 2010/9/2 Mikołaj Tutak mailto:mtu...@nixz.net>> Hi! I have "plain" s...@apache server on debian linux (stable). However svn "checkout" generates some strange error: "svn: Server sent unexpected

Re: Svn on apache = "403 Forbidden in response to PROPFIND"

2010-09-02 Thread Erik Andersson
2010/9/2 Mikołaj Tutak > Hi! > > I have "plain" s...@apache server on debian linux (stable). However svn > "checkout" generates some strange error: "svn: Server sent unexpected return > value (403 Forbidden) in response to PROPFIND request for '/s

Svn on apache = "403 Forbidden in response to PROPFIND"

2010-09-02 Thread Mikołaj Tutak
Hi! I have "plain" s...@apache server on debian linux (stable). However svn "checkout" generates some strange error: "svn: Server sent unexpected return value (403 Forbidden) in response to PROPFIND request for '/svn/test'". On the apache side it&#x

Re: 403 Forbidden in response to COPY request

2010-03-18 Thread Anton Prowse
From: Jon Foster Date: 17/03/2010 19:16 > Anton Prowse wrote: > [...] >> [/trunk/specialfile] >> user2 = > [...] >> when I authenticate as user2 I receive the following error >> when trying to create a branch from the trunk of "repos1": >> Serve

RE: 403 Forbidden in response to COPY request

2010-03-17 Thread Jon Foster
Hi, Anton Prowse wrote: [...] > [/trunk/specialfile] > user2 = [...] > when I authenticate as user2 I receive the following error > when trying to create a branch from the trunk of "repos1": > Server sent unexpected return value (403 Forbidden) in > response to COP

Re: 403 Forbidden in response to COPY request

2010-03-17 Thread Anton Prowse
ser2 = >> >> [specialrepos:/tags] >> user2 = >> >> [/trunk/specialfile] >> user2 = >> >> [/] >> * = rw >> >> >> svnuserpw file: >> user1: >> user2: >> >> >> When I authenticate as user1 I can execute all

RE: 403 Forbidden in response to COPY request

2010-03-17 Thread Bob Archer
> user1: > user2: > > > When I authenticate as user1 I can execute all commands without problem. > However, when I authenticate as user2 I receive the following error when > trying to create a branch from the trunk of "repos1": > > Using TortoiseSVN from my local ma

403 Forbidden in response to COPY request

2010-03-17 Thread Anton Prowse
t;: Using TortoiseSVN from my local machine: > Copy C:\www\repos1 to https://www.example.com/repos/repos1/branches/test, > Revision 999 Server sent unexpected return value (403 Forbidden) in response to COPY request for '/repos/repos1/!svn/bc/999/trunk' Using the command line from