Aleksey Sanin wrote:
You are using wrong option for CVS update :) The command
cvs update -j <tag>
means "update trunk (tip) with branch/tag <tag>". In your case,
you are getting merge of 0.0.X branch to the tip and this creates
a lot of conflicts :) I would suggest to do a fresh checkout as follows:
mv xmlsec xmlsec.old export CVSROOT=:pserver:[EMAIL PROTECTED]:2401/cvs/gnome
cvs -z3 checkout -r XMLSEC_0_0_X_BRANCH xmlsec
That does not work:
# echo $CVSROOT :pserver:[EMAIL PROTECTED]:2401/cvs/gnome # cvs -z3 checkout -r XMLSEC_0_0_X_BRANCH xmlsec cvs checkout: cannot find module `xmlsec' - ignored
If you want to disable all error/warning messages you might either set
xmlSecPrintErrorMessages variable from xmlsec/errors.h to 0 (zero) or use
your own error calbacks. Please not that not all the errors reported are fatal.
Thanks. -- Doug Royer | http://INET-Consulting.com -------------------------------|----------------------------- [EMAIL PROTECTED] | Office: (208)612-INET http://Royer.com/People/Doug | Fax: (866)594-8574 | Cell: (208)520-4044 We Do Standards - You Need Standards
smime.p7s
Description: S/MIME Cryptographic Signature
