webdav help

I'm not sure if this is the right place to post this,
but here goes.  (If it's not, could someone please
guide me in the right direction? thanks!)

We are looking for a program that will run on
WindowsNT that does the following:

We have two servers in our Intranet, a production
server (call it P) and a development/backup (call it
D) server.  The idea is as follows:
A user should be able to get a file from server D,
i.e. check out the file.  (The user is using
Dreamweaver4 for this task.)  A lock should be put on
the file so that no one else can work on the same
file.  After the user has finished modifying this
file, the user should check in the file, thereby
unlocking it.  After this, the user should be able to
tell a person in charge of publishing the webpage that
the page is checked in.  The person in charge of
publishing would use a little application that checks
to see which pages in the web site tree have been
modified and unlocked.  Only if a file within the
directory has been modified AND unlocked does he want
to publish it.  The publishing process involves the
application checking for modified and unlocked files,
and copying them  to 2 locations – the first being the
production server, and the second being the backup
server (which happens to be on the same machine as the
development server).  The application used by the
person in charge of publishing should be quite simple
– all they should have to do is click on a button
called “Publish”, and the application will perform the
check (hopefully with detailed logging of who has
modified the file and who has not locked files that
are not locked), and automatically copy the eligible
files for copying to the two required locations.

Question: is there such a “publishing” application or
tool (preferably that fits in with the webdav
protocol) that will run on windows NT?  The closest
thing I’ve found is “sitecopy” which is for
linux/unix.  I believe there is a Windows port of the
software, but I can’t seem to get my hands on it. 
Does anyone have any suggestions?

Thanks!

- Jamil Kassam

__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

Received on Wednesday, 3 January 2001 06:38:24 UTC