svn: Processing PROPFIND request response failed

I'm having a problem with TeamCity 5.0.3. It tells me I have Configuration problems with my VCS connection. Here are the error details.

Error collecting changes for VCS root 'svn: http://facebooksteamachievements.googlecode.com/svn/trunk/'
org.tmatesoft.svn.core.SVNException: svn: Processing PROPFIND request response failed: Open quote is expected for attribute "language" associated with an element type "SCRIPT". (/svn/trunk/SteamAchievements/css)
svn: PROPFIND request failed on '/svn/trunk/SteamAchievements/css'

« Hide details

jetbrains.buildServer.vcs.VcsException: Error collecting changes for VCS root 'svn: http://facebooksteamachievements.googlecode.com/svn/trunk/'
org.tmatesoft.svn.core.SVNException: svn: Processing PROPFIND request response failed: Open quote is expected for attribute "language" associated with an element type "SCRIPT". (/svn/trunk/SteamAchievements/css)
svn: PROPFIND request failed on '/svn/trunk/SteamAchievements/css'
at jetbrains.buildServer.buildTriggers.vcs.svn.SvnSupport.collectBuildChanges(SvnSupport.java:341)
at jetbrains.buildServer.vcs.VcsSupportUtil.collectBuildChanges(VcsSupportUtil.java:54)
at jetbrains.buildServer.buildTriggers.vcs.svn.SvnSupport.collectBuildChanges(SvnSupport.java:222)
at jetbrains.buildServer.vcs.VcsSupport.collectChanges(VcsSupport.java:62)



What's interesting is that I deleted the path "/svn/trunk/SteamAchievements/css", so I'm not sure why its still looking there. I tried rebooting the server and also deleting the agent work directory, but it still gives the same error.

0
3 comments

Hello,

  Looks strange, especially if you really cleaned up the sources.
  Try the following:
  - ensure you don't have SVN externals which point to the deleted path
  - enable SVN debug logging on the server and send us the logs.
  - review you VCS settings (or attach screenshot here).

  Actually, I just tried to checkout from the url http://facebooksteamachievements.googlecode.com/svn/trunk/ with TeamCity and it works just fine:
  Picture 2.png

  Regards,
  KIR

0
Avatar
Permanently deleted user

I enabled the debug logs. I didn't see anything different, just the same error that I already posted.

[2010-04-10 17:54:10,218]  DEBUG -                 javasvn.output - NETWORK: svn: Processing PROPFIND request response failed: Open quote is expected for attribute "language" associated with an  element type  "SCRIPT". (/svn/trunk/SteamAchievements/css)

java.lang.Exception: svn: Processing PROPFIND request response failed: Open quote is expected for attribute "language" associated with an  element type  "SCRIPT". (/svn/trunk/SteamAchievements/css)

 at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:626)

 at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:274)

 at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:262)

 at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:126)

 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:63)

 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:69)

 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getStartingProperties(DAVUtil.java:93)

 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:115)

 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:216)

 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:174)

 at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.checkPath(DAVRepository.java:221)

 at jetbrains.buildServer.buildTriggers.vcs.svn.SvnConnection.getNodeKind(SvnConnection.java:543)

 at jetbrains.buildServer.buildTriggers.vcs.svn.SvnConnection.getFileChanges(SvnConnection.java:513)

 at jetbrains.buildServer.buildTriggers.vcs.svn.SvnConnection.addChanges(SvnConnection.java:274)

 at jetbrains.buildServer.buildTriggers.vcs.svn.SvnSupport.collectBuildChanges(SvnSupport.java:323)

 at jetbrains.buildServer.vcs.VcsSupportUtil.collectBuildChanges(VcsSupportUtil.java:54)

 at jetbrains.buildServer.buildTriggers.vcs.svn.SvnSupport.collectBuildChanges(SvnSupport.java:222)

 at jetbrains.buildServer.vcs.VcsSupport.collectChanges(VcsSupport.java:62)

 at jetbrains.buildServer.buildTriggers.vcs.VcsChangesLoader.collectChanges(VcsChangesLoader.java:202)

 at jetbrains.buildServer.buildTriggers.vcs.VcsChangesLoader.collectBuildChanges(VcsChangesLoader.java:71)

 at jetbrains.buildServer.buildTriggers.vcs.VcsChangesLoader.collectChangesForRule(VcsChangesLoader.java:154)

 at jetbrains.buildServer.buildTriggers.vcs.VcsChangesLoader.collectChanges4CommonCheckoutRule(VcsChangesLoader.java:188)

 at jetbrains.buildServer.buildTriggers.vcs.VcsChangesLoader.loadChangesForRoot(VcsChangesLoader.java:213)

 at jetbrains.buildServer.vcs.impl.VcsManagerImpl.loadChanges(VcsManagerImpl.java:446)

 at jetbrains.buildServer.serverSide.impl.auth.SecuredVcsManager.loadChanges(SecuredVcsManager.java:42)

 at jetbrains.buildServer.vcs.impl.VcsChangesCollectorImpl$3.call(VcsChangesCollectorImpl.java:1)

 at jetbrains.buildServer.vcs.impl.VcsChangesCollectorImpl$3.call(VcsChangesCollectorImpl.java)

 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)

 at java.util.concurrent.FutureTask.run(FutureTask.java:123)

 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)

 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)

 at java.lang.Thread.run(Thread.java:595)

[2010-04-10 17:54:10,218]  DEBUG -                 javasvn.output - NETWORK: svn: Processing PROPFIND request response failed: Open quote is expected for attribute "language" associated with an  element type  "SCRIPT". (/svn/trunk/SteamAchievements/css)

[2010-04-10 17:54:10,218]  DEBUG -                 javasvn.output - NETWORK: svn: Processing PROPFIND request response failed: Open quote is expected for attribute "language" associated with an  element type  "SCRIPT". (/svn/trunk/SteamAchievements/css)

svn: PROPFIND request failed on '/svn/trunk/SteamAchievements/css'



But then I tried deleting the VCS root and then recreating it with the same settings and its been working so far.

0

I'm glad it works for you .
Most likely, there was some syntax error in your VCS root settings.

All the best,
KIR

0

Please sign in to leave a comment.