Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2021 14:29:35 +0200
From:      Lars Liedtke <liedtke@punkt.de>
To:        freebsd-git@freebsd.org
Subject:   Re: Read-only SVN mirror for ports: how large would it be?
Message-ID:  <1de727e0-a4aa-5b13-b80c-b0d251c6774d@punkt.de>
In-Reply-To: <20210422084613.GA921@regency.nsu.ru>
References:  <20210422084613.GA921@regency.nsu.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Hey,

may I ask why you want to keep track of that in SVN?

Because your git repository is all local so you could commit those
changes you made locally into your repo, without interfering with the
upstream repo (as long as you do not push). If you'd like to keep the
changes seperate from things you might push, then you could track them
in a different branch, into which you merge the commits adding to the
"main" branch over time, or you rebase your branch on main. If this is
for you, you should read about the difference bewteen merge and rebase
in more detail to decide, which is best for you.

Cheers

Lars

Am 22.04.21 um 10:46 schrieb Alexey Dokuchaev via freebsd-git:
> Hi there,
>
> I'm thinking about creating local SVN read-only mirror for ports, to make
> it easier to keep uncommitted local changes.  I'm currently rsync'ing Git
> clone to /usr/ports, but that makes local changes even harder to maintain.
>
> I'm a bit afraid that I might not have enough disk space.  How big is the
> SVN repo after "git svn dcommit" to svn-remote and how long it might take,
> if we speak of local mirror and an average ~2018 laptop and 5400 rpm HDD?
>
> ./danfe
> _______________________________________________
> freebsd-git@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-git
> To unsubscribe, send any mail to "freebsd-git-unsubscribe@freebsd.org"

-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a	
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
info@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1de727e0-a4aa-5b13-b80c-b0d251c6774d>