Add script and for for accessing MOSRS branches#18
Add script and for for accessing MOSRS branches#18leifdenby wants to merge 3 commits intoLeeds-MONC:masterfrom
Conversation
Provide a utility script with the Leeds fork of MONC to easily add a remote SVN branch on MOSRS to the local git repository so that changes (from trunk or other branchas) can easily be pulled in.
|
@craigpoku and @stevenleeds I just added a bash script to make it easy to add a MOSRS remote branch and work with it. Could you give it a quick try please and let me know if you have any issues? Thanks! |
|
Thank you for setting this up Leif. It is really nice to be able to check out the MOSRS trunk branch like this. It may be good to add to the documentation that git-svn requires installation, and that you may find yourself in the master branch if the command fails for some reason. I was wondering if it is possible to get a hold of old branches: I have been trying to get a hold of "branches/dev/annebarber/r6102_bob_test" (using ./misc/add_mosrs_remote.sh annebarber-bob_test annes_bob_test_branch) for example but this did not work for me. Let me know if you have any thoughts on this: even without the capability to check out older branches this would be nice to have. |
You suggesting adding this to README.md right? Maybe you can suggest what you would write? :) Then I have a better idea of what you mean
I'll give that a try with the |
…s_remote_script
I wasn't correctly referring to the remote branch and so the wrong branch was being fetched from MOSRS.
Provide a utility script with the Leeds fork of MONC to easily add a
remote SVN branch on MOSRS to the local git repository so that changes
(from trunk or other branchas) can easily be pulled in.