开发者

What is the best way to sync your codefiles to your remote server?

开发者 https://www.devze.com 2023-03-30 18:45 出处:网络
currently I am maintaining a django web application and I am using rsync via ssh to sync between my files and edits, using www-data user.

currently I am maintaining a django web application and I am using rsync via ssh to sync between my files and edits, using www-data user.

Then I reload the apache server.

I have tried git but had many problems on pushing, initiating a bare git couldn't help either.

Apart from deleted files from the source, rsync does it's job quite good.

What do you use?

Using OS: Ubunt开发者_如何转开发u 10.04 LTS x64 on both server and local


I use mercurial, it's really easy to get running locally and very easy to push changes between different "servers".

you don't say what O/S you're using. I'm using Windows with tortoiseHg. I also use the VisualHg add-in for Visual Studio


When it comes to sync files between machines, I use BitTorrent Sync. Works on every major platform and it is super easy to configure. It even works for mobile devices.

Check out http://www.bittorrent.com/sync

0

精彩评论

暂无评论...
验证码 换一张
取 消