We're wanting to migrate from Visual SourceSafe to git for our source control, but our repository size seems fairly large (51k files, 51 targets), and when we get to a certain size, PowerBuilder seems to fail under the load.
For example, every time I do a pull against my test git repository, with no more than a single change, I get "Failed to execute task." with no other information.
---------- Source Control
Git pull
Git client is pulling workspace. Please wait...
Importing m_genapp_frame.srm . . .
Compiling types for m_genapp_frame.srm . . .
Regenerating m_genapp_frame.srm . . .
Successful get of D:\app\app.pbl(m_genapp_frame.srm)
Failed to execute task.
Attempting to open the file in the sample above will throw up a weird error, but after restarting PowerBuilder, everything is fine.
Is anyone successfully working with larger repositories in git? Is this a workflow thing where I'm missing a step?