I have tried to test a few Open source codes. The problem is that these projects changes rapidly such that my code is daily old.
For example, I started yesterday to test the code at. The code at my server is already old. The problem is that all changes which I have done are not included in the newest code when I upload their branch to my server.
Perhaps, it possible to somehow rebase their newest code to my branch by Git. Their code is controlled by SVN.
How can you include the newest changes of the original project to my branch?