Hi, Can someone please tell me if the Wiki documentation for "External Source Control" is up to date?
http://confluence.public.thoughtworks.org/display/CCNET/External+Source+Control If I create an app that simply writes to STDIO the following (taken from the modification writer example): <?xml version="1.0" encoding="utf-8"?> <ArrayOfModification xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Modification> <ChangeNumber>12245</ChangeNumber> <Comment>New Project for testing stuff</Comment> <EmailAddress>[email protected]</EmailAddress> <FileName>AssemblyInfo.cs</FileName> <FolderName>Dev\Server\Interface\Properties\</FolderName> <ModifiedTime>2006-11-22T11:11:00-0500</ModifiedTime> <Type>add</Type> <UserName>joe_user</UserName> <Url>http://www.example.com/index.html</Url> <Version>5</Version> </Modification> </ArrayOfModification> The server log shows the error: INTERNAL ERROR: There is an error in XML document (10, 10). What does (10,10) mean? I'm going to try adding the modification writer to my config and see what it generates. Regards, Shaun
