RE: svnlook cat for xml files
From: Ilan Yaniv <Ilan.Yaniv_at_timetoknow.org>
Date: Wed, 17 Dec 2008 17:45:36 +0200
Yes, on command window it looks ok
But from a exe (created from perl) I run the command:
my $cat = `$svnlook cat $repos $path`;
print STDERR "cat before: $cat\n";
Maybe it is because I am using back ticks for running the command.
Still I am getting only rows that are not starting with <...
________________________________
From: Erik Hemdal [mailto:erik_at_comprehensivepower.com]
-----Original Message-----
Hi,
I have this xml file:
Yellow Flower58
<BBB>ZZZZ</BBB>
<statefule>false</statefule>
AAA
Now I want to parse this file.
I use the command svnlook cat <REPOSE_PATH> <FILE_PATH>.
The output of the cat command is:
Yellow Flower58
<BBB
AAA
This is odd because there is a full line missing, but where?
I ran a sample test using svnlook cat on a text file in one of
I would first check to see that your repository is intact and
Assuming that this all checks out, I believe that will identify
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.