Stephen Barton wrote: > > Windows XP > Eclipse 3.2.0 > Subversion (installed using the SVN1ClickSetUp),
> But when I go to add a SVN Repository from inside Eclipse (using the SVN > Repository View), using the URL: http://127.0.0.1:8500/sandbox/ > I get the following error: > "Unable to Validate" > svn: PROPFIND request failed on '/sandbox' propfind is a WebDAV method. It appears you have not configured WebDAV. The easiest fix is to just use a file:// repository that points to a local directory. Alternatively, you can set up SVNServe and use a svn:// repository. I doubt you really intend to go all the way and install Apache to be able to use WebDAV. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252020 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

