David wrote:
> I keep getting the following error when trying to commit a modified
> image file to Subversion:
>
> Commit
> Clients\USCOST\dev\Success\Enterprise\8.1\App\Success\App_Themes\Black
> \images\Account.jpg
> Commit failed (details follow):
> At least one property change failed; repository is unchanged
> Server sent unexpected return value (400 Bad Request) in response to
> PROPPATCH
> request for '/svn/Success/!svn/wrk/09d36451-6082-914f-
> b1a4-58d1a8f1f084/Enterprise/App/trunk/Success/App_Themes/Black/images/
> Account.jpg'
>
> The event log has:
> XML Parser Error: XML parser error code: not well-formed (invalid
> token) (4)
>
> Does anyone have any ideas what could be causing this and/or how to
> work around it.
* check the property values on that file: they should not have any < or
> in them (Subversion tries to escape those sequences, but sometimes
fails to do so properly because in some rare cases, it's simply not
possible)
* make sure no virus scanner/firewall is interferring (disable them and
try the commit again, but make sure they're *really* disabled)
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-11-06 18:13:45 CET