Benjamin Rubin

Forum Replies Created

Viewing 3 replies – 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: Version control #83873
    Benjamin Rubin
    Participant

      Certainly a late reply to this thread, but I wanted to mention my own solution to all this.

      When I started to look into vcs support for our Cloverleaf environments, there was no such option in the GUI itself for this.  I knew that my team would be resistant to any development workflow changes. The way we do development currently is with a single test site environment that we all share.  Sure, managing locks is annoying, but not terrible.  There are only three of us total.

      Anyway, what I ended up setting up was a simple script that performed a daily automated commit. I also parse out the netconfig into separate files for each thread, so looking at diffs is a lot more managable.  I know this really isn’t a real solution to version control, but it gives me a good overview of what is changing and when.  

      It all gets pushed to an internal GitLab server as well.

      in reply to: smatdb Schema #81821
      Benjamin Rubin
      Participant

        Perfect.

        Thanks!

        in reply to: File not getting created on thread restart #69314
        Benjamin Rubin
        Participant

          Sam Craig wrote:

          Hey Benjamin,

          I had the same problem and had to add the below code to my script to

          get the file creation to work.

        Viewing 3 replies – 1 through 3 (of 3 total)