I have been trying to solve this problem on my own. However I did not find a solution that really works. All my attempts ended with conflicts, many rebases, etc. etc.
So, I have the following setup:
Git is my main CVS for all my projects.
For one of the projects I am using the wp7 silverlight toolkit from codeplex.com. However for my project I need to change some lines of code in the toolkit.
So, I would like to have the following scenario:
- In Git I would need to have a clone of the SVN repo from codeplex. So, I could easily work on it.(Btw the SVN repo is read-only)
- However, from time to time I would need to fetch the latest updates from the SVN repo.
How can I accomplish this scenario?
Thank you for your help!
git-svnand make a separate repo for the Silverlight toolkit, and then in your Git repo use it as asubmodule.