migration of subversion to parrot.org

Mark Glines mark at glines.org
Sat Jan 17 18:08:29 UTC 2009


Geoffrey Broadwell wrote:
> On Wed, 2009-01-14 at 08:06 -0800, Mark Glines wrote:
>> Allison Randal wrote:
>>> Our perl.org and parrot.org admins will be migrating our subversion 
>>> repository tomorrow (Jan 14th). The svn.perl.org repository will go down 
>>> at 19:00 UTC (11am Pacific time, where the servers are located), and we 
>>> anticipate they'll be up again on svn.parrot.org before 2am UTC (6pm 
>>> Pacific time). I'll keep you updated as things move along, and let you 
>>> know when you can start committing again.
>> Ok.  So, from the perspective of TT #138, I'll take this as a "no"
>> answer and close out the ticket.  There's some interest (well, PerlJam
>> and myself) in setting up a third party semi-public bidirectional git
>> gateway, so I'll focus my efforts in that direction instead.
> 
> I'm all for using git (I use git-svn to do Parrot commits, and I really
> wish Parrot would just bite the bullet and switch to git outright), but
> what about the svn props problem?  Are people still going to be stuck
> with doing all the real work in git, but keeping a raw svn checkout
> around just for updating properties?

That's an interesting question.  As I understand it, the svn properties
used by parrot just tell svn to rewrite things like $Id$ (which git-svn
doesn't bother to do), and to use native line endings for text files
(which git-svn also might not bother to do).  Hmm.  It's possible to
work easily without the former, but development on various platforms
might get bitten by the latter.  (I haven't tested it, but it sounds
problematic.)

Though if you're simply concerned with making codingstd tests pass in
actual svn checkouts, something like
http://marc.info/?l=git&m=121700000016352&w=2 may help.

Mark


More information about the parrot-dev mailing list