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 Building a new version of a program (Read 3246 times)
SuperCartman25
Newbies
*
Offline


Posts: 4
Joined: Dec 29th, 2014
Building a new version of a program
Jan 6th, 2015 at 3:13pm
Print Post  
Hello all, I am in the process of working on a project, and I want to begging a new version every time I make major changes. But I am having problems going from "xxxv1_1" to "xxxv1_2" without renaming everything. I was wondering fi there was any shortcut to keeping track of versions of a software as I imagine it is something programmers must do everyday.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Building a new version of a program
Reply #1 - Jan 6th, 2015 at 3:24pm
Print Post  
Hi,

If you are using Visual Studio you can use the git source control. I think atmel also has an extension for this but I am not entirely sure.

Another less clever but easier way can be to just copy the sketch folder and paste it into a backup/ver_x folder 

I also should say that I have been giving this some thought recently after a few other similar questions. I am wondering if Vm could automatically backup sketches or provide a button that quickly makes a copy into a time/dated folder.

Hope that helps
  
Back to top
IP Logged
 
SuperCartman25
Newbies
*
Offline


Posts: 4
Joined: Dec 29th, 2014
Re: Building a new version of a program
Reply #2 - Jan 6th, 2015 at 3:35pm
Print Post  
Yeah that is great thank you. I am using atmel I will check to see if I have a similar option.

I would still like to hear other methods if anyone else has some to share.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Building a new version of a program
Reply #3 - Jan 6th, 2015 at 3:38pm
Print Post  
Someone has also suggested a "duplicate" function would be useful which makes a lot of sense. This is slightly different to backup but same end result. Hopefully a quick way to duplicate a sketch.
« Last Edit: Jan 6th, 2015 at 3:39pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint