R
Richard K Bethell
Hi,
Want to know if anyone else encounters this issue. I maintain several
asp.net websites over the Internet. Now I love xcopy deployment. It makes it
easy to do date based change management.
But I do find some files slip through, especially if you are using standard
libraries that may not have been recently compiled. And some of my staff
routinely overlook the update procedures and will not deploy files they've
changed to all copies of a site in a cluster.
So I find I have to WinDiff a lot to make sure that I have no regression
issues.
The problem I've encountered is that this seems to have caused a huge spike
in bandwidth usage, because I assume WinDiff is doing a byte by byte
comparison. I'd like to try and tame this somehow. Does anyone know of any
good way to do a version control policy that is both effective and light on
the bandwith usage?
R.
Want to know if anyone else encounters this issue. I maintain several
asp.net websites over the Internet. Now I love xcopy deployment. It makes it
easy to do date based change management.
But I do find some files slip through, especially if you are using standard
libraries that may not have been recently compiled. And some of my staff
routinely overlook the update procedures and will not deploy files they've
changed to all copies of a site in a cluster.
So I find I have to WinDiff a lot to make sure that I have no regression
issues.
The problem I've encountered is that this seems to have caused a huge spike
in bandwidth usage, because I assume WinDiff is doing a byte by byte
comparison. I'd like to try and tame this somehow. Does anyone know of any
good way to do a version control policy that is both effective and light on
the bandwith usage?
R.