You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tim Dalsing <td...@sprynet.com> on 2005/03/17 18:44:39 UTC

checksum error on html file checkin

I am getting a checksum error when attempting to commit a modified HTML 
file.  The HTML file is generated from the javadoc tool, so the file is 
replaced each time.  The file contents are the same, but the file is 
replaced due to the fact that the build removes the generated files 
prior to running the javadoc tool.  The build ignores the .svn 
directories when it removes the generated files.

When I do a commit, svn complains about the checksum.  This only occurs 
if the file is regenerated, rather than simply modified.  If I modify 
the HTML files using a plain text editor, then the error does not 
occur.  This error does NOT occur for the JAR files, which are also 
replaced rather than updated.

The contents of the generated files have not changed, although the 
javadoc tool puts a comment in the file that includes a timestamp that 
changes each time.

Any help is appreciated,

Tim.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org