Re: Outdated 1.22 branch

2021-07-14 Thread Konrad Windszus
Look at https://stackoverflow.com/a/23719418

> Am 14.07.2021 um 15:42 schrieb Andrei Dulceanu :
> 
> Hi Konrad, Julian,
> 
> Thank you for your replies! I somehow ended up looking in pom.xml for trunk
> in svn as well and messed up all the info I had in my head :)
> 
> Now is clear your recommendation, but still don't know what to put inside
> ? Should it still be `HEAD`? Why?
> 
> Regards,
> Andrei
> 
>> On Wed, Jul 14, 2021 at 4:27 PM Konrad Windszus  wrote:
>> 
>> Exactly, you need to backport the scm changes in all pom.xmls from
>> https://issues.apache.org/jira/browse/OAK-9440 <
>> https://issues.apache.org/jira/browse/OAK-9440> to other branches if you
>> want to cut releases from them.
>> Konrad
>> 
 On 14. Jul 2021, at 15:02, Julian Sedding  wrote:
>>> 
>>> Hi Andrei
>>> 
>>> I assume you would need to adjust the SCM Info in the pom of the
>>> "1.22" branch in Git (compare with the pom in "trunk" branch). The SVN
>>> branches are dead after migration to Git AFAIK.
>>> 
>>> I don't know if other adjustments are required. Konrad would likely know.
>>> 
>>> Regards
>>> Julian
>>> 
>>> On Wed, Jul 14, 2021 at 2:44 PM Andrei Dulceanu 
>> wrote:
 
 Hi all,
 
 I have a quick question for you: are all Oak svn branches still updated
 after migration to Git?
 
 I’m trying to cut 1.22.8 release and obviously it fails if I try it
>> under
 git checkout, so I moved in the svn checkout, but then this seems
>> outdated:
 
 jackrabbit-oak-1-22 dulceanu$ svn log -l 1
 
 r1888717 | mreutegg | 2021-04-13 12:58:52 +0300 (Tue, 13 Apr 2021) | 3
 linesOAK-9393: Release Oak 1.22.7Fix version of oak-doc and
 oak-doc-railroad-macro after release
 
 
 I quickly checked what’s the status for trunk and this one is
>> up-to-date:
 
 jackrabbit-oak dulceanu$ svn log -l 1
 
 r1890974 | miroslav | 2021-06-22 18:33:17 +0300 (Tue, 22 Jun 2021) | 1
 lineOAK-9469 in case of the timeout in AzureRepositoryLock, retry
 renewing the lease
 
 
 How can I progress with cutting 1.22.8 release? Any ideas?
 
 Regards,
 Andrei
>> 
>> 


Re: Outdated 1.22 branch

2021-07-14 Thread Andrei Dulceanu
You are right, I saw that later myself, but hit the send button too quick.

On Wed, Jul 14, 2021 at 4:38 PM Konrad Windszus  wrote:

>
>
> > On 14. Jul 2021, at 14:44, Andrei Dulceanu  wrote:
> >
> > I quickly checked what’s the status for trunk and this one is up-to-date:
> >
> > jackrabbit-oak dulceanu$ svn log -l 1
> > 
> > r1890974 | miroslav | 2021-06-22 18:33:17 +0300 (Tue, 22 Jun 2021) | 1
> > lineOAK-9469 in case of the timeout in AzureRepositoryLock, retry
> > renewing the lease
> > 
>
>
> This is not up2date but the last commit before the migration. Compare with
> https://github.com/apache/jackrabbit-oak/commits/trunk <
> https://github.com/apache/jackrabbit-oak/commits/trunk>
>
> Konrad


Re: Outdated 1.22 branch

2021-07-14 Thread Andrei Dulceanu
Hi Konrad, Julian,

Thank you for your replies! I somehow ended up looking in pom.xml for trunk
in svn as well and messed up all the info I had in my head :)

Now is clear your recommendation, but still don't know what to put inside
? Should it still be `HEAD`? Why?

Regards,
Andrei

On Wed, Jul 14, 2021 at 4:27 PM Konrad Windszus  wrote:

> Exactly, you need to backport the scm changes in all pom.xmls from
> https://issues.apache.org/jira/browse/OAK-9440 <
> https://issues.apache.org/jira/browse/OAK-9440> to other branches if you
> want to cut releases from them.
> Konrad
>
> > On 14. Jul 2021, at 15:02, Julian Sedding  wrote:
> >
> > Hi Andrei
> >
> > I assume you would need to adjust the SCM Info in the pom of the
> > "1.22" branch in Git (compare with the pom in "trunk" branch). The SVN
> > branches are dead after migration to Git AFAIK.
> >
> > I don't know if other adjustments are required. Konrad would likely know.
> >
> > Regards
> > Julian
> >
> > On Wed, Jul 14, 2021 at 2:44 PM Andrei Dulceanu 
> wrote:
> >>
> >> Hi all,
> >>
> >> I have a quick question for you: are all Oak svn branches still updated
> >> after migration to Git?
> >>
> >> I’m trying to cut 1.22.8 release and obviously it fails if I try it
> under
> >> git checkout, so I moved in the svn checkout, but then this seems
> outdated:
> >>
> >> jackrabbit-oak-1-22 dulceanu$ svn log -l 1
> >> 
> >> r1888717 | mreutegg | 2021-04-13 12:58:52 +0300 (Tue, 13 Apr 2021) | 3
> >> linesOAK-9393: Release Oak 1.22.7Fix version of oak-doc and
> >> oak-doc-railroad-macro after release
> >>
> >>
> >> I quickly checked what’s the status for trunk and this one is
> up-to-date:
> >>
> >> jackrabbit-oak dulceanu$ svn log -l 1
> >> 
> >> r1890974 | miroslav | 2021-06-22 18:33:17 +0300 (Tue, 22 Jun 2021) | 1
> >> lineOAK-9469 in case of the timeout in AzureRepositoryLock, retry
> >> renewing the lease
> >> 
> >>
> >> How can I progress with cutting 1.22.8 release? Any ideas?
> >>
> >> Regards,
> >> Andrei
>
>


Re: Outdated 1.22 branch

2021-07-14 Thread Konrad Windszus


> On 14. Jul 2021, at 14:44, Andrei Dulceanu  wrote:
> 
> I quickly checked what’s the status for trunk and this one is up-to-date:
> 
> jackrabbit-oak dulceanu$ svn log -l 1
> 
> r1890974 | miroslav | 2021-06-22 18:33:17 +0300 (Tue, 22 Jun 2021) | 1
> lineOAK-9469 in case of the timeout in AzureRepositoryLock, retry
> renewing the lease
> 


This is not up2date but the last commit before the migration. Compare with 
https://github.com/apache/jackrabbit-oak/commits/trunk 


Konrad

Re: Outdated 1.22 branch

2021-07-14 Thread Konrad Windszus
Exactly, you need to backport the scm changes in all pom.xmls from 
https://issues.apache.org/jira/browse/OAK-9440 
 to other branches if you want 
to cut releases from them.
Konrad

> On 14. Jul 2021, at 15:02, Julian Sedding  wrote:
> 
> Hi Andrei
> 
> I assume you would need to adjust the SCM Info in the pom of the
> "1.22" branch in Git (compare with the pom in "trunk" branch). The SVN
> branches are dead after migration to Git AFAIK.
> 
> I don't know if other adjustments are required. Konrad would likely know.
> 
> Regards
> Julian
> 
> On Wed, Jul 14, 2021 at 2:44 PM Andrei Dulceanu  wrote:
>> 
>> Hi all,
>> 
>> I have a quick question for you: are all Oak svn branches still updated
>> after migration to Git?
>> 
>> I’m trying to cut 1.22.8 release and obviously it fails if I try it under
>> git checkout, so I moved in the svn checkout, but then this seems outdated:
>> 
>> jackrabbit-oak-1-22 dulceanu$ svn log -l 1
>> 
>> r1888717 | mreutegg | 2021-04-13 12:58:52 +0300 (Tue, 13 Apr 2021) | 3
>> linesOAK-9393: Release Oak 1.22.7Fix version of oak-doc and
>> oak-doc-railroad-macro after release
>> 
>> 
>> I quickly checked what’s the status for trunk and this one is up-to-date:
>> 
>> jackrabbit-oak dulceanu$ svn log -l 1
>> 
>> r1890974 | miroslav | 2021-06-22 18:33:17 +0300 (Tue, 22 Jun 2021) | 1
>> lineOAK-9469 in case of the timeout in AzureRepositoryLock, retry
>> renewing the lease
>> 
>> 
>> How can I progress with cutting 1.22.8 release? Any ideas?
>> 
>> Regards,
>> Andrei



Re: Outdated 1.22 branch

2021-07-14 Thread Konrad Windszus
Hi Andrei,
No, SVN is read-only and no longer updated as outlined in 
https://issues.apache.org/jira/browse/OAK-9440.\ 

Konrad

> On 14. Jul 2021, at 14:44, Andrei Dulceanu  wrote:
> 
> Hi all,
> 
> I have a quick question for you: are all Oak svn branches still updated
> after migration to Git?
> 
> I’m trying to cut 1.22.8 release and obviously it fails if I try it under
> git checkout, so I moved in the svn checkout, but then this seems outdated:
> 
> jackrabbit-oak-1-22 dulceanu$ svn log -l 1
> 
> r1888717 | mreutegg | 2021-04-13 12:58:52 +0300 (Tue, 13 Apr 2021) | 3
> linesOAK-9393: Release Oak 1.22.7Fix version of oak-doc and
> oak-doc-railroad-macro after release
> 
> 
> I quickly checked what’s the status for trunk and this one is up-to-date:
> 
> jackrabbit-oak dulceanu$ svn log -l 1
> 
> r1890974 | miroslav | 2021-06-22 18:33:17 +0300 (Tue, 22 Jun 2021) | 1
> lineOAK-9469 in case of the timeout in AzureRepositoryLock, retry
> renewing the lease
> 
> 
> How can I progress with cutting 1.22.8 release? Any ideas?
> 
> Regards,
> Andrei



Re: Outdated 1.22 branch

2021-07-14 Thread Julian Sedding
Hi Andrei

I assume you would need to adjust the SCM Info in the pom of the
"1.22" branch in Git (compare with the pom in "trunk" branch). The SVN
branches are dead after migration to Git AFAIK.

I don't know if other adjustments are required. Konrad would likely know.

Regards
Julian

On Wed, Jul 14, 2021 at 2:44 PM Andrei Dulceanu  wrote:
>
> Hi all,
>
> I have a quick question for you: are all Oak svn branches still updated
> after migration to Git?
>
> I’m trying to cut 1.22.8 release and obviously it fails if I try it under
> git checkout, so I moved in the svn checkout, but then this seems outdated:
>
> jackrabbit-oak-1-22 dulceanu$ svn log -l 1
> 
> r1888717 | mreutegg | 2021-04-13 12:58:52 +0300 (Tue, 13 Apr 2021) | 3
> linesOAK-9393: Release Oak 1.22.7Fix version of oak-doc and
> oak-doc-railroad-macro after release
>
>
> I quickly checked what’s the status for trunk and this one is up-to-date:
>
> jackrabbit-oak dulceanu$ svn log -l 1
> 
> r1890974 | miroslav | 2021-06-22 18:33:17 +0300 (Tue, 22 Jun 2021) | 1
> lineOAK-9469 in case of the timeout in AzureRepositoryLock, retry
> renewing the lease
> 
>
> How can I progress with cutting 1.22.8 release? Any ideas?
>
> Regards,
> Andrei