Re: Welcome to the land of Subversion

2005-04-13 Thread Robert Spier
At Wed, 13 Apr 2005 02:07:05 -0400,
Roger Hale wrote:
 
 Robert Spier wrote:
 Could that be added as 4th line?
  Good ideas, all of them.  I've updated the page to add that, and to
  switch to bz2.
  -R
 
 Following Nicholas Clark:
bzcat svk-mirror-dump.bz2 | svnadmin load --ignore-uuid ~/.svk/parrot
 presumably should be
bzcat svk-bootstrap-dump.bz2 | svnadmin load --ignore-uuid ~/.svk/parrot
 (Although parrotcode.org is denying all knowledge of the file presently...)

Thanks Roger...  I really shouldn't update the website while watching
TV.  Distraction and all.

Fixed and fixed.

-R


Re: Welcome to the land of Subversion

2005-04-13 Thread Roger Hale
Robert Spier wrote:
Could that be added as 4th line?

Good ideas, all of them.  I've updated the page to add that, and to
switch to bz2.
-R
Following Nicholas Clark:
  bzcat svk-mirror-dump.bz2 | svnadmin load --ignore-uuid ~/.svk/parrot
presumably should be
  bzcat svk-bootstrap-dump.bz2 | svnadmin load --ignore-uuid ~/.svk/parrot
(Although parrotcode.org is denying all knowledge of the file presently...)
regards,
 Roger


Re: Welcome to the land of Subversion

2005-04-12 Thread Robert Spier
 Could that be added as 4th line?

Good ideas, all of them.  I've updated the page to add that, and to
switch to bz2.

-R


Re: Welcome to the land of Subversion

2005-04-11 Thread Nicholas Clark
On Sun, Apr 10, 2005 at 10:54:21AM -0700, Robert Spier wrote:
 
 The conversion is done.
 
 http://www.parrotcode.org/source.html

  zcat svk-mirror-dump | svnadmin load --ignore-uuid ~/.svk/parrot

should be

  zcat svk-bootstrap-dump.gz | svnadmin load --ignore-uuid ~/.svk/parrot

Also, if you bzip2 that file it's a lot smaller:

-rw-r--r--  1 nick  nick  96313019 10 Apr 18:34 svk-bootstrap-dump.gz
-rw-r--r--  1 nick  nick  58202323 10 Apr 18:34 svk-bootstrap-dump.bz2

I think it's fair to assume that anyone clueful enough to want to mirror
the entire revision history into svk will have bzip2 or know where to get
it.

It took a bit of time and digging for me to work out that the next command to
run after the svnadmin is

  svk sync /parrot/mirror


Could that be added as 4th line?

Nicholas Clark


Re: Welcome to the land of Subversion

2005-04-11 Thread Leopold Toetsch
Robert Spier [EMAIL PROTECTED] wrote:

 The conversion is done.

Great work. Thanks a lot.

leo


Re: Welcome to the land of Subversion (for Debian)

2005-04-11 Thread Chip Salzenberg
Anybody using Debian and emacs, a clue: I had to edit a couple of
files to get Subversion support enabled automatically.  All of the
actual elisp code in:

   /etc/emacs/site-start.d/50psvn.el
   /etc/emacs/site-start.d/50vc-svn.el

was commented out. (?!)  Once I uncommented it, emacs recognized that
Parrot code was Subversion-controlled, and the VC submode commands
seemed to work fine.
-- 
Chip Salzenberg- a.k.a. -[EMAIL PROTECTED]
 Open Source is not an excuse to write fun code
then leave the actual work to others.


Re: Welcome to the land of Subversion

2005-04-10 Thread Ron Blaschke
Robert Spier wrote:
 The conversion is done.
 http://www.parrotcode.org/source.html
 Have fun!

Sweet!  Is there any particular reason why everyone should use https?
Shouldn't http do for non-committers?  Or am I nitpicking here?

Ron






Re: Welcome to the land of Subversion

2005-04-10 Thread Robert Spier
  The conversion is done.
  http://www.parrotcode.org/source.html
  Have fun!
 Sweet!  Is there any particular reason why everyone should use https?
 Shouldn't http do for non-committers?  Or am I nitpicking here?

Not really.  http is fine for non-committers.  But it was easier to
just document one of em.

Other things worth sharing:
  - commit messages aren't moving right now.  They are being sent,
they're just sitting in the moderation queue.  They'll start
moving again soon.

  - http://svn.perl.org/rss/log/parrot.rss