以下のコマンドでリポジトリ使用を作成します。
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ファイルサイズの使用du -m big_repo
が1001MBであることを確認しましたが、なぜrepo / big_repoリモートリポジトリでファイルが変更されないのですか?
svn dbファイルストアはどこにありますか?tks