Bug Issue with updating scripts from Github?

fewyn

Administrator
Staff member
So I tried to install autoscend in a ubuntu vm to see if maybe there's something about my desktop configuration but i get this error while on my windows10 install it installs the latest but won't update in mafia... if I look in the tortoise svn log it won't let me see anything beyond May 15th... but if I do a svn log command from the command prompt it DOES show the latest commits from the 15th of June.

1623949906543.png


1623950179050.png


Could this maybe have to do with the version of SVN we're using in Mafia?
 

MCroft

Developer
Staff member
Could this maybe have to do with the version of SVN we're using in Mafia?

It could, but it’s mostly based on underlying libraries.

I’m really hoping this turns out to be resolved by not trying to check out subdirectories or branches on GitHub. This error is not just not-new, it’s ancient. They haven’t fixed it yet. I think PM+ is looking Into a different branching strategy for releases that won’t use the broken thing.

alternatively, we could just integrate Jgit and let them use git natively.
 

Malibu Stacey

Active member
alternatively, we could just integrate Jgit and let them use git natively.
Honestly I think this is the correct solution. Git/Hub isn't going to go away, if anything fewer scripts are likely to be hosted in SVN rather than Git over time and if having a Git native library handle scripts hosted in Git repositories makes life easier for everyone it sounds like the best choice to me.
 
Top