mac
mac

Reputation: 504

What does FSFS stand for as related to subversion?

I have scoured the internet looking for a clear answer and cannot find one. What does it stand for? I am currently trying to set up a new repo for our development team and I would like to know what this term means.

Upvotes: 5

Views: 5230

Answers (2)

Blair Zajac
Blair Zajac

Reputation: 4625

FSFS stands for a "filesystem atop of the filesystem" or in the original Subversion 1.1. release notes when FSFS was released, "...a Filesystem implementation that uses the OS filesystem to store data".

Upvotes: 6

thekbb
thekbb

Reputation: 7924

I think it's File system file system - which seems silly. the red book don't actually define it

Upvotes: 2

Related Questions