Re: Keeping src sync'd between two different machines

2011-04-28 Thread Lindsay Mathieson
On 29 April 2011 15:10, Kevin Krammer wrote: > > In this case you might want to consider a personal clone on git.kde.org > > http://community.kde.org/Sysadmin/GitKdeOrgManual#Personal_clones_of_project_repositories Perfect! Thanks Kevin -- Lindsay >> Visit http://mail.kde.org/mailman/listinf

Re: Keeping src sync'd between two different machines

2011-04-28 Thread Lindsay Mathieson
On 29 April 2011 15:00, Leif Andersen wrote: > That solution should also work.  The largest problem I would see would be > someone taking code which isn't really ready for public consumption yet. > But if you put a notice there saying that the repo can be extremely unstable > at times (or whatever

Re: Keeping src sync'd between two different machines

2011-04-28 Thread Valentin Rusu
Hello, for file sync I'm using unison. Your linux distribution surely have a package with it. valentin Lindsay Mathieson a écrit : What's the best way to go about this? e.g I'm working on a private rekonq branch cloned from git clone git://git.kde.org/rekonq and I'd like to do so from two PC

Re: Keeping src sync'd between two different machines

2011-04-28 Thread Kevin Krammer
On Friday, 2011-04-29, Lindsay Mathieson wrote: > On 29 April 2011 14:44, Leif Andersen wrote: > > If you have ssh access to your computers directly, you can push and pull > > from them directly. > > > > git remote add ssh:// > > > > Then it's just as simple matter to pull and push to that ser

Re: Keeping src sync'd between two different machines

2011-04-28 Thread Leif Andersen
That solution should also work. The largest problem I would see would be someone taking code which isn't really ready for public consumption yet. But if you put a notice there saying that the repo can be extremely unstable at times (or whatever stability you plan on keeping it at), it should work

dbus-python and gnome

2011-04-28 Thread todd rme
I am not sure the best mailing list for this, but it seems of general importance so I am sending it here. A little background: If you use python, you are probably aware that there is currently a big push underway to switch from pythong 2 to python 3. Most major distributions will probably be swi

Re: Keeping src sync'd between two different machines

2011-04-28 Thread Lindsay Mathieson
On 29 April 2011 14:44, Leif Andersen wrote: > If you have ssh access to your computers directly, you can push and pull > from them directly. > > git remote add  ssh:// > > Then it's just as simple matter to pull and push to that server by using the > name you gave it. Thanks Leif, its a possibi

Re: Keeping src sync'd between two different machines

2011-04-28 Thread Leif Andersen
If you have ssh access to your computers directly, you can push and pull from them directly. git remote add ssh:// Then it's just as simple matter to pull and push to that server by using the name you gave it. Good luck. ~Leif Andersen On Thu, Apr 28, 2011 at 22:36, Lindsay Mathieson < lind

Keeping src sync'd between two different machines

2011-04-28 Thread Lindsay Mathieson
What's the best way to go about this? e.g I'm working on a private rekonq branch cloned from git clone git://git.kde.org/rekonq and I'd like to do so from two PC, my home and work ones. How do I keep the changes sync'd between the two machines without committing back to the kde git server? -- Lind

[ANN] ODB C++ ORM adds support for Qt

2011-04-28 Thread Boris Kolpackov
Hi, I am pleased to announce the release of ODB 1.4.0 with support for Qt. ODB is an open-source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any of th

Re: VOIP plug-in for kontact

2011-04-28 Thread Julian Bäume
Hi, Am Donnerstag, 28. April 2011, 06:53:48 schrieb Dhruv Patel: > The goal of this > project is to provide a Kontact plugin or a standalone application that > can manage as many aspects of Asterisk as possible Can you elaborate a bit more, what exactly you mean? If you just want to initiate voi