Paul :
Thanks ,but the viewvc lib so simple useable for python:(
Paul Boddie wrote:
> [EMAIL PROTECTED] wrote:
> > Hi everyone, this should be a quick question. I'm writing some scripts
> > to take some file and move them into a CVS repository, but it's pretty
> > slow, because it uses system ca
Hi everyone,
When i decide to paras a string,which return from running a CVS command,it's amaze that i want to get some file of the echo string ,how to make paras process more effect?
the problem detail as follow that:
run command:"cvs status -r" it will return all the file list in as follow
-- Forwarded message --From: "Fredrik Lundh" <[EMAIL PROTECTED]>To: python-list@python.org
Date: Fri, 13 Oct 2006 11:03:45 +0200Subject: Re: How to print the CDATA of .xml file?Kevien Lee wrote:> when i use the minidom to parase the XML file,it would ignored the section> of
Hi,
In the Wincvs,if want to get commitable file list in local file list,it could "click flat mode->show commitable "
But ,if i want to through command line ,how show it do?
Is there any CVS lib?
Thanks.
Kevin Lee
--
http://mail.python.org/mailman/listinfo/python-list
At Monday 9/10/2006 22:14, Kevien Lee wrote:> There is a problem about File path encode ,when i want to parse
> an xml file.> xmldoc=minidom.parse("D:\Downloads\1.xml")>IOError: [Errno 2] No such file or directory: 'D:\\Downloads\x01.xml'>>See the red line
Hi everyone,
There is a problem about File path encode ,when i want to parse an xml file.
The code as follow:
--
from xml.dom import minidomdef ReadXml():xmldoc=minidom.parse("D:\Downloads\1.xml") print xmldoc.toxml()
if