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 External dependencies with git (Read 1871 times)
chris52
Junior Member
**
Offline


Posts: 47
Joined: Jan 9th, 2017
External dependencies with git
Jan 16th, 2017 at 11:28pm
Print Post  
I'm trying to upload my new project to GitHub, but getting "The current solution has projects that are located outside the solution folder......". I've checked and all my 'own' files are in the same folder; I assume that the message refers to all the arduino header files in the dependencies. What's the best way of dealing with this - should I just include the dependency folder(s) in 'gitignore'?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: External dependencies with git
Reply #1 - Jan 16th, 2017 at 11:33pm
Print Post  
That is a very common error with source control and unrelated to Arduino. 

Source control never likes files from a different location because it means you can never use the source on a different machine or a copy of the source in a different folder on the same machine.



  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint