3
votes
1answer
138 views

Is there an appropriate filesystem to store many duplicate files?

I have a bunch of different versions of source codes to manage and have to store them locally. So, here comes the problem: How may I store them without using too much disk space? I am not using ...
3
votes
1answer
1k views

How to convert TortoiseSVN to TortoiseGit

I am currently using TortoiseSVN for version control. I want to convert to Git so I though TortoiseGit would be the easiest move. How do I convert my repository to a Git one while preserving all ...
0
votes
1answer
32 views

I want to create a versioned profile directory on WinXP. Is a DVCS the best way to do that?

I want my Windows XP profile directory (C:\Documents and Settings\) to be versioned, like with Vista Shadow Copies. What's the best way to accomplish this? Would putting the whole thing under a DVCS ...