What is a good way to sync code files between computer?
Posted
by erotsppa
on Stack Overflow
See other posts from Stack Overflow
or by erotsppa
Published on 2010-02-20T18:36:28Z
Indexed on
2010/03/27
11:13 UTC
Read the original article
Hit count: 284
I have a need to code from two computers during the week. What is the best way to sync the two computers (mac)? I've started using source control, like SVN. It works pretty good, except sometimes I check in code that I want to sync but they don't compile and it interferes with other people on the team working on the same project.
I don't want to use branch. It wouldn't make sense to branch every night when I head home from office.
© Stack Overflow or respective owner