That's impossible. With a webdav share, there isn't a filesystem. You save to the share, the file is sent over the network to apache, which hands it off to SVN, and then stores it in the repo. There isn't a copy of the file on disk anywhere. That means you can't run the code with CF (since CF needs a file), and you can't have the .svn folders that you'd need for the working directory of the main repo.
cheers, barneyb On 9/26/05, Russ <[EMAIL PROTECTED]> wrote: > Well maybe I wasn't very clear. What I was thinking is having the automatic > commit via webdav on a different repository (dev): > > Basically this: > User edits file through webdav. File gets saved to the dev repository (so > every save, and every change is in this repository), and also saved to the > disk. File gets tested through the browser in the regular way, and then > committed through from the pc to the production repository. > > I'm not very sure how webdav is set up, so I'm assuming that the settings > for that lie in apache instead of on the disk. This way I can have the same > file in the dev repository and production repository at the same time. > > Is this possible? > > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219296 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

