Re: [admin] DVCS platform at W3C

2010-06-08 Thread Robin Berjon
Hi Nikunj,

On Jun 7, 2010, at 23:00 , Nikunj Mehta wrote:
> We have started using Mercurial for IndexedDB. I would like to propose moving 
> the IndexedDB spec's location to that repository in order to enable multiple 
> editors to work on it. Does anyone see a problem with that?
> 
> Also, we will need help to host the editor's draft from mercurial instead of 
> cvs. What is the best way to do that?

One thing that's not obvious from the hg interface is that the pointer to the 
latest version of the spec is at:

  http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html

(if you click through the HTML interface, you'll reach a URI that's a pointer 
to the latest commit, but if you distribute that link and make new commits, 
it'll point to the older revision).

I would like to suggest that we use an .htaccess in dev.w3 to proxy to the hg 
version. This has two advantages: 1) we can keep the current location, and 2) 
you can point to ReSpec on the same server which will keep you from 
cross-domain issues that you would otherwise have down the line. (Note that 
ReSpec v2 is also on the new system, so that won't be an issue going forward).

My mod_rewrite-fu is way rusty, but I'm guessing that a variation on the 
following ought to work:

RewriteEngine  on
RewriteRule^/2006/webapi/IndexedDB/(.*) 
http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/$1 [PL]

-- 
Robin Berjon - http://berjon.com/






Re: [admin] DVCS platform at W3C

2010-06-07 Thread Nikunj Mehta
We have started using Mercurial for IndexedDB. I would like to propose moving 
the IndexedDB spec's location to that repository in order to enable multiple 
editors to work on it. Does anyone see a problem with that?

Also, we will need help to host the editor's draft from mercurial instead of 
cvs. What is the best way to do that?

Nikunj

On Apr 29, 2010, at 7:52 AM, Arthur Barstow wrote:

> FYI.
> 
> From: Alexandre Bertails berta...@w3.org
> Subject: DVCS platform at W3C
> Date: April 29, 2010 10:23:55 AM EDT
> 
> W3C is pleased to announce the availability of its new Distributed
> Version Control System, based on Mercurial [1].
> 
> If one wants to request a new repository, just send an email to
> sysreq at w3 dot org with the following informations:
> 
> * a name for the repository. You can find some examples on [2]
> * a contact for this repository
> * the groups that are allowed to push changes to this repository
> 
> Note all resources in Mercurial will be World readable. A group is
> actually a DBWG group [3]. You can specify several ones and this list
> can be updated later.
> 
> Alexandre Bertails, W3C Systems Team.
> 
> [1] http://mercurial.selenic.com/about/
> [2] http://dvcs.w3.org/hg
> [3] http://www.w3.org/2000/09/dbwg/groups
> 
> 




Re: [widgets] Moving to DVCS platform Re: [admin] DVCS platform at W3C

2010-05-04 Thread Marcos Caceres



On 4/05/10 3:16 PM, Robin Berjon wrote:

On May 4, 2010, at 14:56 , Marcos Caceres wrote:

right, so it would basically end up looking like:

widgets/[specname]

so:

widgets/packaging/
widgets/updates/
widgets/interface/
widgets/digsig/

and so on... for non-widget stuff, I don't know. Maybe we need just a general 
"webapps" repo or something.


That WFM. I guess we should just have one webapps repo under which widgets is 
one directory, no?


That also works fine.




--
Marcos Caceres
Opera Software



Re: [widgets] Moving to DVCS platform Re: [admin] DVCS platform at W3C

2010-05-04 Thread Robin Berjon
On May 4, 2010, at 14:56 , Marcos Caceres wrote:
> right, so it would basically end up looking like:
> 
> widgets/[specname]
> 
> so:
> 
> widgets/packaging/
> widgets/updates/
> widgets/interface/
> widgets/digsig/
> 
> and so on... for non-widget stuff, I don't know. Maybe we need just a general 
> "webapps" repo or something.

That WFM. I guess we should just have one webapps repo under which widgets is 
one directory, no?

-- 
Robin Berjon - http://berjon.com/






Re: [widgets] Moving to DVCS platform Re: [admin] DVCS platform at W3C

2010-05-04 Thread timeless
On Tue, May 4, 2010 at 3:25 PM, Marcos Caceres  wrote:
> With the WG's permission, I would like to move the widget specs to the
>  DVCS platform.

sounds good

> Maybe we can put it on the agenda for discussion tomorrow.



Re: [widgets] Moving to DVCS platform Re: [admin] DVCS platform at W3C

2010-05-04 Thread Marcos Caceres



On 4/05/10 2:39 PM, Robin Berjon wrote:

On May 4, 2010, at 14:25 , Marcos Caceres wrote:

With the WG's permission, I would like to move the widget specs to the
DVCS platform. Maybe we can put it on the agenda for discussion
tomorrow.


+1 with the proviso that we put links from the old CVS version to the new stuff 
so people don't keep seeing outdated stuff.


Definitely.


Also, if we could take this opportunity to change the directory names so that they don't 
all start with "widgets-" it'd be nice. Some of those specs have moved on to 
not be widget-related anymore, and it's a PITA with autocompletion for those of us who 
spend a fair amount of time in there.


right, so it would basically end up looking like:

widgets/[specname]

so:

widgets/packaging/
widgets/updates/
widgets/interface/
widgets/digsig/

and so on... for non-widget stuff, I don't know. Maybe we need just a 
general "webapps" repo or something.



--
Marcos Caceres
Opera Software



Re: [widgets] Moving to DVCS platform Re: [admin] DVCS platform at W3C

2010-05-04 Thread Robin Berjon
On May 4, 2010, at 14:25 , Marcos Caceres wrote:
> With the WG's permission, I would like to move the widget specs to the
> DVCS platform. Maybe we can put it on the agenda for discussion
> tomorrow.

+1 with the proviso that we put links from the old CVS version to the new stuff 
so people don't keep seeing outdated stuff.

Also, if we could take this opportunity to change the directory names so that 
they don't all start with "widgets-" it'd be nice. Some of those specs have 
moved on to not be widget-related anymore, and it's a PITA with autocompletion 
for those of us who spend a fair amount of time in there.

-- 
Robin Berjon - http://berjon.com/






[widgets] Moving to DVCS platform Re: [admin] DVCS platform at W3C

2010-05-04 Thread Marcos Caceres
With the WG's permission, I would like to move the widget specs to the
 DVCS platform. Maybe we can put it on the agenda for discussion
tomorrow.

Kind regards,
Marcos

On Thu, Apr 29, 2010 at 4:52 PM, Arthur Barstow  wrote:
> FYI.
>
> From: Alexandre Bertails berta...@w3.org
> Subject: DVCS platform at W3C
> Date:   April 29, 2010 10:23:55 AM EDT
>
> W3C is pleased to announce the availability of its new Distributed
> Version Control System, based on Mercurial [1].
>
> If one wants to request a new repository, just send an email to
> sysreq at w3 dot org with the following informations:
>
> * a name for the repository. You can find some examples on [2]
> * a contact for this repository
> * the groups that are allowed to push changes to this repository
>
> Note all resources in Mercurial will be World readable. A group is
> actually a DBWG group [3]. You can specify several ones and this list
> can be updated later.
>
> Alexandre Bertails, W3C Systems Team.
>
> [1] http://mercurial.selenic.com/about/
> [2] http://dvcs.w3.org/hg
> [3] http://www.w3.org/2000/09/dbwg/groups
>
>
>



-- 
Marcos Caceres
Opera Software ASA, http://www.opera.com/
http://datadriven.com.au



[admin] DVCS platform at W3C

2010-04-29 Thread Arthur Barstow

FYI.

From: Alexandre Bertails berta...@w3.org
Subject: DVCS platform at W3C
Date:   April 29, 2010 10:23:55 AM EDT

W3C is pleased to announce the availability of its new Distributed
Version Control System, based on Mercurial [1].

If one wants to request a new repository, just send an email to
sysreq at w3 dot org with the following informations:

* a name for the repository. You can find some examples on [2]
* a contact for this repository
* the groups that are allowed to push changes to this repository

Note all resources in Mercurial will be World readable. A group is
actually a DBWG group [3]. You can specify several ones and this list
can be updated later.

Alexandre Bertails, W3C Systems Team.

[1] http://mercurial.selenic.com/about/
[2] http://dvcs.w3.org/hg
[3] http://www.w3.org/2000/09/dbwg/groups