Re: [Barry-devel] Barry OpenSync plugin alpha

2009-02-11 Thread Martin Owens
> H... I think I need an example to grok this. :-) Apart from the cups example? When you plug in another hard drive into your computer. Even if you make it a master drive, which messes up your /dev/sda numbering, the uuid on the drive in fstab will make sure your boot will still mount the rig

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-02-11 Thread Chris Frey
On Wed, Feb 11, 2009 at 08:38:46PM -0500, Martin Owens wrote: > That's not how it works. If you have a device, you assign a unique id > which is used to identify that device when ever it's plugged in. This is > how CUPS knows which printer of the exact same type to send print jobs. > > The config

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-02-11 Thread Martin Owens
> I can see how static configs can be a benefit though. I wouldn't want > PIN numbers changing in my sync config depending on what device was > plugged in at the time. That's not how it works. If you have a device, you assign a unique id which is used to identify that device when ever it's plugg

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-02-11 Thread Chris Frey
On Fri, Feb 06, 2009 at 09:13:41PM -0500, Martin Owens wrote: > I tried to tell them to use well defined, auto created data points via > HAL and other services infrastructures. I even created a bunch of fdi > files for windows mobile and barry to show how it could be done. > > I was ignored. > >

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-02-11 Thread Chris Frey
On Fri, Feb 06, 2009 at 11:41:32PM +0100, Nicolas wrote: > Le mardi 27 janvier 2009 ?? 18:58 -0500, Chris Frey a ??crit : > > I noticed that you have changed the format of the config file to XML. > > In your travels through opensync, have you found an easy way to edit > > this configuration, withou

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-02-06 Thread Martin Owens
> In fact, OpenSync works now with XML files. We haven't the choice. > > oensync command line uses VIM (or emacs) to edit the XML file. > > If you use the gnome-sync-tool project : > https://sourceforge.net/projects/gnome-sync-tool/ > you will get a GUI to edit your configuration. > > This proj

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-02-06 Thread Nicolas
Le mardi 27 janvier 2009 à 18:58 -0500, Chris Frey a écrit : > I noticed that you have changed the format of the config file to XML. > In your travels through opensync, have you found an easy way to edit > this configuration, without doing it manually with a text editor? > > - Chris In fact, OpenS

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-01-31 Thread Nicolas
Hi, The opensync-plugin 0.4x isn't still usable :( The plugin can be built, but after a first test I can list it : msynctool --listplugins don't see the plugin :( If you checkout the opensync-0.4x branch, you have to apply this patch to solve the compilation issue : diff --git a/opensync-plugin

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-01-31 Thread Chris Frey
On Fri, Jan 30, 2009 at 10:06:24AM -0700, Nathanael Noblet wrote: > I would love to test this, however I'm getting a bit lost in what to > download. Could a snapshot system be setup so I could easily grab the 0.40 > alpha version to compile and test? Hi Nathanael, Thanks very much for the offer t

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-01-30 Thread Nathanael Noblet
I would love to test this, however I'm getting a bit lost in what to download. Could a snapshot system be setup so I could easily grab the 0.40 alpha version to compile and test? -- This SF.net email is sponsored by: SourcF

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-01-29 Thread Chris Frey
On Wed, Jan 28, 2009 at 07:00:22PM +0100, Nicolas wrote: > OK, > > I try to work about it this week-end. Hi Nicolas, Just a heads-up. I'm going to occasionally rebase the opensync-0.4x git branch onto master, so when you pull, things might be a little funky. I'd recommend that you branch off

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-01-28 Thread Nicolas
OK, I try to work about it this week-end. Regards, Nicolas VIVIEN Le mardi 27 janvier 2009 à 18:58 -0500, Chris Frey a écrit : > On Mon, Jan 26, 2009 at 07:02:01PM +0100, Nicolas wrote: > > Le dimanche 25 janvier 2009 ?? 14:22 -0500, Chris Frey a ??crit : > > > On Sun, Jan 25, 2009 at 06:04:5

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-01-27 Thread Chris Frey
On Mon, Jan 26, 2009 at 07:02:01PM +0100, Nicolas wrote: > Le dimanche 25 janvier 2009 ?? 14:22 -0500, Chris Frey a ??crit : > > On Sun, Jan 25, 2009 at 06:04:57PM +0100, Nicolas wrote: > > > Hi, > > > > > > Infact, it's quiet quickly. > > > > > > WARNING : I haven't tested (and I haven't built)

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-01-26 Thread Nicolas
Le dimanche 25 janvier 2009 à 14:22 -0500, Chris Frey a écrit : > On Sun, Jan 25, 2009 at 06:04:57PM +0100, Nicolas wrote: > > Hi, > > > > Infact, it's quiet quickly. > > > > WARNING : I haven't tested (and I haven't built) > > Please backup your data before use this tool ! > > > > http://www.pr

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-01-25 Thread Chris Frey
On Sun, Jan 25, 2009 at 06:04:57PM +0100, Nicolas wrote: > Hi, > > Infact, it's quiet quickly. > > WARNING : I haven't tested (and I haven't built) > Please backup your data before use this tool ! > > http://www.progweb.com/modules/blackberry/opensync/ Excellent. We can use the patch method a

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-01-25 Thread Chris Frey
On Sun, Jan 25, 2009 at 06:04:57PM +0100, Nicolas wrote: > /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Werror > -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -g -O2 -avoid-version > -export-dynamic -module -o barry_sync.la -rpath barry_sync.lo > environment.lo vbase.lo vevent.lo vc

[Barry-devel] Barry OpenSync plugin alpha

2009-01-25 Thread Nicolas
Hi, Infact, it's quiet quickly. WARNING : I haven't tested (and I haven't built) Please backup your data before use this tool ! http://www.progweb.com/modules/blackberry/opensync/ It's my first opensync plugin, but I have an issue when I want to build it ! /bin/sh ../libtool --tag=CXX --mode