Re: [jexl] Migration to Git

2018-02-06 Thread henrib
No complaints nor remarks, just a simple "thank you" note.
(ps: rebelling against considering positive reinforcement as clutter :-D )



--
Sent from: http://apache-commons.680414.n4.nabble.com/Commons-Dev-f680415.html

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [jexl] Migration to Git

2018-02-03 Thread sebb
On 4 February 2018 at 00:02, Emmanuel Bourg  wrote:
> Le 04/02/2018 à 00:49, sebb a écrit :
>
>> That should be:
>>
>> https://gitbox.apache.org/repos/asf?p=commons-jexl.git
>
> Yes sorry, but note that this URL can't be used with "git clone", the
> clone URL is:
>
> https://gitbox.apache.org/repos/asf/commons-jexl.git
>
>
>> Won't that break old references?
>
> Which ones?

References such as tag names in vote emails.

> This is a new repository, there is no reference to it yet.

But it's not empty.

> The old references to SVN will keep working.

We normally move the SVN tree.

>
>> What about history?
>
> The history is fully preserved. I even resurrected tags that were
> missing from SVN (2.0-RC1 and 2.0-RC2).

Not sure that was necessary.
We don't normally keep old tags after vote completion unless the vote
was successful.
They may be useful during voting (to see what changed between RCs),
but later they are just noise.

> Emmanuel Bourg
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [jexl] Migration to Git

2018-02-03 Thread Emmanuel Bourg
Le 04/02/2018 à 00:49, sebb a écrit :

> That should be:
> 
> https://gitbox.apache.org/repos/asf?p=commons-jexl.git

Yes sorry, but note that this URL can't be used with "git clone", the
clone URL is:

https://gitbox.apache.org/repos/asf/commons-jexl.git


> Won't that break old references?

Which ones? This is a new repository, there is no reference to it yet.
The old references to SVN will keep working.


> What about history?

The history is fully preserved. I even resurrected tags that were
missing from SVN (2.0-RC1 and 2.0-RC2).

Emmanuel Bourg

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [jexl] Migration to Git

2018-02-03 Thread sebb
On 3 February 2018 at 23:52, Emmanuel Bourg  wrote:
> Le 04/02/2018 à 00:46, Gilles a écrit :
>
>> Link returns:
>> ---CUT---
>> XML Parsing Error: junk after document element Location:
>> https://gitbox.apache.org/repos/commons-jexl.git Line Number 33, Column 8:
>> 
>> ---^
>> ---CUT---
>
> Oops it's https://gitbox.apache.org/repos/asf/commons-jexl.git

Which redirects to:

https://gitbox.apache.org/repos/asf?p=commons-jexl.git

Though the former is marginally easier to type...

> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [jexl] Migration to Git

2018-02-03 Thread Emmanuel Bourg
Le 04/02/2018 à 00:46, Gilles a écrit :

> Link returns:
> ---CUT---
> XML Parsing Error: junk after document element Location:
> https://gitbox.apache.org/repos/commons-jexl.git Line Number 33, Column 8:
> 
> ---^
> ---CUT---

Oops it's https://gitbox.apache.org/repos/asf/commons-jexl.git

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [jexl] Migration to Git

2018-02-03 Thread sebb
On 3 February 2018 at 23:37, Emmanuel Bourg  wrote:
> Hi all,
>
> I'm pleased to announce that JEXL has moved to Git. This is the first
> Commons component using the new gitbox.apache.org service, so the URL is
> slightly different from the others :
>
>https://gitbox.apache.org/repos/commons-jexl.git

That should be:

https://gitbox.apache.org/repos/asf?p=commons-jexl.git

> The migration was also the opportunity to rename the old CVS style tags
> (COMMONS_JEXL_3_1) to a shorter form (3.1).

Won't that break old references?

What about history?


> The mail notifications don't
> work yet and the GitHub isn't fully up to date (only the master branch).
> These issues are being tracked by INFRA-15965.
>
> Emmanuel Bourg
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [jexl] Migration to Git

2018-02-03 Thread Gilles

On Sun, 4 Feb 2018 00:37:49 +0100, Emmanuel Bourg wrote:

Hi all,

I'm pleased to announce that JEXL has moved to Git. This is the first
Commons component using the new gitbox.apache.org service, so the URL 
is

slightly different from the others :

   https://gitbox.apache.org/repos/commons-jexl.git


Link returns:
---CUT---
XML Parsing Error: junk after document element Location: 
https://gitbox.apache.org/repos/commons-jexl.git Line Number 33, Column 
8:


---^
---CUT---

Gilles


[...]



-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[jexl] Migration to Git

2018-02-03 Thread Emmanuel Bourg
Hi all,

I'm pleased to announce that JEXL has moved to Git. This is the first
Commons component using the new gitbox.apache.org service, so the URL is
slightly different from the others :

   https://gitbox.apache.org/repos/commons-jexl.git

The migration was also the opportunity to rename the old CVS style tags
(COMMONS_JEXL_3_1) to a shorter form (3.1). The mail notifications don't
work yet and the GitHub isn't fully up to date (only the master branch).
These issues are being tracked by INFRA-15965.

Emmanuel Bourg

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org