[GME-commit] GMESRC/GME/XmlBackEnd/SVNCode Client.cpp,1.2,1.3
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Tue Feb 19 13:20:56 CST 2008
Update of /project/gme-repository/GMESRC/GME/XmlBackEnd/SVNCode
In directory escher:/tmp/cvs-serv24503/SVNCode
Modified Files:
Client.cpp
Log Message:
-xmga.dtd not used anymore with xerces2.7.
-sub_update catches exceptions (thrown by SERF when a file is locked already)
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: Client.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/XmlBackEnd/SVNCode/Client.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Client.cpp 13 Feb 2008 18:54:57 -0000 1.2
--- Client.cpp 19 Feb 2008 19:20:54 -0000 1.3
***************
*** 251,260 ****
}
! Err = svn_client_update2 (&retval, array,
! revision.revision (),
! recurse,
! ignoreExternals,
! ctx,
! apr_pool);
if(Err != NULL)
--- 251,268 ----
}
! try
! {
! Err = svn_client_update2 (&retval, array,
! revision.revision (),
! recurse,
! ignoreExternals,
! ctx,
! apr_pool);
! }
! catch(...)
! {
! ASSERT(0);
! return false;
! }
if(Err != NULL)
More information about the GME-commit
mailing list