Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Dec 2020 16:28:12 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        jmehr@umn.edu, freebsd-git@freebsd.org
Subject:   Re: gitup
Message-ID:  <20201206.162812.193024218114021427.yasu@utahime.org>
In-Reply-To: <CALW%2B%2BinsyoovJk2Y5duLXn-g7Hu7cekyVzbjsTyqk5Nzm5amMw@mail.gmail.com>
References:  <CALW%2B%2BinsyoovJk2Y5duLXn-g7Hu7cekyVzbjsTyqk5Nzm5amMw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
From: John Mehr via freebsd-git <freebsd-git@freebsd.org>
Subject: gitup
Date: Sat, 5 Dec 2020 20:00:03 -0600

> Hello everyone,
> 
> I've been plugging away at writing gitup, a BSD licensed git clone/pull
> tool and I'm pleased to announce I've got a working prototype up on github
> at:
> 
> https://github.com/johnmehr/gitup
> 
> Much like its predecessor, net/svnup, gitup is intended for non-developers
> who just need to synchronize a local repository without the additional
> overhead required by the official git client and is not intended as a
> feature rich, drop-in replacement for it.
> 
> The code is beta, so the usual caveats/warnings (don't use it in a
> production environment, make sure you've got backups, dont (yet) run as
> root) apply.
> 
> I think I've got most of the common use cases taken care of but there's
> always room for improvement so please don't hesitate to offer suggestions,
> comments and/or constructive criticism.  Thanks!

Great! I made devel/gitup port.

https://github.com/yasuhirokimura/freebsd-ports/tree/gitup/devel/gitup

If someone would like to test it with his ports tree, please take
following steps.

1. cd /tmp
2. fetch https://github.com/yasuhirokimura/freebsd-ports/commit/gitup.patch
3. cd /usr/ports
4. Apply patch to ports tree
4.1. svn patch /tmp/gitup.patch (for Subversion user)
4.2. git apply /tmp/gitup.patch (for Git user)
4.3. patch -p1 -i /tmp/gitup.patch (for svnup user)

It should work with both head and quarterly branch.

Enjoy.

---
Yasuhiro KIMURA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201206.162812.193024218114021427.yasu>