Automating upload to source control

This forum is for all Flare issues related to using Source Control.
Post Reply
TroyWells
Propeller Head
Posts: 58
Joined: Sat Feb 04, 2006 5:27 am

Automating upload to source control

Post by TroyWells »

I know how to automate a command line build and/or publish with multiple projects. However, I have a situation where I want to similarly upload changed files to source control, in this case MadCap Central.

I thought about doing it as a standalone line in a .bat file, but don't know if that is possible and what the syntax.

Similarly, I have thought about including it in the target as a post-build event. That way, I could use my .bat file and the upload would happen as part of the build, but again, I have not had success in finding if this is possible and what the syntax would be.

Do any of you have ideas on how either of these options would work or have another idea?

Thanks!!
Psider
Propellus Maximus
Posts: 815
Joined: Wed Jul 06, 2011 1:32 am

Re: Automating upload to source control

Post by Psider »

I think I read that Central is based on Git, so the syntax could be similar. I don't have any experience either way, though, sorry.
Post Reply