svndb文件在哪里?

svndb文件在哪里?,svn,Svn,我使用下面的命令创建repo svnadmin create ./repo/big_repo svn checkout file:///repo/big_repo cd big_repo && dd if=/dev/zero of=500MB bs=1m count=500 svn add 500MB && svn commit -m "big file" 我检查了loca文件大小usedu-m big_repo为1001MB,但为什么repo/big_repo

我使用下面的命令创建repo

svnadmin create ./repo/big_repo
svn checkout file:///repo/big_repo
cd big_repo && dd if=/dev/zero of=500MB bs=1m count=500
svn add 500MB && svn commit -m "big file"
我检查了loca文件大小use
du-m big_repo
为1001MB,但为什么repo/big_repo remote repo没有任何文件更改


SVNDB文件存储在哪里?tks

查看
大型回购/db
目录。例如,
big_repo/db/revs/0
将包含一个版本一个版本的更改(但不要期望有500MB的更改-它将被压缩)