Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Files and folder to keep under revision control (Read 1389 times)
Marco2
Junior Member
**
Offline


Posts: 48
Joined: Feb 1st, 2013
Files and folder to keep under revision control
Jan 10th, 2019 at 8:40pm
Print Post  
Hi,
I have all of my code saved into a git repository. Now I'm saving only the file .ino with the sketch.

I would like to put under revision control also the Visual Studio solution file (.sln and .vcxproj) and any other file where visual micro save its configuration for the project, like board setting configuration and other useful.

Many t henks in advance for reply.

Marco
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Files and folder to keep under revision control
Reply #1 - Jan 11th, 2019 at 5:35pm
Print Post  
I don't think I understand the question. Visual Micro uses standard visual studio project and also has the __vm folder for settings below your project. These are all external files below the project and it is up to you what you check-in to git.
  
Back to top
WWW  
IP Logged
 
Marco2
Junior Member
**
Offline


Posts: 48
Joined: Feb 1st, 2013
Re: Files and folder to keep under revision control
Reply #2 - Jan 11th, 2019 at 6:56pm
Print Post  
Hi,
I would like to put under git all file needed by the project, but for example not the build folder (Release/??) or any other temporary or unuseful file. 
Looking at folder structure, seems __vm and all standard solution files will be enought. 

Thanks
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Files and folder to keep under revision control
Reply #3 - Jan 12th, 2019 at 12:31pm
Print Post  
You can change the final build output to be a folder below your sketch and also include libraries as shared projects in the solution.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint