I have been getting no updates on repeated attempts today...it remains at revision 569609.
Is something that usually happens not happening?
Felix Palmen <felix@palmen-it.de> wrote:
(repository is moved to git, should be available at
https://git.freebsd.org/ports.git in a few days)
So will "svn update" be redirected or need reinitiation?
* Louis Epstein <le@top.put.com>:
I have been getting no updates on repeated attempts today...it remains at revision 569609.
Is something that usually happens not happening?
The other way around:
<https://lists.freebsd.org/pipermail/freebsd-ports/2021-March/120566.html>
(repository is moved to git, should be available at https://git.freebsd.org/ports.git in a few days)
* Louis Epstein <le@top.put.com>:
I have been getting no updates on repeated attempts today...it remains at revision 569609.
Is something that usually happens not happening?
The other way around:
<https://lists.freebsd.org/pipermail/freebsd-ports/2021-March/120566.html>
(repository is moved to git, should be available at https://git.freebsd.org/ports.git in a few days)
I have been getting no updates on repeated attempts today...it remains at revision 569609.
* Louis Epstein <le@top.put.com>:
Felix Palmen <felix@palmen-it.de> wrote:
(repository is moved to git, should be available at
https://git.freebsd.org/ports.git in a few days)
So will "svn update" be redirected or need reinitiation?
It's not there yet, it will appear between Apr 3rd and 6th, see <https://wiki.freebsd.org/git>.
And svn isn't any more, you need git now. If you want a "real" clone,
install devel/git (the "tiny" flavor is enough). If you just want to
keep your tree up to date, net/gitup is a simple and dependency-free alternative.
Felix Palmen <felix@palmen-it.de> wrote:
* Louis Epstein <le@top.put.com>:
Felix Palmen <felix@palmen-it.de> wrote:
(repository is moved to git, should be available at
https://git.freebsd.org/ports.git in a few days)
So will "svn update" be redirected or need reinitiation?
It's not there yet, it will appear between Apr 3rd and 6th, see
<https://wiki.freebsd.org/git>.
And svn isn't any more, you need git now. If you want a "real" clone,
install devel/git (the "tiny" flavor is enough). If you just want to
keep your tree up to date, net/gitup is a simple and dependency-free
alternative.
I take it the implementation is still incomplete
and the subversion revision I have is still the
latest accessible ports tree?
-=-=-
The World Trade Center towers MUST rise again,
at least as tall as before...or terror has triumphed.
In article <s4g2b2$m03$1@reader1.panix.com>,
Louis Epstein <le@top.put.com> wrote:
I take it the implementation is still incomplete
and the subversion revision I have is still the
latest accessible ports tree?
Gitup needs some changes.
* The Doctor <doctor@doctor.nl2k.ab.ca>:
In article <s4g2b2$m03$1@reader1.panix.com>,
Louis Epstein <le@top.put.com> wrote:
I take it the implementation is still incomplete
and the subversion revision I have is still the
latest accessible ports tree?
The first git commit just came in roughly an hour ago:
<https://cgit.freebsd.org/ports/commit/?id=ed8d3eda309dd863fb66e04bccaa513eee255cbf>
Since then, there were already a few port updates.
Gitup needs some changes.
No. It *might* need a changed configuration (if the one in the package
still points at Github for ports), this is simple to do. Upstream
already has the configuration point at official FreeBSD repos:
<https://github.com/johnmehr/gitup/blob/main/gitup.conf>
Felix Palmen <felix@palmen-it.de> wrote:
* The Doctor <doctor@doctor.nl2k.ab.ca>:
In article <s4g2b2$m03$1@reader1.panix.com>,
Louis Epstein <le@top.put.com> wrote:
I take it the implementation is still incomplete
and the subversion revision I have is still the
latest accessible ports tree?
The first git commit just came in roughly an hour ago:
<https://cgit.freebsd.org/ports/commit/?id=ed8d3eda309dd863fb66e04bccaa513eee255cbf>
Since then, there were already a few port updates.
So what is the command line analogue to
portsnap fetch update
or
svn update
that will update the ports tree,
and what preparatory step corresponds to svn checkout [URL] etc.?
Gitup needs some changes.
No. It *might* need a changed configuration (if the one in the package
still points at Github for ports), this is simple to do. Upstream
already has the configuration point at official FreeBSD repos:
<https://github.com/johnmehr/gitup/blob/main/gitup.conf>
-=-=-
The World Trade Center towers MUST rise again,
at least as tall as before...or terror has triumphed.
Louis Epstein <le@top.put.com> wrote:
Felix Palmen <felix@palmen-it.de> wrote:
* The Doctor <doctor@doctor.nl2k.ab.ca>:
In article <s4g2b2$m03$1@reader1.panix.com>,
Louis Epstein <le@top.put.com> wrote:
I take it the implementation is still incomplete
and the subversion revision I have is still the
latest accessible ports tree?
The first git commit just came in roughly an hour ago:
<https://cgit.freebsd.org/ports/commit/?id=ed8d3eda309dd863fb66e04bccaa513eee255cbf>
Since then, there were already a few port updates.
So what is the command line analogue to
portsnap fetch update
or
svn update
that will update the ports tree,
and what preparatory step corresponds to svn checkout [URL] etc.?
I still need this to update!
Gitup needs some changes.
No. It *might* need a changed configuration (if the one in the package
still points at Github for ports), this is simple to do. Upstream
already has the configuration point at official FreeBSD repos:
<https://github.com/johnmehr/gitup/blob/main/gitup.conf>
-=-=-
The World Trade Center towers MUST rise again,
at least as tall as before...or terror has triumphed.
So what is the command line analogue to
portsnap fetch update
or
svn update
that will update the ports tree,
and what preparatory step corresponds to svn checkout [URL] etc.?
I still need this to update!
I did a major (58 item) pkg update but still need the
command line instructions for a new style port update!!
On mar. 13 avril 2021 (08:30),method>
Louis Epstein <le@top.put.com> wrote:
So what is the command line analogue to portsnap fetch update or svn
update
that will update the ports tree,
and what preparatory step corresponds to svn checkout [URL] etc.?
I still need this to update!
I did a major (58 item) pkg update but still need the command line
instructions for a new style port update!!
portsnap(8) is not going away that soon (its still on 13.0-RELEASE).
As for subversion, its frozen at r569609[1] so you'll need to use either devel/git or net/gitup in place of svn(1).
The handbook has been updated and does have some basic git examples for
the ports tree[2].
[1] <https://svnweb.freebsd.org/ports?view=revision&revision=569609>
[2]
<https://docs.freebsd.org/en/books/handbook/ports/#ports-using-git-
On Thu, 15 Apr 2021 18:52:44 +0000, Matt wrote:
On mar. 13 avril 2021 (08:30),method>
Louis Epstein <le@top.put.com> wrote:
So what is the command line analogue to portsnap fetch update or svn >>>>> update
that will update the ports tree,
and what preparatory step corresponds to svn checkout [URL] etc.?
I still need this to update!
I did a major (58 item) pkg update but still need the command line
instructions for a new style port update!!
portsnap(8) is not going away that soon (its still on 13.0-RELEASE).
As for subversion, its frozen at r569609[1] so you'll need to use either
devel/git or net/gitup in place of svn(1).
The handbook has been updated and does have some basic git examples for
the ports tree[2].
[1] <https://svnweb.freebsd.org/ports?view=revision&revision=569609>
[2]
<https://docs.freebsd.org/en/books/handbook/ports/#ports-using-git-
I have been hearing that portsnap(8) is still being updated.
I expect Louis will still have trouble.
I have been hearing that portsnap(8) is still being updated.
I expect Louis will still have trouble.
Bob Eager <news0073@eager.cx> wrote:
On Thu, 15 Apr 2021 18:52:44 +0000, Matt wrote:
On mar. 13 avril 2021 (08:30),method>
Louis Epstein <le@top.put.com> wrote:
So what is the command line analogue to portsnap fetch update or svn >>>>>> update
that will update the ports tree,
and what preparatory step corresponds to svn checkout [URL] etc.?
I still need this to update!
I did a major (58 item) pkg update but still need the command line
instructions for a new style port update!!
portsnap(8) is not going away that soon (its still on 13.0-RELEASE).
As for subversion, its frozen at r569609[1] so you'll need to use either >>> devel/git or net/gitup in place of svn(1).
The handbook has been updated and does have some basic git examples for
the ports tree[2].
[1] <https://svnweb.freebsd.org/ports?view=revision&revision=569609>
[2]
<https://docs.freebsd.org/en/books/handbook/ports/#ports-using-git-
I have been hearing that portsnap(8) is still being updated.
I expect Louis will still have trouble.
I haven't updated via portsnap for a while,I was using svn update.
Although the www.freebsd.org/doc/en_US.ISO8859-1/books/handbook does
not include the git-method section,I did find it on the above link,
and since I already had a /usr/ports it wouldn't take it straight,
but I created a /usr/ports/git directory and put the git version there,
and a /usr/ports/pregit directory and moved the other subdirectories
and housekeeping files of /usr/ports there.
Not sure what I still need to do to get back to maintaining a local
package repository via Synth.
-=-=-
The World Trade Center towers MUST rise again,
at least as tall as before...or terror has triumphed.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 399 |
Nodes: | 16 (2 / 14) |
Uptime: | 64:12:00 |
Calls: | 8,354 |
Calls today: | 14 |
Files: | 13,159 |
Messages: | 5,893,802 |
Posted today: | 1 |