A
A
amstr1k2013-11-26 21:34:54
Source
amstr1k, 2013-11-26 21:34:54

Which source synchronizer to choose?

Advise any synchronizer of source codes. I tried this http://habrahabr.ru/post/139348/ but maybe there is something better...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Igor Deyashkin, 2013-11-27
@amstr1k

I have a feeling that the author did not notice the clarification of the question .
Based on my assumption, auto-synchronization in winSCP may suit you (you can use ftp, sftp).
For myself, at the moment I chose this option, since access to the server is only via ftp, and realSync only works via ssh.
upd:
You can save various synchronization settings (including filters) in the settings: Preferences -> Transfer -> Presets
For example, I excluded the .git folder and other files that do not need to be synchronized.
Also there you can configure the automatic application of the preset under certain conditions, for example, for me it is applied if I connect to a working ftp server.
It may be convenient to start auto-sync via a bat file. For example:
sync.bat file:
file keep_uptodate.txt:

# Disable overwrite confirmations that conflict with the previous
option confirm off
# Коннект через логин и пароль
open login:[email protected]
# Change remote directory
cd /path_on_ftp
lcd d:/local_path
# Force binary mode transfer
option transfer binary
keepuptodate -filemask="| */unifont/*.php; */unifont/*.dat; .git/"

W
Webdesus, 2013-11-27
@Webdesus

What didn't you like about it? It's not a good idea to use any kind of cloud storage like dropbox. Even two-way synchronization is possible, but in general, at least 100
PS, soon jetbrains will release a product that will be both a synchronizer and a git. What does it have to do with the ability to rummage through sections of code and not branches, as it is now in the git

A
amstr1k, 2013-11-27
@amstr1k

Well, he's not bad! But then again, maybe there is something better

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question