You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Dheeraj <kv...@gmail.com> on 2020/05/12 11:00:32 UTC

Re: SVN Server migration to a new server

Hi All

I did SVN server migration from RHEL 6 to RHEL 7 and migrated the repos.
Also DNS entry is changed so that alias points to the  news server. When I
did svn up from an existing setup, I got below error.

svn: E175002: Unable to connect to a repository at URL '
https://svn-hpc.americas.shell.com/svn/RnD'
svn: E175002: Server sent unexpected return value (500 Internal Server
Error) in response to OPTIONS request for '
https://svn-hpc.americas.shell.com/svn/RnD'

Any solution to this.


Best Regards,
Dheeraj


On Tue, Apr 14, 2020 at 8:07 PM Johan Corveleyn <jc...@gmail.com> wrote:

> On Tue, Apr 14, 2020 at 11:36 AM Dheeraj <kv...@gmail.com> wrote:
> >
> > Hi Johan
> >
> > Thanks for the update. I have taken care of the hooks and configuration,
> probably I missed the locks part.
> > I will have a look into it.
> > I was thinking since the IP address is changing will it cause any issue
> during Checkout or commit even though the alias will be the same.
>
> I think that would be okay. If they have done the checkout from the
> DNS name, then it should work out fine.
>
> --
> Johan
>

Re: SVN Server migration to a new server

Posted by Johan Corveleyn <jc...@gmail.com>.
On Tue, May 12, 2020 at 1:00 PM Dheeraj <kv...@gmail.com> wrote:
>
> Hi All
>
> I did SVN server migration from RHEL 6 to RHEL 7 and migrated the repos.
> Also DNS entry is changed so that alias points to the  news server. When I did svn up from an existing setup, I got below error.
>
> svn: E175002: Unable to connect to a repository at URL 'https://svn-hpc.americas.shell.com/svn/RnD'
> svn: E175002: Server sent unexpected return value (500 Internal Server Error) in response to OPTIONS request for 'https://svn-hpc.americas.shell.com/svn/RnD'
>
> Any solution to this.

A "500 Internal Server Error" always indicates that the server had
some error internally. You have to take a look at the (Apache httpd)
error log on the server to get more information about the nature of
the error. Perhaps there is something wrong on the server side with
your new installation.

-- 
Johan

Re: SVN Server migration to a new server

Posted by Dheeraj <kv...@gmail.com>.
Sorry, that was a permission issue with apache. Issue fixed.
Thanks

Best Regards,
Dheeraj


On Tue, May 12, 2020 at 4:30 PM Dheeraj <kv...@gmail.com> wrote:

> Hi All
>
> I did SVN server migration from RHEL 6 to RHEL 7 and migrated the repos.
> Also DNS entry is changed so that alias points to the  news server. When I
> did svn up from an existing setup, I got below error.
>
> svn: E175002: Unable to connect to a repository at URL '
> https://svn-hpc.americas.shell.com/svn/RnD'
> svn: E175002: Server sent unexpected return value (500 Internal Server
> Error) in response to OPTIONS request for '
> https://svn-hpc.americas.shell.com/svn/RnD'
>
> Any solution to this.
>
>
> Best Regards,
> Dheeraj
>
>
> On Tue, Apr 14, 2020 at 8:07 PM Johan Corveleyn <jc...@gmail.com> wrote:
>
>> On Tue, Apr 14, 2020 at 11:36 AM Dheeraj <kv...@gmail.com> wrote:
>> >
>> > Hi Johan
>> >
>> > Thanks for the update. I have taken care of the hooks and
>> configuration, probably I missed the locks part.
>> > I will have a look into it.
>> > I was thinking since the IP address is changing will it cause any issue
>> during Checkout or commit even though the alias will be the same.
>>
>> I think that would be okay. If they have done the checkout from the
>> DNS name, then it should work out fine.
>>
>> --
>> Johan
>>
>