alcap-org / g4sim

Simulation toolkit based on Geant4 and ROOT
http://wuchen1106.github.io/g4sim/
2 stars 2 forks source link

Lost the Configure Files #3

Closed AndrewEdmonds11 closed 10 years ago

AndrewEdmonds11 commented 10 years ago

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

AndrewEdmonds11 commented 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

AndrewEdmonds11 commented 10 years ago

Well, that was nice and easy: git checkout 5cca86^ -- configure/AlCap*

wuchen1106 commented 10 years ago

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?

AndrewEdmonds11 commented 10 years ago

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?

wuchen1106 commented 10 years ago

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.

AndrewEdmonds11 commented 10 years ago

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.

wuchen1106 commented 10 years ago

You are right! I thought that we will keep using my g4sim repository so I separate the configuration files apart. Now I understand.

wuchen1106 commented 10 years ago

Added back.