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

Re: Troubles when svn copying and repository isn't behind port 80

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-03-01 21:30:18 CET

Ernest wrote:
>
> My repo is http://xxmasl2:81/test/trunk
>
> When trying to set a tag (copy) on my current sources to :
>
> http://xxmasl2:81/test/tags/some <http://xxmasl2:81/test/tags/some> tag name
>
> I get :
> Error PROPFIND request failed on '/test''
> Error PROPFIND of '/test'; 301 Moved Permanently (http://xxmasl2:81)
>
> I though at first tortoise was in fact removing somehow the :81, however
> this does not seem the case as I get apache's log message in the right
> place (the one servicing port 81)
>
> This is the relevant line I noticed in the log file :
>
> 171.21.117.98 <http://171.21.117.98> - - [01/Mar/2006:20:15:51 +0100]
> "PROPFIND /test HTTP/1.1" 301 321 "-" "SVN/1.3.0 (r17949) neon/0.25.4"
> 171.21.117.98 <http://171.21.117.98> - - [01/Mar/2006:20:18:55 +0100]
> "GET /test/ HTTP/1.1" 200 339 "-" "Mozilla/5.0 (Windows; U; Windows NT
> 5.1; en-US; rv:1.8.0...
>
>
> As I am also the master of the website on port 80 and that my users are
> pretty nice, I dared to move this repository to the apache server
> servicing port 80.
>
> And now the copy/branch worked flawlessly ! :
>
> 171.21.117.98 <http://171.21.117.98> - - [01/Mar/2006:20:12:41 +0100]
> "PROPFIND /test HTTP/1.1" 207 375 "-" "SVN/1.3.0 (r17949) neon/0.25.4"
>
> So the only difference between the two is the different port :81
>
> Can anybody comment on this ?

http://subversion.tigris.org/faq.html#301-error

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Mar 1 21:30:46 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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