Foren

Suversion error

Gus Heck, geändert vor 12 Jahren.

Suversion error

Junior Member Beiträge: 39 Beitrittsdatum: 16.11.11 Neueste Beiträge
Not sure this is exactly the right forum for it, but the other dev related forums that seem more appropriate appear to be restricted access... I'm not currently a developer contributing to liferay, but I've checked out the tree and been looking through it in anticipation of writing an ext... however if this is a problem, it probably effects liferay developers too, OR they already know the work around, so I came here.

I'm getting

Get repository folder children operation failed.
svn: PROPFIND of '/repos/public': 502 Could not relay message upstream (http://svn.liferay.com)


When I try to expand the Subversion tree in eclipse... Is this a known issue? Is it an issue with Eclipse, or the repository?
Gus Heck, geändert vor 12 Jahren.

RE: Suversion error

Junior Member Beiträge: 39 Beitrittsdatum: 16.11.11 Neueste Beiträge
Interestingly when I request with firefox rest client I don't get that status code, I get 207 Multistatus (suggesting a possible proxy issue on my side)

But when I look at the "formatted results" (which causes firefox to parse the xml) I get an error... looking at the xml with IE shows me this:

Multiple colons are not allowed in a name. Error processing resource 'file:///C:/Users/pheck/Desktop/response.xml'. Line 7...

<[b][color=#f90202]C:bugtraq:url[/color][/b]>http://support.liferay.com/browse/%BUGID%
----------^


THAT's clearly not legal xml.... It looks like someone has added bugtraq info in a way that subversion thinks it's part of the C namespace, rather than a bugtraq namespace.

If I remove these lines from the response:

<c:bugtraq:url>http://support.liferay.com/browse/%BUGID%</c:bugtraq:url>
<c:bugtraq:number>false</c:bugtraq:number>
<c:bugtraq:logregex>(LEP|LPS)-(\d+)
(.*)</c:bugtraq:logregex>
<c:bugtraq:warnifnoissue>false</c:bugtraq:warnifnoissue>


Everything parses fine. Don't know if this is an issue, but thought I'd point it out in case it helps somewhere. Invalid XML returned from subversion probably causes some problem somewhere emoticon, even if it's not yet known to be related to my problem.