Quick Ref: SVN command line
Git with Dropbox
Cisco's new urbanism
Portable development links
Wish I had this 10 years ago
« Guide to eXtreme Project Management
» Resetting Zope's session timeout
A *neat* tool: http://www.cis.upenn.edu/~bcpierce/unison/.
Unison runs on both Windows (95, 98, NT, and 2k) and Unix (Solaris, Linux, etc.) systems. Moreover, Unison works across platforms, allowing you to synchronize a Windows laptop with a Unix server, for example.
I’m a big fan of rsync - but this is even simpler. The main reason I like of rsync is its algorithm - very efficient. Unison uses rsync algorithm. This has a bare-bones GUI too. Unlike rsync, a unidirectional syncer, Unison can do bidirectional synchronization too.
May be this can help with our file sharing issues.
Cheat sheet to quickly using Unison:
unison source target
unison d:\babu\myfolders ssh://linuxmachine.mynetwork/myfoldersundermyhome -batch -times
I’ve been using Unison for 2 months now to publish to a work related PyBlosxom blog. I manage the folders in my PC and have a small DOS batch file that executes the command above to synch these to the blog. I wonder why I named the batch file as upstream.cmd
Hi,
I have read your comment about UNISON. Question: how do I configure UNISON to work only unidirectional?
Regards
Markus