Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: arion on March 22, 2013, 11:30:56 am

Title: Work on same program on multiple computers
Post 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?
Title: Re: Work on same program on multiple computers
Post by: stahta01 on March 22, 2013, 12:52:27 pm
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.
Title: Re: Work on same program on multiple computers
Post by: arion on March 22, 2013, 05:05:21 pm
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.