Update of /cvsroot/boost/boost/tools/regression/xsl_reports
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17679

Modified Files:
      Tag: RC_1_34_0
        boostbook_report.py 
Log Message:
Small fix

Index: boostbook_report.py
===================================================================
RCS file: 
/cvsroot/boost/boost/tools/regression/xsl_reports/Attic/boostbook_report.py,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- boostbook_report.py 4 Feb 2007 17:40:23 -0000       1.1.2.2
+++ boostbook_report.py 4 Feb 2007 19:07:43 -0000       1.1.2.3
@@ -100,6 +100,8 @@
             f.retrbinary( 'RETR %s' % boostbook_info[0], result.write )
             result.close()
             
+            if os.path.exists( local_copy ):
+                os.unlink( local_copy )
             os.rename( temp, local_copy )
             m = time.mktime( boostbook_info[1] )
             os.utime( local_copy, ( m, m ) )


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to