On Wed, Jul 16, 2008 at 09:51, Naik, Harshad <harshad.naik_at_lehman.com> wrote:
> Hi,
> I am facing an issue with the -xml switch of the svn list command.
> If the path specified for the svn list command does not exist, the
> command outputs unformed xml and the error message
>
> Example:
>
> Output: <?xml version=\"1.0\"?>\r\n<lists>\r\n<list\r\n
> path=\"<Project path>">\r\n
> Error: svn: URL '<project path>' non-existent in that revision\r\n
>
> I want to differentiate between the path not found and other errors.
> Even if, it returns well-formed xml like <?xml version="1.0"?>
> <lists><list path="<Project path>"></list></lists>, that will help a
> lot.
>
> I am using subversion v1.4.3 right now. Is this issue already fixed in
> later version like v1.5.0?
I get the same output with 1.5 on WinXP SP2.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-16 21:41:14 CEST