[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: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Mon, 2 Feb 2009 14:01:23 -0600

On Sat, Jan 31, 2009 at 6:58 AM, ram kumar <ramk8928_at_yahoo.com> wrote:

> 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
>
> my httpd.conf entry is as given below
>
>
> #</VirtualHost>
> <Location /svn>
> DAV svn
> SVNParentPath /advent1/httpd/html/integ/myrep
> SVNListParentPath on
> Satisfy Any
> #Require valid-user
> AuthName "Subversion repository"
> AuthUserFile /etc/svn-auth-file
> </Location>

Your configuration shows the URL path "/svn" but your checkout
command shows the URL path "/myrep"; which is correct?

Your checkout command shows the hostname "integ" but the error
message shows the hostname "integ-build1"; which is correct?

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-02 21:02:39 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.