Re: Cyrus Add-ons

2010-10-17 Thread Jeroen van Meeuwen (Kolab Systems)
Reinaldo de Carvalho wrote:
 On Sat, Oct 16, 2010 at 2:11 PM, Henrique de Moraes Holschuh
 
 h...@debian.org wrote:
  On Sat, 16 Oct 2010, Reinaldo de Carvalho wrote:
  RCS is local version control, isn't a network service.
  
  It is also per-file.  Think CVS with even less features.  I also have
  some stuff in RCS, mostly LyX documents without any external material.
  
  Reinaldo, any reason why you don't use git or mercurial?  That would
  make it much easier for cooperative work.  sf.net supports git, and it
  will NOT increase your dependency on the network even a bit, as it is
  fully distributed.
 
 No reason. Can you point me a git howto?

I would love to help you developing / maintaining the Python Cyrus package you 
did as well.

We have some infrastructure on cyrusimap.org which we could use, too, if 
desirable (wiki, bugzilla, git repo, web browsing, email notifications for 
commits, and of course a number of contributors already known/authorized).

Kind regards,

-- 
Jeroen van Meeuwen
Senior Engineer, Kolab Systems AG

e: vanmeeu...@kolabsys.com
t: +316 42 801 403
w: http://www.kolabsys.com

pgp: 9342 BF08

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-17 Thread Reinaldo de Carvalho
On Sun, Oct 17, 2010 at 6:23 AM, Jeroen van Meeuwen (Kolab Systems)
vanmeeu...@kolabsys.com wrote:
 Reinaldo de Carvalho wrote:
 No reason. Can you point me a git howto?

 I would love to help you developing / maintaining the Python Cyrus package you
 did as well.

 We have some infrastructure on cyrusimap.org which we could use, too, if
 desirable (wiki, bugzilla, git repo, web browsing, email notifications for
 commits, and of course a number of contributors already known/authorized).


Will be great, can you create a git account for python-cyrus and
korreio projects?

Korreio must be rewrited on QT4, and python-cyrus need support to XFER.

-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works (myself)

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-17 Thread Patrick Goetz
On 10/16/2010 2:49 PM, Henrique de Moraes Holschuh wrote:
 I can't help you with mercurial, but google should find good
 tutorials as well.  Mercurial is almost as nice as git, only a bit
 slower but with better MS Windows support.


The mercurial website has plenty of documentation:

  http://mercurial.selenic.com/learn/

I use hg (mercurial) and really like it.  I think in comparison with 
git, git is a lot more complicated/flexible, which isn't necessarily a 
good thing if the simpler tool does everything you need.


-- 
Patrick Goetz

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-16 Thread Jeroen van Meeuwen (Kolab Systems)
Reinaldo de Carvalho wrote:
 On Fri, Oct 15, 2010 at 2:20 PM, Henrique de Moraes Holschuh
 
 h...@debian.org wrote:
  On Fri, 15 Oct 2010, Reinaldo de Carvalho wrote:
  On Fri, Oct 15, 2010 at 11:12 AM, Jeroen van Meeuwen (Kolab Systems)
  
  vanmeeu...@kolabsys.com wrote:
   Hi Reinaldo,
   
   You have an interesting project going on there. One question; where is
   the source code repository?
  
 Source code is the program code (is python).
  
  I think he meant where is the version-control repository (i.e. git,
  subversion, mercurial, bazaar, or whatever you use for version control).
 
 I'am using RCS (newest SCCS).

Can you tell us where the repository is?

Kind regards,

-- 
Jeroen van Meeuwen
Senior Engineer, Kolab Systems AG

e: vanmeeu...@kolabsys.com
t: +316 42 801 403
w: http://www.kolabsys.com

pgp: 9342 BF08

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-16 Thread Reinaldo de Carvalho
On Sat, Oct 16, 2010 at 11:36 AM, Jeroen van Meeuwen (Kolab Systems)
vanmeeu...@kolabsys.com wrote:
 Reinaldo de Carvalho wrote:

 I'am using RCS (newest SCCS).

 Can you tell us where the repository is?


RCS is local version control, isn't a network service.


-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works (myself)

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-16 Thread Henrique de Moraes Holschuh
On Sat, 16 Oct 2010, Reinaldo de Carvalho wrote:
 On Sat, Oct 16, 2010 at 11:36 AM, Jeroen van Meeuwen (Kolab Systems)
 vanmeeu...@kolabsys.com wrote:
  Reinaldo de Carvalho wrote:
 
  I'am using RCS (newest SCCS).
 
  Can you tell us where the repository is?
 
 
 RCS is local version control, isn't a network service.

It is also per-file.  Think CVS with even less features.  I also have
some stuff in RCS, mostly LyX documents without any external material.

Reinaldo, any reason why you don't use git or mercurial?  That would
make it much easier for cooperative work.  sf.net supports git, and it
will NOT increase your dependency on the network even a bit, as it is
fully distributed.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-16 Thread Reinaldo de Carvalho
On Sat, Oct 16, 2010 at 2:11 PM, Henrique de Moraes Holschuh
h...@debian.org wrote:
 On Sat, 16 Oct 2010, Reinaldo de Carvalho wrote:

 RCS is local version control, isn't a network service.

 It is also per-file.  Think CVS with even less features.  I also have
 some stuff in RCS, mostly LyX documents without any external material.

 Reinaldo, any reason why you don't use git or mercurial?  That would
 make it much easier for cooperative work.  sf.net supports git, and it
 will NOT increase your dependency on the network even a bit, as it is
 fully distributed.


No reason. Can you point me a git howto?

-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works (myself)

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-16 Thread Henrique de Moraes Holschuh
On Sat, 16 Oct 2010, Reinaldo de Carvalho wrote:
 On Sat, Oct 16, 2010 at 2:11 PM, Henrique de Moraes Holschuh
 h...@debian.org wrote:
  On Sat, 16 Oct 2010, Reinaldo de Carvalho wrote:
 
  RCS is local version control, isn't a network service.
 
  It is also per-file.  Think CVS with even less features.  I also have
  some stuff in RCS, mostly LyX documents without any external material.
 
  Reinaldo, any reason why you don't use git or mercurial?  That would
  make it much easier for cooperative work.  sf.net supports git, and it
  will NOT increase your dependency on the network even a bit, as it is
  fully distributed.
 
 No reason. Can you point me a git howto?

I think you will like it.  The only non-obvious concept git uses is the
stage, and you get used to it quite quickly.

Google finds a lot of tutorials, here are some:
http://www.vogella.de/articles/Git/article.html
http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
http://www.eecs.harvard.edu/~cduan/technical/git/

Youtube shows a lot of video tutorials as well (search for git
tutorial).

If you do a lot of work on MS Windows, mercurial is likely to be easier
to handle.  I can't help you with mercurial, but google should find good
tutorials as well.  Mercurial is almost as nice as git, only a bit
slower but with better MS Windows support.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-16 Thread Adam Tauno Williams
On Sat, 2010-10-16 at 16:49 -0300, Henrique de Moraes Holschuh wrote: 
 On Sat, 16 Oct 2010, Reinaldo de Carvalho wrote:
  On Sat, Oct 16, 2010 at 2:11 PM, Henrique de Moraes Holschuh
  h...@debian.org wrote:
   On Sat, 16 Oct 2010, Reinaldo de Carvalho wrote:
   RCS is local version control, isn't a network service.
   It is also per-file.  Think CVS with even less features.  I also have
   some stuff in RCS, mostly LyX documents without any external material.
   Reinaldo, any reason why you don't use git or mercurial?  That would
   make it much easier for cooperative work.  sf.net supports git, and it
   will NOT increase your dependency on the network even a bit, as it is
   fully distributed.
  No reason. Can you point me a git howto?
 I think you will like it.  The only non-obvious concept git uses is the
 stage, and you get used to it quite quickly.
 Google finds a lot of tutorials, here are some:
 http://www.vogella.de/articles/Git/article.html
 http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
 http://www.eecs.harvard.edu/~cduan/technical/git/
 Youtube shows a lot of video tutorials as well (search for git
 tutorial).
 If you do a lot of work on MS Windows, mercurial is likely to be easier
 to handle.  I can't help you with mercurial, but google should find good
 tutorials as well.  Mercurial is almost as nice as git, only a bit
 slower but with better MS Windows support.

I use Hg (Mercurial) for several of my projects;  it is a bit git-lite,
which I like.  The Tortoise tools are excellent.  I'd recommend it.
-- 
Adam Tauno Williams awill...@whitemice.org LPIC-1, Novell CLA
http://www.whitemiceconsulting.com
OpenGroupware, Cyrus IMAPd, Postfix, OpenLDAP, Samba


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Cyrus Add-ons

2010-10-15 Thread Reinaldo de Carvalho
Hi Guys,

Can you add reference to Korreio on new cyrus website? Korreio provide
a GUI for cyrus, like a cyradm.

If possible add a link to Korreio, the URL is: http://korreio.sf.net
(the Cyrus Admin GUI), Thanks.

-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works (myself)

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-15 Thread Jeroen van Meeuwen (Kolab Systems)
Reinaldo de Carvalho wrote:
 Hi Guys,
 
 Can you add reference to Korreio on new cyrus website? Korreio provide
 a GUI for cyrus, like a cyradm.
 
 If possible add a link to Korreio, the URL is: http://korreio.sf.net
 (the Cyrus Admin GUI), Thanks.

Hi Reinaldo,

You have an interesting project going on there. One question; where is the 
source code repository?

Kind regards,

-- 
Jeroen van Meeuwen
Senior Engineer, Kolab Systems AG

e: vanmeeu...@kolabsys.com
t: +316 42 801 403
w: http://www.kolabsys.com

pgp: 9342 BF08

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-15 Thread Dave McMurtrie
On 10/15/2010 09:58 AM, Reinaldo de Carvalho wrote:
 Hi Guys,

 Can you add reference to Korreio on new cyrus website? Korreio provide
 a GUI for cyrus, like a cyradm.

 If possible add a link to Korreio, the URL is: http://korreio.sf.net
 (the Cyrus Admin GUI), Thanks.


I put an External Projects section on the Download page and included this.

Thanks,

Dave
-- 
Dave McMurtrie, SPE
Email Systems Team Leader
Carnegie Mellon University,
Computing Services

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-15 Thread Reinaldo de Carvalho
On Fri, Oct 15, 2010 at 11:12 AM, Jeroen van Meeuwen (Kolab Systems)
vanmeeu...@kolabsys.com wrote:

 Hi Reinaldo,

 You have an interesting project going on there. One question; where is the
 source code repository?


Hi Jeroen,

   Source code is the program code (is python).

[]'s

-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works (myself)

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-15 Thread Henrique de Moraes Holschuh
On Fri, 15 Oct 2010, Reinaldo de Carvalho wrote:
 On Fri, Oct 15, 2010 at 11:12 AM, Jeroen van Meeuwen (Kolab Systems)
 vanmeeu...@kolabsys.com wrote:
 
  Hi Reinaldo,
 
  You have an interesting project going on there. One question; where is the
  source code repository?
 
 
Source code is the program code (is python).

I think he meant where is the version-control repository (i.e. git,
subversion, mercurial, bazaar, or whatever you use for version control).

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Cyrus Add-ons

2010-10-15 Thread Reinaldo de Carvalho
On Fri, Oct 15, 2010 at 2:20 PM, Henrique de Moraes Holschuh
h...@debian.org wrote:
 On Fri, 15 Oct 2010, Reinaldo de Carvalho wrote:
 On Fri, Oct 15, 2010 at 11:12 AM, Jeroen van Meeuwen (Kolab Systems)
 vanmeeu...@kolabsys.com wrote:
 
  Hi Reinaldo,
 
  You have an interesting project going on there. One question; where is the
  source code repository?
 

    Source code is the program code (is python).

 I think he meant where is the version-control repository (i.e. git,
 subversion, mercurial, bazaar, or whatever you use for version control).


I'am using RCS (newest SCCS).

-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works (myself)

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/