Currently I'm using Subversion for keeping source changes centralized and also as a single point of backup. All users commit changes to the server and the server is backed up.
I'm wondering how something like Mercurial would work in a similar deployment? Since it's decentralized how do I get a solid backup for the entire system? I admittedly don't know anything about Mercurial, so I'm looking for some guidance on how its typically deployed? Do I misunderstand its use case?
I guess what I'm really after is how do I get a central copy for backup purposes if I convert to mercurial?