On Mon, Dec 13, 2021 at 10:01 PM Bo Berglund via lazarus <
lazarus@lists.lazarus-ide.org> wrote:

> ... the binary will be added to version control ...


You are misusing a version (or revision) control system, Subversion in your
case if I understand right.
Generated binaries should not be added there. It is only for source files.
A revision control system stores diffs between revisions. A diff between 2
binaries is not useful information.
You can share the binaries through a file system, FTP server, web page or
something like that.

Juha
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to