[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn: Invalid changes line in rev-file

From: Tim Harvey <tim_harvey_at_yahoo.com>
Date: 2004-12-21 02:18:07 CET

Greetings,

I'm trying to evaluate the performance differences in using BDB vs FSFS for my
repository filesystem. I've found that for a particularly large project (90K
files, 300MB) I have, doing an import on a newly created FSFS repository gives
the following error at the end of an import:

$ time svn import . svn://svn/repos-fsfs/test --message "initial import"
svn: Invalid changes ine in rev-file

real 34m53.524s
user 2m12.190s
sys 0m18.040s

Incidently, the repository apparently is not complete when this occurs.

Importing the same project in a BDB repostory works fine:

$ time svn import . svn://svn/repos-bdb/test --message "initial import"
svn: Invalid changes ine in rev-file

real 49m11.243s
user 2m15.340s
sys 0m20.830s

The version of the client software is:
$ svn --version
svn, version 1.1.1 (r11581)
   compiled Oct 23 2004, 04:56:26

The version of the server software is:
$ svn --version
svn, version 1.1.1 (r11581)
   compiled Oct 23 2004, 05:28:31

Any ideas whats going on here? I've done some testing with FSFS on much
smaller projects and have not had any problems, but this makes me wonder if I'm
setting my self up for future corruption for those projects.

Thanks for any guidance,

Tim Harvey

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 21 02:40:46 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.