Leeds-MONC / monc

MONC (Leeds fork)
BSD 3-Clause "New" or "Revised" License
5 stars 18 forks source link

Add script and for for accessing MOSRS branches #18

Open leifdenby opened 4 years ago

leifdenby commented 4 years ago

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.

leifdenby commented 4 years ago

@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!

sjboeing commented 4 years ago

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.

leifdenby commented 4 years ago

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

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 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

I'll give that a try with the branches/dev/annebarber/r6102_bob_test branch on MOSRS. It should work I think