Re: [Haskell-cafe] A small Darcs anomoly

2011-04-26 Thread Radoslav Dorcik
On Tue, Apr 26, 2011 at 3:16 PM, Andrew Coppin
andrewcop...@btinternet.com wrote:
 Presumably David thought the same. I won't deny that there is a certain
 simplifying elegance to it.

 It does mean that you duplicate information. You have [nearly] the same
 set of patches stored twice,

 No, if on the same machine, the patches only appear once, it is just the
 index that duplicates some information (I think).  In fact just as if it
 were a branch in another VCS.

 1. Conceptually, you have the same information twice.

 2. I have no idea how to make Darcs do the thing with hard links (is that
 even supported under Windows?) I just copy the whole folder using the normal
 OS file tools.

 Either way, you lose the ability to see how branches are related to each
 other, which might be useful in some cases.

http://wiki.darcs.net/Ideas/Branches

I would like to have in-place Darcs branches too but not for wasting
space reason.
It is nice to keep complete history of the project and with current
loose coupling of branches it requires more discipline from me :)

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] darcs repo browser

2011-04-01 Thread Radoslav Dorcik
Hi,

there is one haskell web application based on happstack for viewing
foreign darcs repos exposed only on pure HTTP servers.
I need that for checking status of some repositories when I don't have
access to darcs binary/shell... maybe it can be useful for somebody
else too.

Service is running on following URL: http://handra.rampa.sk/dawb/changes
See more comments on http://rampa.sk/static/dawb.html

Regarding RSS feeds - Please send me a note If you find the hourly
cron job I run on some repos to produce feeds too expensive for your
server resources.
It does not obey robots.txt file yet.

Regards,
Rado

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Haskell Platform - distiguish packages in Hackage

2009-12-29 Thread Radoslav Dorcik

Hello,

is it possible to distiguish which package is included at Haskell
Platform directly from Hackage web interface or `cabal info` ? 

So anybody can recognize if the dependecy of his package is going from
platform or not without platform installed.

Thanks,
Rado
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe