I'm building a subversion server for my company on ec2.
I'm installing an ubuntu image on an ebs instance, and I'll create another ebs volume for storing all the data (as the image of the server should not hold the data itself, only a configured server).
Which filesystem should I use on the EBS volume that will hold the svn data (and probably other data as well) ?
Thank you.