/t5/robohelp-discussions/merged-sub-projects/td-p/899196Dec 10, 2008
Dec 10, 2008
Copy link to clipboard
Copied
Working from Peter's excellent presentation on making
webhelp, you'd have a parent folder and a child folder containing
your sub-projects. Could one of those sub-projects itself be a
parent which is calling on sub-sub-projects?
Well, you can add files to a project in source control from
the command line, although my experience with adding files using
the RoboSource Control rather than RoboHTML has been less than
encouraging.
Thanks for your help, you've saved me many hours down a long
dark road.
We've been working on migrating from compiled help to
webhelp. One of the biggest bottlenecks is that we have 13k+
message files that need to be accessible from Help. These message
files are text files using HTML tagging created by engineers and
reviewed by a writer but not really managed like the rest of our
Help. Currently the message topics are generated via script and
compiled as a .chm with a single landing page containing an
alphabetical list.
My idea was that a project containing the landing page would
be the message sub-master project and I would find some way to
chunk the messages into the sub-sub-projects. I could then call the
message sub-master just like any other merged project, which could
in turn call the sub-sub projects as needed.
What I'm trying to avoid is having a single project with 13k+
files. Next release it will be 13.5k, 14k, etc.
I'd also like to know if there is a way to add files to a
project from the command line with that project being under source
control.
To the best of my knowledge the command line can only be used
to generate what is in the project, not add to it. Combine that
with the fact that a merge within a merge is a nightmare, if not
impossible, and it looks like you really need to be reconsidering
the approach.
Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Well, you can add files to a project in source control from
the command line, although my experience with adding files using
the RoboSource Control rather than RoboHTML has been less than
encouraging.
Thanks for your help, you've saved me many hours down a long
dark road.