> I don't like Dreamweaver. At all. I loathe it. > > However, my boss likes it. So he wants to use it's checkin/checkout > function. > > I hate the idea of loading it up JUST to check in and out files. > > What I'm asking is.. Does anyone know of any program that allows me to > check in and out files on the server, but not actually use dreamweaver.
The only two programs which work with Dreamweaver's file-based locking scheme are Dreamweaver and Contribute. As others have mentioned, it's probably pretty easy to figure out how to write a .lck file, but I haven't tried. If you're going to use tools other than Dreamweaver, I strongly recommend the use of a standard version control server like Subversion - Dreamweaver can certainly work with that. Even if you're just going to use Dreamweaver, I'd still generally recommend that, since Dreamweaver's checkin/checkout is not really a substitute for version control - not by a long shot. The only thing it does is prevent multiple developers from editing a file simultaneously. If you're also using Contribute, you'll have to use it, though, since Contribute relies on it pretty heavily if I recall correctly. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316635 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

