Discussion:
Publically accessible NEdit repositories?
Helmut Jarausch
2010-07-06 11:01:32 UTC
Permalink
Hi,

has anybody a list of NEdit repositories and how they relate to each
other?

Currently I just know about

nedit.cvs.sourceforge.net:/cvsroot/nedit

and

http://bitbucket.org/bert.wesarg/nedit

Many thanks,
Helmut.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-07-06 11:20:17 UTC
Permalink
On Tue, Jul 6, 2010 at 13:01, Helmut Jarausch
Post by Helmut Jarausch
Hi,
has anybody a list of NEdit repositories and how they relate to each
other?
Currently I just know about
nedit.cvs.sourceforge.net:/cvsroot/nedit
and
http://bitbucket.org/bert.wesarg/nedit
http://repo.or.cz/w/nedit.git

Both are automatic mirrors of the CVS repo (exclusive CVS tags).

I don't know of any others.

Bert
Post by Helmut Jarausch
Many thanks,
Helmut.
--
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Helmut Jarausch
2010-07-06 14:31:02 UTC
Permalink
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 13:01, Helmut Jarausch
Post by Helmut Jarausch
Hi,
has anybody a list of NEdit repositories and how they relate to
each
Post by Helmut Jarausch
other?
Currently I just know about
nedit.cvs.sourceforge.net:/cvsroot/nedit
and
http://bitbucket.org/bert.wesarg/nedit
http://repo.or.cz/w/nedit.git
Trying to check this out gives me
git clone http://repo.or.cz/w/nedit.git nedit
Cloning into nedit...
warning: remote HEAD refers to nonexistent ref, unable to checkout.

Is this repository broken?

Many thanks,
Helmut.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-07-06 14:35:24 UTC
Permalink
On Tue, Jul 6, 2010 at 16:31, Helmut Jarausch
Post by Helmut Jarausch
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 13:01, Helmut Jarausch
Post by Helmut Jarausch
Hi,
has anybody a list of NEdit repositories and how they relate to
each
Post by Helmut Jarausch
other?
Currently I just know about
nedit.cvs.sourceforge.net:/cvsroot/nedit
and
http://bitbucket.org/bert.wesarg/nedit
http://repo.or.cz/w/nedit.git
Trying to check this out gives me
git clone http://repo.or.cz/w/nedit.git nedit
This url is only the web interface, its is not intended for git clone.
Try this one:

git clone git://repo.or.cz/nedit.git

or, when you preffer html:

git clone http://repo.or.cz/r/nedit.git

Bert
Post by Helmut Jarausch
Many thanks,
Helmut.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-06 23:51:33 UTC
Permalink
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 16:31, Helmut Jarausch
Post by Helmut Jarausch
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 13:01, Helmut Jarausch
Post by Helmut Jarausch
Hi,
has anybody a list of NEdit repositories and how they relate to
each
Post by Helmut Jarausch
other?
Currently I just know about
nedit.cvs.sourceforge.net:/cvsroot/nedit
and
http://bitbucket.org/bert.wesarg/nedit
http://repo.or.cz/w/nedit.git
Trying to check this out gives me
git clone http://repo.or.cz/w/nedit.git nedit
This url is only the web interface, its is not intended for git clone.
   git clone git://repo.or.cz/nedit.git
   git clone http://repo.or.cz/r/nedit.git
I faced the same problem recently (new to git, I am more a hg guy).
Good thing Bert maintains a hg mirror of the repo.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-06 23:53:33 UTC
Permalink
Post by TK Soh
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 16:31, Helmut Jarausch
Post by Helmut Jarausch
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 13:01, Helmut Jarausch
Post by Helmut Jarausch
Hi,
has anybody a list of NEdit repositories and how they relate to
each
Post by Helmut Jarausch
other?
Currently I just know about
nedit.cvs.sourceforge.net:/cvsroot/nedit
and
http://bitbucket.org/bert.wesarg/nedit
http://repo.or.cz/w/nedit.git
Trying to check this out gives me
git clone http://repo.or.cz/w/nedit.git nedit
This url is only the web interface, its is not intended for git clone.
   git clone git://repo.or.cz/nedit.git
   git clone http://repo.or.cz/r/nedit.git
I faced the same problem recently (new to git, I am more a hg guy).
Good thing Bert maintains a hg mirror of the repo.
BTW, I think this repo info (git and hg) should probably be published
on www.nedit.org. Not sure how to do that though. Perhaps niki also,
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Joor Loohuis
2010-07-08 06:06:07 UTC
Permalink
Post by TK Soh
Post by TK Soh
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 16:31, Helmut Jarausch
Post by Helmut Jarausch
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 13:01, Helmut Jarausch
Post by Helmut Jarausch
Hi,
has anybody a list of NEdit repositories and how they relate to
each
Post by Helmut Jarausch
other?
Currently I just know about
nedit.cvs.sourceforge.net:/cvsroot/nedit
and
http://bitbucket.org/bert.wesarg/nedit
http://repo.or.cz/w/nedit.git
Trying to check this out gives me
git clone http://repo.or.cz/w/nedit.git nedit
This url is only the web interface, its is not intended for git clone.
git clone git://repo.or.cz/nedit.git
git clone http://repo.or.cz/r/nedit.git
I faced the same problem recently (new to git, I am more a hg guy).
Good thing Bert maintains a hg mirror of the repo.
BTW, I think this repo info (git and hg) should probably be published
on www.nedit.org. Not sure how to do that though. Perhaps niki also,
Well, that is easy enough. The website is also in version control, and
it is automatically updated on the webserver. So please go ahead and add
any information to the website that you think is missing. Alternatively,
post the instructions that you would like to add here, and I'll make
sure they get onto the website. The same applies to Niki.
--
Joor Loohuis, MSc

Loco (Loohuis Consulting)
Training, consultancy, hosting, and building
Specialized in Open Source solutions

http://www.loohuis-consulting.nl/
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-08 06:54:32 UTC
Permalink
Post by Joor Loohuis
Post by TK Soh
Post by TK Soh
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 16:31, Helmut Jarausch
Post by Helmut Jarausch
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 13:01, Helmut Jarausch
Post by Helmut Jarausch
Hi,
has anybody a list of NEdit repositories and how they relate to
each
Post by Helmut Jarausch
other?
Currently I just know about
nedit.cvs.sourceforge.net:/cvsroot/nedit
and
http://bitbucket.org/bert.wesarg/nedit
http://repo.or.cz/w/nedit.git
Trying to check this out gives me
git clone http://repo.or.cz/w/nedit.git nedit
This url is only the web interface, its is not intended for git clone.
   git clone git://repo.or.cz/nedit.git
   git clone http://repo.or.cz/r/nedit.git
I faced the same problem recently (new to git, I am more a hg guy).
Good thing Bert maintains a hg mirror of the repo.
BTW, I think this repo info (git and hg) should probably be published
on www.nedit.org. Not sure how to do that though. Perhaps niki also,
Well, that is easy enough. The website is also in version control, and
it is automatically updated on the webserver. So please go ahead and add
any information to the website that you think is missing. Alternatively,
post the instructions that you would like to add here, and I'll make
sure they get onto the website. The same applies to Niki.
I am not setup to update the website now. Perhaps someone can help add
a section below www.nedit.org->download->source code->Development
section with info on these repos:

Git:

git clone git://repo.or.cz/nedit.git

OR

git clone http://repo.or.cz/r/nedit.git

Mercurial:

hg clone http://bitbucket.org/bert.wesarg/nedit
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Joor Loohuis
2010-07-08 07:14:56 UTC
Permalink
Post by TK Soh
Post by Joor Loohuis
Post by TK Soh
Post by TK Soh
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 16:31, Helmut Jarausch
Post by Helmut Jarausch
Post by Bert Wesarg
On Tue, Jul 6, 2010 at 13:01, Helmut Jarausch
Post by Helmut Jarausch
Hi,
has anybody a list of NEdit repositories and how they relate to
each
Post by Helmut Jarausch
other?
Currently I just know about
nedit.cvs.sourceforge.net:/cvsroot/nedit
and
http://bitbucket.org/bert.wesarg/nedit
http://repo.or.cz/w/nedit.git
Trying to check this out gives me
git clone http://repo.or.cz/w/nedit.git nedit
This url is only the web interface, its is not intended for git clone.
git clone git://repo.or.cz/nedit.git
git clone http://repo.or.cz/r/nedit.git
I faced the same problem recently (new to git, I am more a hg guy).
Good thing Bert maintains a hg mirror of the repo.
BTW, I think this repo info (git and hg) should probably be published
on www.nedit.org. Not sure how to do that though. Perhaps niki also,
Well, that is easy enough. The website is also in version control, and
it is automatically updated on the webserver. So please go ahead and add
any information to the website that you think is missing. Alternatively,
post the instructions that you would like to add here, and I'll make
sure they get onto the website. The same applies to Niki.
I am not setup to update the website now.
Apparently SF has forgotten who I am, so I can't refresh my SSH keys.
Any takers?
Post by TK Soh
Perhaps someone can help add
a section below www.nedit.org->download->source code->Development
git clone git://repo.or.cz/nedit.git
OR
git clone http://repo.or.cz/r/nedit.git
hg clone http://bitbucket.org/bert.wesarg/nedit
--
Joor Loohuis, MSc

Loco (Loohuis Consulting)
Training, consultancy, hosting, and building
Specialized in Open Source solutions

http://www.loohuis-consulting.nl/
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-07-08 07:28:29 UTC
Permalink
Post by Joor Loohuis
Apparently SF has forgotten who I am, so I can't refresh my SSH keys.
Any takers?
I'll try.

Bert
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-07-08 07:39:25 UTC
Permalink
Post by Bert Wesarg
Post by Joor Loohuis
Apparently SF has forgotten who I am, so I can't refresh my SSH keys.
Any takers?
I'll try.
Done. But my HTML is bad. How long do I need to wait for the site update?
Post by Bert Wesarg
Bert
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Joor Loohuis
2010-07-08 07:46:58 UTC
Permalink
Post by Bert Wesarg
Post by Bert Wesarg
Post by Joor Loohuis
Apparently SF has forgotten who I am, so I can't refresh my SSH keys.
Any takers?
I'll try.
Done. But my HTML is bad. How long do I need to wait for the site update?
I just manually updated it, so your changes are in there. Thanks.
--
Joor Loohuis, MSc

Loco (Loohuis Consulting)
Training, consultancy, hosting, and building
Specialized in Open Source solutions

http://www.loohuis-consulting.nl/
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-07-08 08:03:10 UTC
Permalink
So, what is this all about?  Are we coming out with a new version of nedit?
We hope so. The 5.6 branch should be ready.

Bert
Tony
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-08 09:01:23 UTC
Permalink
Post by Bert Wesarg
So, what is this all about?  Are we coming out with a new version of nedit?
We hope so. The 5.6 branch should be ready.
When should we make the announcement?
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Joor Loohuis
2010-07-08 09:11:06 UTC
Permalink
Post by TK Soh
Post by Bert Wesarg
Post by Anthony Nemmer
So, what is this all about? Are we coming out with a new version of nedit?
We hope so. The 5.6 branch should be ready.
When should we make the announcement?
What should we announce? For previous releases we composed a text which
was subjected to sufficient eyeballs to make sure we got it right.
--
Joor Loohuis, MSc

Loco (Loohuis Consulting)
Training, consultancy, hosting, and building
Specialized in Open Source solutions

http://www.loohuis-consulting.nl/
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-08 09:19:31 UTC
Permalink
Post by Joor Loohuis
Post by TK Soh
Post by Bert Wesarg
So, what is this all about?  Are we coming out with a new version of nedit?
We hope so. The 5.6 branch should be ready.
When should we make the announcement?
What should we announce? For previous releases we composed a text which
was subjected to sufficient eyeballs to make sure we got it right.
Similar to what we did for 5.5 (need to update release notes), but no
URL for binaries this round. Just provide link the source tar ball and
repository URL's for download (with tagname for release).

If need a draft, maybe can use the core list (still active?)

TK
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Joor Loohuis
2010-07-08 09:23:17 UTC
Permalink
Post by TK Soh
Post by Joor Loohuis
Post by TK Soh
Post by Bert Wesarg
Post by Anthony Nemmer
So, what is this all about? Are we coming out with a new version of nedit?
We hope so. The 5.6 branch should be ready.
When should we make the announcement?
What should we announce? For previous releases we composed a text which
was subjected to sufficient eyeballs to make sure we got it right.
Similar to what we did for 5.5 (need to update release notes), but no
URL for binaries this round. Just provide link the source tar ball and
repository URL's for download (with tagname for release).
If need a draft, maybe can use the core list (still active?)
It should be.
--
Joor Loohuis, MSc

Loco (Loohuis Consulting)
Training, consultancy, hosting, and building
Specialized in Open Source solutions

http://www.loohuis-consulting.nl/
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Anthony Nemmer
2010-07-08 07:58:42 UTC
Permalink
So, what is this all about? Are we coming out with a new version of nedit?

Tony
Post by Joor Loohuis
Post by Bert Wesarg
Post by Bert Wesarg
Post by Joor Loohuis
Apparently SF has forgotten who I am, so I can't refresh my SSH keys.
Any takers?
I'll try.
Done. But my HTML is bad. How long do I need to wait for the site update?
I just manually updated it, so your changes are in there. Thanks.
--
Joor Loohuis, MSc
Loco (Loohuis Consulting)
Training, consultancy, hosting, and building
Specialized in Open Source solutions
http://www.loohuis-consulting.nl/
--
http://www.nedit.org/mailman/listinfo/discuss
--
I always have coffee when I watch radar!
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-07-08 07:47:25 UTC
Permalink
Post by Bert Wesarg
Post by Bert Wesarg
Post by Joor Loohuis
Apparently SF has forgotten who I am, so I can't refresh my SSH keys.
Any takers?
I'll try.
Done. But my HTML is bad. How long do I need to wait for the site update?
Ok, it looks good. Maybe this is also worth a news entry? I suspect
the mirrors are now not 'unofficial' anymore, so I will update the
descriptions in the web pages on these sites.

Bert
Post by Bert Wesarg
Post by Bert Wesarg
Bert
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Loading...