You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ashley Neal Hornbeck <ah...@yahoo.com> on 2005/06/01 04:37:40 UTC

XP Web Folders: Parent folder in child folder contents

When I connect to Subverion 1.2 via WebDAV using XP’s Web Folder, the parent folder
shows up in the content list.  This does not happen when connecting using a web
browser.

When viewing http://127.0.0.1:80/repos/project1 it will contain project1 along with
any collections or files that are actually contained in project1.

For example:

http://127.0.0.1:80/repos/project1
project1 (this should not be here)
subfolder1
file1
file2

Anyone else run into this?

Any thoughts?

Thanks,

-Ash

Server:
SuSE 9.1
Apache 2.0.54
Subversion 1.2.0

Client:
Windows XP Professsional SP2 on a domain


<Location /repos/project1>
        DAV svn
        SVNPath /srv/svn/repos/project1
        SVNAutoversioning on
</Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: XP Web Folders: Parent folder in child folder contents

Posted by Ben Collins-Sussman <su...@collab.net>.
Ashley Neal Hornbeck wrote:

> Anyone else run into this?
> 

Yes, it's bug in XP Webfolders.  Get the latest (January 2005) patch 
from Microsoft:

http://support.microsoft.com/default.aspx?scid=kb;en-us;892211

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org