Questions tagged [fsfs]

FSFS is a Subversion default filesystem implementation.

FSFS (pronounced as eff-ess-eff-ess) is the name of a default filesystem implementation. It stores data in ordinary flat files, using a custom format.

53 questions
2
votes
1 answer

Obtain SubVersion 1.4 executables for Windows

I need to work with an old repository, whose db/format contains 2 From this question, I understand that this means it's version 1.4. I have only 1.5 executables, which produce a db/format containing 3 layout sharded 1000 I've tried to use the 1.5…
dcw
  • 3,481
  • 2
  • 22
  • 30
2
votes
1 answer

svn-bench and fsfs-stats binary usage

I looked upon the svn-bench and fsfs-stats binary tools in SVN 1.8 as mentioned in http://subversion.apache.org/docs/release-notes/1.8.html#new-tools But I'm unable to use it through command line client. I'm currently using SVN 1.8.9. Is there any…
Coolbreeze
  • 906
  • 2
  • 15
  • 34
2
votes
1 answer

svn subversion Commit Failed Can't remove repoPath/db/transactions/nnn.n.txn/transactions

I'm getting a strange error Can't remove 'repoPath/db/transactions/96479-3.txn/transactions' when I try to commit to the repository. The commit actually does occur for both add and update of a file, but the client does not get updated to know the…
2
votes
2 answers

SVN ls command super slow

How can it be that svn ls -v needs ~250 longer than a normal svn ls? It does not seem to matter which transport i am using even with file:// schema it's no difference. I also tried enabling memcached, but no improvements either. The funny thing is…
parceval
  • 370
  • 4
  • 9
1
vote
3 answers

Which subversion file system to use on CentOS5?

I can either use Berkeley DB or FSFS, which one should I use? I'll also be using the repositries on my windows XP machine with TortoiseSVN
Ali
  • 261,656
  • 265
  • 575
  • 769
1
vote
1 answer

Dealing with multiple svn corruptions over multi-year period

To start with, I have already read various postings on dealing with what seem like relatively small SVN corruptions. I am posting this because we are concerned that the sheer number of corruptions implies our methodology is flawed or alternatively…
lmgtfy
  • 11
  • 1
1
vote
1 answer

Subversion 1.9 - missing FSFS 7

im using Subversion Edge 5.1.4 with Subversion 1.9. The top-reason for using Version 1.9 is the new FileFormat Version 7 (better performance). But every time i create a new repo oder load a dump from an old one (with FSFS 4) - it only makes FSFS…
the-driver
  • 23
  • 2
1
vote
1 answer

Collabnet Subversion upgrade path from version 1.6.2 - using FSFS format

We use Collabnet Subversion and are on version 1.6.2, with FSFS format repository. On Windows 2003 server. Can I upgrade to Subversion Edge and still keep my existing FSFS repositories? I'm hoping that the answer is an "obvious yes", but I can't…
Peter
  • 1,292
  • 4
  • 15
  • 33
1
vote
2 answers

DELTA versus PLAIN in revision logs

I've searched the web and not come up with a good answer to this, but for some reason (after upgrading to TortoiseSVN 1.9.0?) my Subversion revision log file format has changed, which is confusing the Jenkins SVN plugin, and I am confused as to…
Ken Y-N
  • 14,644
  • 21
  • 71
  • 114
1
vote
1 answer

SVN Repository Restore message "failed to load module for fs type 'bdb'"

I was using Visual SVN Server 2.X , but due to virus i lost my windows. after new installation when i try to connect existing repository with new Visual SVN Server 3.x i got an error "failed to load module for fs type 'bdb'".after searching alot i…
Ihsan chahi
  • 307
  • 2
  • 9
  • 23
1
vote
1 answer

Where on the server are the svn folders I checked in?

Trying to understand something. I created a d:\svn\repository on my server. I committed folders but when I go back to d:\svn\repository I do not see them. Are they all in a database? Will all my repositories go in that main folder and svn tracks…
johnny
  • 19,272
  • 52
  • 157
  • 259
1
vote
0 answers

Subversion commit fails on cygwin (FSFS backend only)

I'm trying to create a Subversion repository on Cygwin, but I'm unable to add any content. When I try to commit, I get the error "svn: E160004: Invalid changes line in rev-file". Here's my workflow: Create a new repository svnadmin create…
Jonathan
  • 1,163
  • 7
  • 12
1
vote
1 answer

corrupted svn repository with "serialized hash missing terminator" error

I have a local subversion repository. I am trying to convert it to Mercurial. In the process I discovered that repository is corrupted. I have tried the following svnadmin verify - confirmed that repository is corrupted at revision 1265. The verify…
Nitin Bhide
  • 1,685
  • 14
  • 15
1
vote
2 answers

Does SVN Merge Save Disk Space?

The SVN book describes deltification as "each time a new version of a file is committed to the repository, Subversion encodes the previous version (actually, several previous versions) as a delta against the new version." This collab.net blog…
Knobbywheels
  • 213
  • 1
  • 2
  • 6
1
vote
0 answers

svnadmin not creating correct repository version

I created an SVN repository with svnadmin 1.7.7, but the repository format is wrong. I end up getting svnadmin: E165005: Expected repository format '3' or '5'; found format '12' when I try to load the repository. $ /svr/svn/repositories> ls -l…
Andrew
  • 83
  • 9