cchdo / libcchdo

Other
0 stars 1 forks source link

Fetch Q files from multiple cruises in one UOW #60

Open DocOtak opened 11 years ago

DocOtak commented 11 years ago

Original report by Carolina Berys-Gonzalez (Bitbucket: cberysgo, ).


for example in P02 2013 the files came separated by 2 legs, so being able to fetch both and combine them, then commit and bot are marked as merged.

DocOtak commented 11 years ago

Original comment by myshen (Bitbucket: myshen, GitHub: myshen).


err...isn't this possible? Use multiple Q ids?

DocOtak commented 11 years ago

Original comment by Carolina Berys-Gonzalez (Bitbucket: cberysgo, ).


It is??? Damn you're good.

DocOtak commented 11 years ago

Original comment by myshen (Bitbucket: myshen, GitHub: myshen).


I think so. Try it and let me know?

DocOtak commented 11 years ago

Original comment by myshen (Bitbucket: myshen, GitHub: myshen).


It would be good to allow Q files from multiple cruises. In that case, fetch should download both cruises' original and online files into subdirectories of original and online. e.g

1.online
    expo0
    expo1
2.original
    expo0
    expo1

What remains to be considered is the commit action. Which cruise should the commit go to? Do both cruises get the same commit history?