Checksum error through RA_DAV on Win2K, with binary file
From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-05-18 06:18:33 CEST
Hello guys,
I believe I found an obscure bug somewhere deep in RA_DAV. I might be
I downloaded a fresh copy of JUnit from SourceForge's download servers.
I added the junit.jar to a working copy, and I committed.
When I tried to later checkout trunk/ on this project, SVN stopped while
I browsed the repository and downloaded the file through the HTTP
So, I started investigating...
D:\httpd>svn --version
D:\httpd>rm -rf bin-repos
D:\httpd>svnadmin create bin-repos
D:\httpd>cd ..
D:\>svn co file:///httpd/bin-repos wc <--- Tried with ra_dav, same
D:\>cd wc
D:\wc>copy "C:\...\junit3.8.1\junit.jar"
D:\wc>copy "C:\...\junit3.8.1\src.jar"
D:\wc>copy "C:\...\junit3.8.1\cpl-v10.html"
D:\wc>dir
Répertoire de D:\wc
2003-05-18 00:01 <REP> .
D:\wc>svn add junit.jar src.jar cpl-v10.html
D:\wc>svn commit -m ""
D:\wc>cd ..\
D:\>svn co file:///httpd/bin-repos ra_local-wc
D:\>svn co svn://localhost/bin-repos ra_svn-wc
D:\>svn co http://localhost:5649/bin/repos ra_dav-wc
Please note that I tried twice: Initial checkout/commit through ra_local
Since I can only reproduce that problem with the junit.jar, it might be
So, I am running Apache 2.0.45 (MSI installer), SVN 0.22.2 (r5918), Win
Thanks !
-- Francois Beausoleil Developer of Java Gui Builder http://jgb.sourceforge.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun May 18 06:19:21 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.