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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -