I followed the steps to init my google repository and sync to google
code.
The syncing stops on a later revision (220) with the message:

[code]
 svnsync sync https://repo.googlecode.com/svn

svnsync: At least one property change failed; repository is unchanged
ransmitting file data ...svnsync: At least one property change failed;
repository is unchanged
svnsync: Server sent unexpected return value (400 Bad Request) in
response to PROPPATCH request for '/svn/!svn/wrk/ae12e1aa-f994-4382-
b586-b61418edae53/Terrain/ChunkedLODTerrainSystem.h'
[/code]

I have isolated the cause of this issue to be a weird property I have
set on a file:
svn:keywords-Id Revision Date HeadURL

This is not formed correctly, so (I think) the entire string is viewed
as a property name (instead of name value).


However, I also suspect bad XML is being produced, from this erroneous
property. Due to a similar bug I had seen floating around:
[url]http://www.mail-archive.com/[email protected]/
msg29968.html[/url]

I was wondering a few things:

1) How can I delete this property which happens to be on a specific
file?
I have tried:
[code]
 svn propdel "svn:keywords-Id Revision Date HeadURL" --revprop -r 220
ChunkedLODTerrainSystem.h
property 'svn:keywords-Id Revision Date HeadURL' deleted from
repository revision 220

svn propdel  "svn:keywords-Id Revision Date HeadURL" --revprop -r 220
ChunkedLODTerrainSystem.h
property 'svn:keywords-Id Revision Date HeadURL' deleted from
repository revision 220
[/code]

They all look successful but when I do a proplist I get:
[Code]
svn proplist -v -r220 ChunkedLODTerrainSystem.h
Properties on 'file://localhost/home/share/Development/Subersion_repos/
RazzleGameEngine/Terrain/ChunkedLODTerrainSystem.h':
  svn:keywords-Id Revision Date HeadURL

  svn:eol-style
    native
[/code]

So, it doesn't look like it did anything.  Still shows up in svn diff -
r219:220, also.

2) Any other ideas?  How to filter properties out when doing svnsync,
etc?

OS: Ubuntu Linux 10.04
svn version:
svn, version 1.6.17 (r1128011)


Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Project Hosting on Google Code" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

Reply via email to