Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: arion on March 22, 2013, 11:30:56 am
-
Hi, i haven't seen this question on here and am wondering how to solve it.
I have two computers a main one and a laptop i carry around with me daily.
How can i set it up so i can work on the same programme on both computers, without having to copy it each time from one computer to another.
So once its saved on my main computer i can access it on my laptop.
Any ideas?
-
I am guessing that this is not really a CB question; so, it might violate this site rules.
(I am not really sure about above.)
But, I suggest using version control system. http://en.wikipedia.org/wiki/Revision_control (http://en.wikipedia.org/wiki/Revision_control)
I am working on using Bazaar to solve a similar problem. http://en.wikipedia.org/wiki/GNU_Bazaar (http://en.wikipedia.org/wiki/GNU_Bazaar)
Tim S.
-
Thankyou for your reply i will look into what you have suggested.
I thought it would be a CB question as i would be using Code Blocks on both machines and whether or not there was something built into codeblocks to be able to solve my problem.