K
K
Kir Shatrov2010-11-02 12:22:09
Search Engine Optimization
Kir Shatrov, 2010-11-02 12:22:09

Project development on different computers

There is a project - a website hosted on a shared hosting.
Its development is carried out by one person (me =) on a macbook and a large home desktop. Sometimes you need to do something on the road, I do it on a macbook and then I upload FTP to the hosting FTP. At home on the desktop, you have to merge from the hosting back to yourself and work on.

What tool can you recommend to optimize this scheme at a lower cost (work on the road, load from / to ftp, etc.)?

Z.Y. Convenience is important on both Mac and Windows. And sooner is desirable...

Answer the question

In order to leave comments, you need to log in

10 answer(s)
S
Sergey, 2010-11-02
@RazoR_Empire

svn/git

D
dark_ruby, 2010-11-02
@dark_ruby

as an option - dropbox

R
Rustam, 2010-11-02
@PycmaM

git decides(:

K
Konstantin Kitmanov, 2010-11-02
@k12th

Any version control system. At the same time, distributed ones allow you to make commits while being offline (on the road). These are Mercurial, git, Bazaar.

A
alexxz, 2010-11-02
@alexxz

I would recommend GIT. In order to commit to it, you do not need to have access to network storage, therefore it is possible to work offline, and then sync.

V
Vas3K, 2010-11-02
@Vas3K

Plus to dropbox. Normal option, I've been living like this for two years already. Plus git, all branches of which are also perfectly synced through dropbox.

C
casey, 2010-11-02
@casey

I carry an image of the virtualbox virtual machine with me - otherwise it is difficult to reproduce the VPS of each project - everywhere there are their own chips, their own versions.

M
max_rip, 2010-11-02
@max_rip

Rsync

A
Alex Shinkevich, 2010-11-02
@aleXoid

Are you working with any IDE?

L
LunaRain, 2011-10-07
@LunaRain

We use dropbox + bitbucket very well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question