Closed AndrewEdmonds11 closed 10 years ago
Using the command: git log --diff-filter=D --summary
, I found that the configure files were deleted at commit 5cca861bea2a97d758fc2d709130bbd777edae30.
I will now find a way to resurrect them
Well, that was nice and easy: git checkout 5cca86^ -- configure/AlCap*
I move configure files to another repository cause I thought it would be better to separate the working directory from the simulation tookit. https://github.com/wuchen1106/alcap Shall we put it back?
Oh I see, there's a whole other repository for it.
I think it's fine for the g4sim repository in alcap-org to have those files in since we are unlikely to be running in very different configurations.
Are the files in the other repository different to the ones that were deleted? I'm just thinking of the easiest way to get them back. The command in my previous comment is really easy but if there's been a few changes then we should find another way.
Also, one final question, how does g4sim know where these configure files are? Will we need to change anything now that we are moving them back inside?
Sorry Andy I didn't get the point of refork at first so I actually modified the structure and configuration files as well. I'm happy to put them back. Wait a sec.
Thanks, Chen :)
The only reason I reforked was because I saw that you had made a few more changes which I guessed were improvements and so I decided to refork.
You are right! I thought that we will keep using my g4sim repository so I separate the configuration files apart. Now I understand.
Added back.
So in my haste to delete the old version, it seems that the AlCap configure files are not in the latest commit. The configure/ directory must have been removed at some point so I till try and track down the latest versions of those