Search found 13 matches

by morganhancock
Thu Mar 16, 2017 8:37 am
Forum: Source Control
Topic: GIT Repository with multiple projects
Replies: 11
Views: 13233

Re: GIT Repository with multiple projects

Hi there Morgan, love to hear about your workflow for Git. I started with Git at another company where they were determined to bind and stay bound to Git through Flare despite all issues. I want to use Git and I don't want to be bound and I was hoping you could give me some tips on workflows. Thank...
by morganhancock
Thu Mar 16, 2017 7:42 am
Forum: Source Control
Topic: GIT Repository with multiple projects
Replies: 11
Views: 13233

Re: GIT Repository with multiple projects

If you use standard Git tools, the question of how you group one or more projects into a repository is more how you need to branch. The approach that worked best for me and my teams was to create repos based on how product was released and doc outputs published. Think about how you need to build an...
by morganhancock
Fri Sep 09, 2016 6:51 am
Forum: Source Control
Topic: Flare 12, GIT, and importing
Replies: 7
Views: 7688

Re: Flare 12, GIT, and importing

My team follows GitHub flow (you can find a good article about it here: http://scottchacon.com/2011/08/31/github-flow.html ). We don't work directly in the Master branch. We want Master to always be safe to publish from, so anything in Master is complete and publication-ready. This means that we can...
by morganhancock
Wed Sep 07, 2016 12:20 pm
Forum: Source Control
Topic: Flare 12, GIT, and importing
Replies: 7
Views: 7688

Re: Flare 12, GIT, and importing

What type of transport protocols are set up on that server? Do you have read/write access to the repo? Flare is telling you that it cannot locate that Git repo or the project file... I'm not sure which since Flare's error message isn't clear (the error message makes it seem like it's looking for a f...
by morganhancock
Wed Sep 07, 2016 11:05 am
Forum: Source Control
Topic: GIT Repository with multiple projects
Replies: 11
Views: 13233

Re: GIT Repository with multiple projects

You can't use the full power of Git from Flare. Most (if not all) graphical user interfaces designed just for Git don't expose all of the commands and uses of Git, so I definitely don't expect Flare to encompass more than the Git-specific tools! I highly recommend using source control outside of Fla...
by morganhancock
Thu Sep 01, 2016 12:37 pm
Forum: Source Control
Topic: Modifying network settings for Git - where are they stored?
Replies: 2
Views: 2478

Re: Modifying network settings for Git - where are they stor

I'm not sure how to help with the firewall issue and I don't know where the network settings are stored for a Flare project bound to Git, but... Have you resetting to the last commit before you set up the proxy server? That should undo the setting you cannot delete, unless this setting isn't being t...
by morganhancock
Thu Sep 01, 2016 12:24 pm
Forum: Source Control
Topic: GIT Repository with multiple projects
Replies: 11
Views: 13233

Re: GIT Repository with multiple projects

My Git repositories contain 3 Flare projects with no issues. However, I don't use Flare's Git integration.
by morganhancock
Thu Sep 01, 2016 7:44 am
Forum: Flare's General Discussion
Topic: OS agnostic Flare document collaboration?
Replies: 12
Views: 6195

Re: OS agnostic Flare document collaboration?

Also, to work with my SMEs, I have to use some programs that are OSX-only, so I now have to juggle two computers. Flare is the only reason I have to use a Windows machine.
by morganhancock
Thu Sep 01, 2016 7:38 am
Forum: Flare's General Discussion
Topic: OS agnostic Flare document collaboration?
Replies: 12
Views: 6195

Re: OS agnostic Flare document collaboration?

I'm dying for this feature... at a minimum I need to compile a project on a Unix machine. At my company, R&D is entirely Mac/Linux, except for the technical writers using Flare! As we more closely align with the R&D's best practices, workflow, and tools, this limitation of Flare has caused s...
by morganhancock
Wed Mar 23, 2016 12:16 pm
Forum: Web-based Outputs
Topic: Very large product suites with TopNav HTML5
Replies: 9
Views: 2657

Re: Very large product suites with TopNav HTML5

Thanks, David! That worked perfectly!
by morganhancock
Wed Mar 16, 2016 10:16 am
Forum: Styles, Stylesheets and XML
Topic: Need CDATA basics, want to prevent CDATA auto-insertion
Replies: 3
Views: 1942

Re: Need CDATA basics, want to prevent CDATA auto-insertion

I would like to know this as well. I think <![CDATA[ ]]> is causing some errors in our topics...
by morganhancock
Tue Mar 08, 2016 10:53 am
Forum: Web-based Outputs
Topic: Very large product suites with TopNav HTML5
Replies: 9
Views: 2657

Re: Very large product suites with TopNav HTML5

@Bunnycat did you ever find a solution? Could you share the solution the other teams in your org used? I'm trying to add a second navbar as well... I'm not afraid of hand coding it, but I'm not sure where to place it in the master pages so that it appears above Flare's navbar. And if I don't place i...
by morganhancock
Wed Mar 02, 2016 9:09 pm
Forum: Web-based Outputs
Topic: Build Primary - Looks exactly like the default Flare Project
Replies: 10
Views: 2457

Re: Build Primary - Looks exactly like the default Flare Pro

What work had you done? What files did you work on? Did you modify the skin or target?