[darcs-devel] [issue696] 'get --lazy' vs 'scp -r'

2008-02-16 Thread Michael Fellinger

New submission from Michael Fellinger [EMAIL PROTECTED]:

I've just tried out latest darcs from the unstable and converted our repo to 
hashed format: http://darcs.ramaze.net/ramaze.hashed

For some reason, get --lazy via ssh takes an hour, while the same from http 
takes 7 minutes. A complete `scp -r` is in between. Wouldn't it be possible to 
improve speed of get, maybe by using a remote command to tar.(bz2|gz) the whole 
repo and d/l that or using scp -r?

I tried following:
scp -r ramaze.net:ramaze.hashed .  1.21s user 8.50s system 0% cpu 38:51.73 total
darcs get --lazy ramaze.net:ramaze.hashed ramaze  6.08s user 4.97s system 0% 
cpu 59:59.34 total
darcs get --lazy http://darcs.ramaze.net/ramaze.hashed ramaze.hashed.lazy.http  
1.09s user 2.41s system 0% cpu 7:33.57 total

--
messages: 3494
nosy: beschmi, droundy, kowey, manveru, tommy
priority: wishlist
status: unread
title: 'get --lazy' vs 'scp -r'

__
Darcs bug tracker [EMAIL PROTECTED]
http://bugs.darcs.net/issue696
__
___
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel


[darcs-devel] [issue659] Release Darcs 2.0

2008-02-16 Thread Mark Stosberg


Adding issue568 as a dependency. It's apparent regression in the unstable branch
with the title of wrong report of Skipped 6 patches due to dependencies.

--
superseder: +wrong report of Skipped 6 patches due to dependencies

__
Darcs bug tracker [EMAIL PROTECTED]
http://bugs.darcs.net/issue659
__
___
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel


[darcs-devel] [issue697] darcs apply = bus error

2008-02-16 Thread Eric Kow

New submission from Eric Kow [EMAIL PROTECTED]:

Trying to apply this patch gives me a bus error.

--
files: darcs5aba1e
messages: 3496
nosy: beschmi, droundy, kowey, tommy
priority: bug
status: unread
title: darcs apply = bus error

__
Darcs bug tracker [EMAIL PROTECTED]
http://bugs.darcs.net/issue697
__

darcs5aba1e
Description: Binary data
___
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel


Re: [darcs-devel] darcs patch: make Hopefully have type witnesses

2008-02-16 Thread Eric Y. Kow
Hi Jason,

This patch seems to make list_authors and darcs changes hang on my
macbook.  Any ideas?

-- 
Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow
PGP Key ID: 08AC04F9


pgpx5jmlXDHxa.pgp
Description: PGP signature
___
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel


Re: [darcs-devel] [issue659] Release Darcs 2.0

2008-02-16 Thread Don Stewart
bugs:
 
 
 Adding new recommended dependency: disabling bytestring by default for now 
 to
 avoid bus errors.
 

bus errors using bytestring by default? Has the cause of this been
identified?
___
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel


[darcs-devel] [issue659] Release Darcs 2.0

2008-02-16 Thread Eric Kow


Hi Don,

 bus errors using bytestring by default? Has the cause of this been
 identified?

It's an error I got trying to apply a patch which was darcs sent from
a Windows box

  http://bugs.darcs.net/issue697

The repository is the wxhaskell one (actually the patch has already
been applied, so you'll have to unpull it to see this in action)

--
nosy: +dons

__
Darcs bug tracker [EMAIL PROTECTED]
http://bugs.darcs.net/issue659
__
___
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel


Re: [darcs-devel] darcs patch: make Hopefully have type witnesses

2008-02-16 Thread Jason Dagit
On Feb 16, 2008 10:40 AM, Eric Y. Kow [EMAIL PROTECTED] wrote:
 Hi Jason,

 This patch seems to make list_authors and darcs changes hang on my
 macbook.  Any ideas?

I made a copy of my working repo, reverted everything back to where
this patch was on the top, compiled and ./list_authors and ./darcs
changes both work just fine for me.

Running, make test, shows that  hashed_inventory.sh fails.  But, when
l unpull my patch the test still fails so I don't think I caused the
bug in hashed_inventory.sh and I think I could probably get rid of it
by pulling in more patches from unstable.

Jason
___
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel


Re: [darcs-devel] darcs patch: make Hopefully have type witnesses

2008-02-16 Thread Eric Y. Kow
On Sat, Feb 16, 2008 at 12:09:26 -0800, Jason Dagit wrote:
 I made a copy of my working repo, reverted everything back to where
 this patch was on the top, compiled and ./list_authors and ./darcs
 changes both work just fine for me.

For what it's worth, I've run disk repair (using the install CD), and
indeed there are minor problems that needed to be fixed.  Still,
having fixed those, I'm getting the same stuckedness.

I do wonder if I have actually somehow managed to hose my system.
Need more backups!

-- 
Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow
PGP Key ID: 08AC04F9


pgp0hBfyKrNWf.pgp
Description: PGP signature
___
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel


[darcs-devel] [issue659] Release Darcs 2.0

2008-02-16 Thread Mark Stosberg


Nominating bug with pre-gzipped files as something to look into before the Darcs
2 release. That's issue673.

--
superseder: +hash failure with hashed and darcs-2 format

__
Darcs bug tracker [EMAIL PROTECTED]
http://bugs.darcs.net/issue659
__
___
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel


[darcs-devel] [issue659] Release Darcs 2.0

2008-02-16 Thread Mark Stosberg


I'm nominating issue585 to be addressed for the Darcs 2 to be released. This is
a bug in convert where flattening mergers changes the dependency structure and
can make old tags inaccessible.

--
superseder: +optimize --reorder = Failure commuting patches in commute_by 
called by gpit! (Darcs2)

__
Darcs bug tracker [EMAIL PROTECTED]
http://bugs.darcs.net/issue659
__
___
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel