Menu

Home

smiz

Adevs is a C++ library for building discrete event simulations. Adevs based on the Discrete Event System Specification (DEVS) and Dynamic DEVS modeling formalisms; it supports parallel discrete event simulation and a runtime system for OpenModelica.


Project Admins:


Discussion

  • Lee Van Dyke

    Lee Van Dyke - 2020-04-12

    Hi, I've started porting this to Fedora 31 and would like hand-holding as to host on github. Don't know svn and barely know git.
    Your git page looks inactive as the last update shows 2015?
    Thanks in advance,
    Lee

     
    • smiz

      smiz - 2020-04-13

      Thanks for your interest. At one time, I maintained a git repository
      for this project, but you are right that it hasn't been updated in a
      long time. For what it might be worth, this will create a new git
      repository from the subversion one.

      git svn clone https://svn.code.sf.net/p/adevs/code/trunk adevs-code

      From there, you can use

      git svn fetch

      to get fetch updates from the svn repository into your git repository.

      I used to have the synchronization with github working automatically,
      but that appears to be broken. I'll look into a bit more when I get a
      chance.

      Jim

      I have not looked into syncing in the other direction. If you do
      update the code from git, please let me know so I can roll in the
      changes.

      Here is the script:

      On Sun, Apr 12, 2020 at 2:42 PM Lee Van Dyke
      flintjr@users.sourceforge.net wrote:

      Hi, I've started porting this to Fedora 31 and would like hand-holding as to host on github. Don't know svn and barely know git.
      Your git page looks inactive as the last update shows 2015?
      Thanks in advance,
      Lee


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/adevs/wiki/Home/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

Log in to post a comment.