Search Results

1
vote

What is the best solution for maintaining backup and revision control on live websites?

rsync will only upload the differences. I haven't personally used it, but Mark Pilgrim wrote a long time ago about how it even …
0
votes

Do you continue development in a branch or in the trunk?

For me, it depends on the software I'm using. Under CVS, I would just work in "trunk" and never tag/branch, because it was really painful to do otherwise. In SVN, I would do my "bl …