After attending CFUnited we decided to investigate using Subversion Source Control for our ColdFusion applications.
I have Subversion up and running along with TortoiseSVN. I have successfully setup a repository and checked out a local working copy from the repository. I can also make changes and commit those back to the repository. I am running Apache2 with the DAV svn settings in my httpd.conf file. Everything is working perfectly except integrating with Eclipse. I cannot get the "Add a new CVS Repository" to work. I can successfully navigate my Repository by viewing it in a browser here: http://127.0.0.1/svn/project1/ I then enter my user and password and it works great. Settings I am trying: Host: 127.0.0.1 Repository Path: svn/project1 I have also tried svnroot/project1 My apache httpd.conf file specifies: <Location /svn> My path to the repository is C:\svnroot\project1 Same user and password I use when navigating to http://127.0.0.1/svn/project1/ Connection Type: I have tried all 3: pserver, ext, extssh Default port Every time I get this error: Error validating location: "Could not connect to :ext:[EMAIL PROTECTED]:svn/project1: I/O exception occurred: CreateProcess: ssh 127.0.0.1 -| rduckworth cvs server error=2" Keep location anyway? Yes/No Please help! Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:247954 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

