[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion in Linux

From: Olivier Sannier <obones_at_free.fr>
Date: Mon, 02 Feb 2009 20:44:20 +0100

>> Hi,
>>
>> thanks for your reply, i have another problem now when I try to checkout
>> from svn repository
>>
>> svn co http://integ/myrep
>>
>> it says
>> svn: Repository moved permanently to 'http://integ-build1/myrep/'; please
>> relocate

This is a "classical" issue when installing the repositories at the root
of the server. My config is as follows:
<VirtualHost>
DocumentRoot /files/web/somewhere/else
<Location />
  DAV svn
  SVN ParentPath /files/web/svn
  ...
</Location>
</VirtualHost>

However, I have a doubt when I read your full message. The URL look like
the problem I had, but the excerpt from your configuration looks
different. Either it is not the right one, or your problem is not the
one I had.

Regards
Olivier

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1092018

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-02 20:45:54 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.