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

Windows and SVN

From: Edward S. Marshall <esm_at_logic.net>
Date: 2001-12-07 07:26:40 CET

Hi,

Just wanted to post a quick how-to, in case someone else wants to try doing
this (with my luck, it's already documented somewhere ;-). Basically, I
wanted to make Windows 2000 do what it's supposed to, which is properly
browse an SVN repository via windows explorer.

The documentation at this website gave me everything I needed:

        http://www.mydocsonline.com/info_webfolders.html

The folder to specify is http://svn.collab.net/repos/svn/ . Works like a
champ for browsing the tree, as long as you follow the instructions for
setting up web folders for ME/2000/XP (explicitly add a network place).
This appears to use the Office 2000 web folders implementation, not the
IE implementation.

Previous attempts were failing, probably because of (I can only assume) a
bug in IE. I was trying to go into IE, select File|Open, and open up
http://svn.collab.net/repos/svn/ (as a web folder). The problem I ran into
was that IE was only passing "OPTIONS /repos HTTP/1.0" instead of the full
URL, which obviously breaks (by the way, thanks for making the access_log
available on svn.collab.net so this kind of thing is relatively easy to
test ;-).

I got the same result using a webpage with the following in it to link into
the repository:

        <A folder="http://svn.collab.net/repos/svn/">

I tried this on my better half's machine (who is still running IE 5.5) and
was able to reproduce the behavior there as well. Am I missing something
obvious, or is this yet-another-IE-bug?

-- 
Edward S. Marshall <esm_at_logic.net>                        http://esm.logic.net/
-------------------------------------------------------------------------------
[                  Felix qui potuit rerum cognoscere causas.                  ]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:51 2006

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

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