Re: Python script for automatic synchronization based on inotify

2011-03-14 Thread René Mayrhofer
Am 2011-03-13 17:21, schrieb Dieter Plaetinck: > very cool project. Thanks ;) > 1) about the xmpp stuff. can i use my jabber.org account (which I use to IM) > for this? can i have multiple systems log in to that? will that cause IM's > from friends to get sent to those jabberbots instead of my

Re: Python script for automatic synchronization based on inotify

2011-03-14 Thread René Mayrhofer
Am 2011-03-12 21:25, schrieb seanh: > This sounds great! One thought: I think in many use-cases lots of small > changes to a file will be saved one after another and then no changes > for a while, or else lots of files will be changed in a short time and > then no changes for a while. It sounds lik

Re: Python script for automatic synchronization based on inotify

2011-03-14 Thread Dieter Plaetinck
On Mon, 14 Mar 2011 17:02:01 +0100 René Mayrhofer wrote: > Btw, the project is now online at http://gitorious.org/dvcs-autosync > and should even include the full history (already close to a year, > although with very irregular commit intervals ;-) ). ugh. why are many code changes committed as

Re: Python script for automatic synchronization based on inotify

2011-03-14 Thread Rene Mayrhofer
On 14.03.2011 17:15, Dieter Plaetinck wrote: ugh. why are many code changes committed as "autocommit"? why do you commit .pyc files? why do you use meaningless commit messages like "move another file" ? Well, it is the full history so far, and that includes the autocommits made by the script its

Re: Python script for automatic synchronization based on inotify

2011-03-14 Thread Rene Mayrhofer
Dear Antonio, On 11.03.2011 10:16, Antonio Ospite wrote: What does it do? Automatically keep DVCS repositories in sync whenever changes happen by automatically committing and pushing/pulling. I like this distributed sync approach, however I can see cases where automati

Re: Python script for automatic synchronization based on inotify

2011-03-14 Thread Rene Mayrhofer
On 14.03.2011 17:15, Dieter Plaetinck wrote: why are many code changes committed as "autocommit"? why do you commit .pyc files? .pyc removed from history with --force push to gitorious done. However, my git-fu is not yet good enough to properly change the past commit messages and merge them for

Re: Python script for automatic synchronization based on inotify

2011-03-14 Thread Chanoch (Ken) Bloom
On Mon, Mar 14, 2011 at 08:53:03PM +0100, Rene Mayrhofer wrote: > On 14.03.2011 17:15, Dieter Plaetinck wrote: > >why are many code changes committed as "autocommit"? why do you > >commit .pyc files? > .pyc removed from history with --force push to gitorious done. > However, my git-fu is not yet go