Problem with commit

2010-07-22 Thread Ameet Nanda
Hi, I set up SVN with apache and everything seems to be running fine. However, when I try to commit, it prompts me for a password, and once I supply the password, it gives me the following error: svn: Commit failed (details follow): svn: Server sent unexpected return value (500 Internal Server Er

Re: Problem with commit

2010-07-23 Thread Daniel Shahaf
Ameet Nanda wrote on Thu, Jul 22, 2010 at 17:23:54 -0700: > Hi, > > I set up SVN with apache and everything seems to be running fine. However, > when I try to commit, it prompts me for a password, and once I supply the > password, it gives me the following error: > > svn: Commit failed (details f

Re: Problem with commit

2010-07-23 Thread Ameet Nanda
Nevamind got it fixed. I changed the subversion.conf from to and got it working. -Ameet On Fri, Jul 23, 2010 at 12:46 AM, Daniel Shahaf wrote: > Ameet Nanda wrote on Thu, Jul 22, 2010 at 17:23:54 -0700: > > Hi, > > > > I set up SVN with apache and everything seems to be running fine. > How

Re: Problem with commit

2010-07-23 Thread Ryan Schmidt
On Jul 23, 2010, at 03:08, Ameet Nanda wrote: > Nevamind got it fixed. I changed the subversion.conf from > > > > to > > OPTIONS REPORT> > > and got it working. So, now you're limiting authentication to all methods except GET PROPFIND CHECKOUT PROPPATCH PUT MERGE DELETE MKACTIVITY OPTIO

Re: Problem with commit

2010-07-23 Thread Ameet Nanda
I am unsure of my solution which looks more like a workaround, apologies for that , but I need a way to make the checkin work with authentication. Which means I should remove, PUT MERGE and from my LimitExcept. When I did that it was throwing this strange error. Has it got something to do wit

Re: Problem with commit

2010-07-23 Thread Ameet Nanda
Additionally, I had checked out a few files from the repository on an old machine, and then I moved the repository to a new server. I didnot do a dump and move, just did a tar and scp and untar of the entire repository. When I try to check in to the new server [with the same hostname] it says * svn

Re: Problem with commit

2010-07-23 Thread Ryan Schmidt
On Jul 23, 2010, at 17:34, Ameet Nanda wrote: > Additionally, I had checked out a few files from the repository on an old > machine, and then I moved the repository to a new server. I didnot do a dump > and move, just did a tar and scp and untar of the entire repository. When I > try to check

Re: Problem with commit

2010-07-23 Thread Ameet Nanda
It is a FSFS repo, so I assumed it would be safe. On Fri, Jul 23, 2010 at 6:08 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Jul 23, 2010, at 17:34, Ameet Nanda wrote: > > > Additionally, I had checked out a few files from the repository on an old > machine, and then I moved t

Re: Problem with commit

2010-07-23 Thread Andy Levy
That's not always a valid assumption. A plain copy of FSFS is generally safER than doing the same w/ BDB, but it's not necessarily 100% safe. On Fri, Jul 23, 2010 at 21:10, Ameet Nanda wrote: > It is a FSFS repo, so I assumed it would be safe. > > On Fri, Jul 23, 2010 at 6:08 PM, Ryan Schmidt >

Problem with commit error

2012-02-08 Thread Markus Schaber
Hi! I've got an error with commits in working copies containing copied subtrees. I'm using SharpSVN, which internally calls svn_client_commit_5(). The error message is: \CoDeSys_Control_RTE_V3\Plc Logic\Application\Task Configuration\MainTask' is not under version control and is not part of the

Re: Problem with commit error

2012-02-08 Thread Stefan Sperling
On Wed, Feb 08, 2012 at 02:11:14PM +, Markus Schaber wrote: > Hi! > > I've got an error with commits in working copies containing copied subtrees. > > I'm using SharpSVN, which internally calls svn_client_commit_5(). > > The error message is: \CoDeSys_Control_RTE_V3\Plc Logic\Application\Tas