Tag Archive for 'sync'

Working with SVN – how to start?

svnSo you need to use subversion and you have no idea where to start? I will try to help you by providing you a basic knowledge with some examples. In this post you will learn how to get SVN repository from server to your local machine, make changes and send it back to the server.
Continue reading...

How to synchronize your files by ftp

If you are looking for a solution how to make an automatic copy, backup or synchronized mirror of your files or even a complete website, this article is for you. This solution will copy only new or changed files (incremental copy). So full copy is made only at first run. To make it work you will need ftp or sftp access to server where your files are stored and ssh (or telnet) access to account that you want your files to be mirrored to. To make it work follow this steps:

Continue reading...