Backing up locally modified and new source files

Posted by eran on Stack Overflow See other posts from Stack Overflow or by eran
Published on 2010-03-31T14:59:32Z Indexed on 2010/03/31 15:03 UTC
Read the original article Hit count: 239

I'm wondering how other programmers are backing up changes that are not under source control yet, be it new files or modified ones. I'm mostly referring to medium size jobs - hardly worth the effort of making a private branch, but taking more than a day to complete.

This is not a vendor-specific question - I'd like to see if various products have different solutions to the problem. I'd appreciate answers referring to SVN and distributed SCCs, though. I'm mostly wondering about that latters (Mercurial, GIT etc.) - it's great that you have your own local repo, but do you back it up on a regular basis along with your source files?

Note - I'm not asking about a general backup strategy. For that, we have IT. I'm seeking the best way to keep locally modified stuff backed-up before they are checked back into the main repo.

© Stack Overflow or respective owner

Related posts about source-control

Related posts about svn