svn - Sharing source code between machines -
What is the best way to share resources in local machines?
I'm working on a cross platform project with a svn repository, I do a checkout on a platform (maybe OSX), and make changes. It's a pain to manually copy everything from machines or network drives before checking my modified code on other platforms (XP, Vista, ...) ... What are the better options?
You can also create a branch for yourself in SVN. Then you can check in your branch, you can see the branch code on all the test machines, and when you are satisfied, then to merge all the changes in the trunk back to the branch to merge the SVN branch merge tool Use the.
Comments
Post a Comment