> On Sep 2, 2026, at 3:59 AM, Uroš Bojanić <[email protected]> wrote: > > I'm just unsure whether it's better to archive (attic / read-only) or delete > as you proposed here. I guess it's fine to delete since history is already > carried over to spark-website?
Yes, it looks like the history was imported. If I inspect the oldest 5 commits across both repos, they look the same. Nick --- spark-svn history: $ svn log -r 1:HEAD --limit 5 https://svn.apache.org/repos/asf/spark ------------------------------------------------------------------------ r1500721 | mattmann | 2013-07-08 09:40:38 -0400 (Mon, 08 Jul 2013) | 1 line Creation of Spark website location. ------------------------------------------------------------------------ r1500722 | mattmann | 2013-07-08 09:40:45 -0400 (Mon, 08 Jul 2013) | 1 line Creation of Spark website location. ------------------------------------------------------------------------ r1500725 | mattmann | 2013-07-08 09:42:05 -0400 (Mon, 08 Jul 2013) | 1 line Default index.html page per website request page. ------------------------------------------------------------------------ r1516355 | matei | 2013-08-21 21:35:08 -0400 (Wed, 21 Aug 2013) | 3 lines Test ------------------------------------------------------------------------ r1516934 | andrew | 2013-08-23 13:10:32 -0400 (Fri, 23 Aug 2013) | 1 line test commit andrew. ------------------------------------------------------------------------ spark-website git history: $ git log --reverse --format='%ad %h %an %s' --date=short | head -5 2013-07-08 c37195931f Chris Mattmann Creation of Spark website location. 2013-07-08 507c3281b7 Chris Mattmann Creation of Spark website location. 2013-07-08 39268a1594 Chris Mattmann Default index.html page per website request page. 2013-08-22 2839e02bd9 Matei Alexandru Zaharia Test 2013-08-23 71bac61ea1 Andy Konwinski test commit andrew.
