fsfs
Migrating Subversion Repositories across servers
We\'re in the process of moving servers and one of the last items is moving over the svn repositories.[详细]
2023-04-11 14:17 分类:问答How can I determine whether a Subversion repository was created with a BDB or fsfs backend?
开发者_C百科If you arrive at a pre-existing Subversion repository, how can you determine whether it was created with a BDB or fsfs backend storage method?Open the file repository\\db\\fs-type with a t[详细]
2023-03-08 10:25 分类:问答Which subversion file system to use on CentOS5?
I can either use Berkeley DB or FSFS, which one shou开发者_JAVA百科ld I use? I\'ll also be using the repositries on my windows XP machine with TortoiseSVNFSFS is the \"new better\" file system for SVN[详细]
2023-02-17 08:14 分类:问答Subversion Can't read length line in file
When I commit I had no error. Now I tried to check out and I got this error Ca开发者_高级运维n\'t read length line in file \'c:\\svn\\db\\revs\\0\\14\'[详细]
2023-02-04 21:52 分类:问答350GB SVN repo creates atleast 1MB revision for even a simplest task like branch/tag
This all started when I noticed that my repository size is incr开发者_运维技巧easing at a daily rate of 1GB.[详细]
2023-01-19 19:24 分类:问答Subversion FSFS - how are revisions stored in the repository?
I\'d like to underst开发者_运维问答and how subversion stores revisions in FSFS, and how a view/shapshot is constructed for a given revision number.[详细]
2023-01-16 01:45 分类:问答How exactly does subversion store files in the repository?
I read the subversion book and it is clear to me that subversion does not store individual files but only deltas in order to minimize disk space. Subversion also does the same with binary files as wel[详细]
2022-12-21 09:24 分类:问答How to identify and potentially remove big binary commits inside an SVN repository?
I am working with an SVN repository that is over 3 years old, contains over 6,100 commits and is over 1.5 GB in size.I want to reduce the size of the SVN repository (I\'m not talking about the size of[详细]
2022-12-19 06:35 分类:问答Does SVN Merge Save Disk Space?
The SVN boo开发者_StackOverflow社区k describes deltification as \"each time a new version of a file is committed to the repository, Subversion encodes the previous version (actually, several previous[详细]
2022-12-10 23:16 分类:问答