Re: Moving to subversion?

2004-06-05 Thread Joshua Hoblitt
Hi Dave,

Are you going to go ahead with the conversion?  I'm eager to switch to SVK.

Cheers,

-J

--

On Wed, 21 Apr 2004, Dave Rolsky wrote:

 I'm getting fed up with the damn sourceforge CVS instability and slowness.
 
 What do people think of moving to Subversion, hosted either on my own box
 (svn.urth.org) or maybe svn.perl.org if I can talk Ask and/or Robert into
 it?
 
 I'd convert the existing CVS repo, and since we don't have any branches
 (AFAIK), it should work fine (tags convert ok, IIRC).
 
 Subversion runs on Windows (and there's a binary installer), Linux, BSDs,
 Solaris, and Mac OS X.
 
 Objections?  Comments?
 
 
 -dave
 
 /*===
 House Absolute Consulting
 www.houseabsolute.com
 ===*/
 


Re: Moving to subversion?

2004-06-05 Thread Dave Rolsky
On Sat, 5 Jun 2004, Joshua Hoblitt wrote:

 Are you going to go ahead with the conversion?  I'm eager to switch to SVK.

Since no one said no, I do plan to, it's just a matter of tuits, which
have been in amazingly short supply for a while.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


Re: Moving to subversion?

2004-04-23 Thread Tim Bunce
On Fri, Apr 23, 2004 at 12:54:34AM +0100, David Wheeler wrote:
 On Apr 22, 2004, at 8:54 PM, Tim Bunce wrote:
 
 I should have added that the emails include the diff.

No. See example below.

 As an attachment? That's what has distinguished activitymail over the 
 last two years or so.

It's probably trivial to change. It's hardly rocket science.

Tim.

Author: timbo
Date: Thu Apr 22 14:29:51 2004
New Revision: 291

Modified:
   dbd-oracle/trunk/dbdimp.c
   dbd-oracle/trunk/t/24implicit_utf8.t
Log:
Extend new unicode logic to Oracle versions below 9.2
(at least = Oracle 9.0.1 works now)


Modified: dbd-oracle/trunk/dbdimp.c
==
--- dbd-oracle/trunk/dbdimp.c   (original)
+++ dbd-oracle/trunk/dbdimp.c   Thu Apr 22 14:29:51 2004
@@ -39,7 +39,6 @@



Re: Moving to subversion?

2004-04-22 Thread David Wheeler
On Apr 22, 2004, at 5:45 AM, Dave Rolsky wrote:

Objections?  Comments?
My only objection to svn is that activitymail doesn't work with it. 
Perhaps someone could convince the maintainer of that program to find 
the tuits to port it, eh?

Otherwise, I'm thinking of moving my projects to svn, too, probably 
after I attend the svn tutorial at OSCON this summer.

Cheers,

David



Re: Moving to subversion?

2004-04-22 Thread Tim Bunce
On Thu, Apr 22, 2004 at 08:39:17AM +0100, David Wheeler wrote:
 On Apr 22, 2004, at 5:45 AM, Dave Rolsky wrote:
 
 Objections?  Comments?
 
 My only objection to svn is that activitymail doesn't work with it. 
 Perhaps someone could convince the maintainer of that program to find 
 the tuits to port it, eh?

I don't know what activitymail is, but I do know that svn.perl.org
sends emails for each commit (to a mailing list that corresponds to the
module being changed).

Tim.


Re: Moving to subversion?

2004-04-22 Thread David Wheeler
On Apr 22, 2004, at 4:01 PM, Tim Bunce wrote:

I don't know what activitymail is, but I do know that svn.perl.org
sends emails for each commit (to a mailing list that corresponds to the
module being changed).
That's what activitymail does, but it sends the diffs from the (CVS) 
commits, too, optionally as an attachment.

  http://search.cpan.org/dist/activitymail/

Regards,

David



Re: Moving to subversion?

2004-04-22 Thread Dave Rolsky
On Thu, 22 Apr 2004, David Wheeler wrote:

 My only objection to svn is that activitymail doesn't work with it.
 Perhaps someone could convince the maintainer of that program to find
 the tuits to port it, eh?

Um, yeah, that maintainer should!  There are two scripts that come with
Subversion for sending emails on commits.  I've been using the python one
(mailer.py), and it works well.

But porting activitymail probably wouldn't be too hard, I'd think.

 Otherwise, I'm thinking of moving my projects to svn, too, probably
 after I attend the svn tutorial at OSCON this summer.

It's well worth the move, IMO.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


Re: Moving to subversion?

2004-04-22 Thread Tim Bunce
I should have added that the emails include the diff.

Tim.

On Thu, Apr 22, 2004 at 04:07:11PM +0100, David Wheeler wrote:
 On Apr 22, 2004, at 4:01 PM, Tim Bunce wrote:
 
 I don't know what activitymail is, but I do know that svn.perl.org
 sends emails for each commit (to a mailing list that corresponds to the
 module being changed).
 
 That's what activitymail does, but it sends the diffs from the (CVS) 
 commits, too, optionally as an attachment.
 
   http://search.cpan.org/dist/activitymail/
 
 Regards,
 
 David


Re: Moving to subversion?

2004-04-22 Thread David Wheeler
On Apr 22, 2004, at 5:14 PM, Dave Rolsky wrote:

It's well worth the move, IMO.
Yeah, I think so, too. I'll check it out as soon as I have the tuits 
and Ask gives me the a-ok.

Cheers,

David



Re: Moving to subversion?

2004-04-22 Thread David Wheeler
On Apr 22, 2004, at 8:54 PM, Tim Bunce wrote:

I should have added that the emails include the diff.
As an attachment? That's what has distinguished activitymail over the 
last two years or so.

David



Moving to subversion?

2004-04-21 Thread Dave Rolsky
I'm getting fed up with the damn sourceforge CVS instability and slowness.

What do people think of moving to Subversion, hosted either on my own box
(svn.urth.org) or maybe svn.perl.org if I can talk Ask and/or Robert into
it?

I'd convert the existing CVS repo, and since we don't have any branches
(AFAIK), it should work fine (tags convert ok, IIRC).

Subversion runs on Windows (and there's a binary installer), Linux, BSDs,
Solaris, and Mac OS X.

Objections?  Comments?


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


Re: Moving to subversion?

2004-04-21 Thread Joshua Hoblitt
On Wed, 21 Apr 2004, Dave Rolsky wrote:

 I'm getting fed up with the damn sourceforge CVS instability and slowness.

But at least it's backed up occasionaly...

 What do people think of moving to Subversion, hosted either on my own box
 (svn.urth.org) or maybe svn.perl.org if I can talk Ask and/or Robert into
 it?

I'd say svn.perl.org would be my first choice (as long as one is doing backups).  I'm 
also willing to host the SVN tree.

-J

--


Re: Moving to subversion?

2004-04-21 Thread Dave Rolsky
On Wed, 21 Apr 2004, Joshua Hoblitt wrote:

 On Wed, 21 Apr 2004, Dave Rolsky wrote:

  I'm getting fed up with the damn sourceforge CVS instability and slowness.

 But at least it's backed up occasionaly...

  What do people think of moving to Subversion, hosted either on my own box
  (svn.urth.org) or maybe svn.perl.org if I can talk Ask and/or Robert into
  it?

 I'd say svn.perl.org would be my first choice (as long as one is doing
 backups).  I'm also willing to host the SVN tree.

Well, I do backup the SVN repos on my server, but I'd like it to be on
svn.perl.org too, just cause that's cooler ;)

They're hosting DBI and DBD::Oracle currently, so I'm thinking it might be
possible.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


Re: Moving to subversion?

2004-04-21 Thread Daisuke Maki
Hmmm, I haven't used Subversion before, but as long as there's something 
for OS X, it's fine... (And speaking of which: 
http://www.pycs.net/bbum/2004/3/16/).

Too bad we can't just get a free copy of Perforce. I really enjoyed it 
at my previous work.

Now I need to go read about svn.

--d

Dave Rolsky wrote:

I'm getting fed up with the damn sourceforge CVS instability and slowness.

What do people think of moving to Subversion, hosted either on my own box
(svn.urth.org) or maybe svn.perl.org if I can talk Ask and/or Robert into
it?
I'd convert the existing CVS repo, and since we don't have any branches
(AFAIK), it should work fine (tags convert ok, IIRC).
Subversion runs on Windows (and there's a binary installer), Linux, BSDs,
Solaris, and Mac OS X.
Objections?  Comments?

-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/



Re: Moving to subversion?

2004-04-21 Thread Dave Rolsky
On Thu, 22 Apr 2004, Daisuke Maki wrote:

 Too bad we can't just get a free copy of Perforce. I really enjoyed it
 at my previous work.

We probably could, but I wouldn't use it.  I prefer free software over
propietary when given the choice, and Subversion works quite well.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


Re: Moving to subversion?

2004-04-21 Thread Matt Sisk
Just on a usability note, I'm in favor. I've been using svn on several 
in-house projects over the last year or so, with no complaints -- well, 
setting up the server end is somewhat involved, but once it's set up you 
rarely have to visit it again.

The added functionality (proper handling of directories, renaming, etc) 
are beyond worth it.

Oh, for the OS X question, here's my first hit on google:

http://www.pycs.net/bbum/2004/3/16/

Cheers,
Matt