Author Topic: Work on same program on multiple computers  (Read 7292 times)

Offline arion

  • Single posting newcomer
  • *
  • Posts: 4
Work on same program on multiple computers
« 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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Work on same program on multiple computers
« Reply #1 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
I am working on using Bazaar to solve a similar problem. http://en.wikipedia.org/wiki/GNU_Bazaar

Tim S.
« Last Edit: March 22, 2013, 01:00:14 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline arion

  • Single posting newcomer
  • *
  • Posts: 4
Re: Work on same program on multiple computers
« Reply #2 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.