Author Topic: Does anyone want to be the new maintainer?  (Read 13031 times)

0 Members and 1 Guest are viewing this topic.

Offline LordVader

  • Full Member
  • ***
  • Posts: 113
  • Knowledge is power.
    • View Profile
    • James Moss on the web!
Re: Does anyone want to be the new maintainer?
« Reply #15 on: March 27, 2007, 10:35:19 pm »
I've been watching the progress for a while of javaops and using it for a while also, I had setup a rcrs server right before the last changes to the checkrevision we're made on a freebsd machine.
It's a shame to see that iago's time is consumed to the point of no longer maintaining it himself..

Hdx and Joe, let me know if you guys need mirror's or anything for the cvs server to help with server load etc..
Also the main javaop.com page once things get settled would be good to have a perm maintainter have access to post updated plugin links etc..

I am willing to "help" maintain the code with updates and things as they are needed, my main background is c++, php, perl, html/css etc.
I've worked with and edited the plugins for javaops for my own needs a bit so I can help but I don't know nearly enuff java to be the head maintainer or anything like that, willing to learn tho.

Anyway PM or IM me to discuss details, info to contact me is in my profile.
« Last Edit: March 27, 2007, 10:46:36 pm by LordVader »

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Does anyone want to be the new maintainer?
« Reply #16 on: March 28, 2007, 12:31:43 am »
Oh, I doubt the project is so successful my home dialup couldn't handle the server load. :)

It looks like we're leaning towards CVS! I think we can agree on Eclipse for our editor, since it's cross-platform, supports CVS internally, and is just bitchin' in general.

Hdx, get us a CVS set up and the pwntasticism will begin.

PS: I'm bored. I'm going to start porting some of Lockdown back to C and see what I figure our. Warz seemed kind of faithful that I could figure it out if I put time and energy into it.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Hdx

  • The Hdx!
  • Full Member
  • ***
  • Posts: 311
  • <3 Java/Cpp/VB/QB
    • View Profile
Re: Does anyone want to be the new maintainer?
« Reply #17 on: March 28, 2007, 02:45:54 pm »
Joe, you are a moron, but I believe you can reverse lockdown.
From what I have been told, and what I have found.
Its not REALLY that complicated.
As for the CVS, did anyone try the server I said?
If not then I failed and will have to try again, or ask Fapiko if i can host a server off his nix box.
As for Eclipse, I'ma stay way from that. IMHO I don't like it. So i'ma stick with vim/notepad2
~Hdx
http://img140.exs.cx/img140/6720/hdxnew6lb.gif
09/08/05 - Clan SBs @ USEast
 [19:59:04.000] <DeadHelp> We don't like customers.
 [19:59:05.922] <DeadHelp> They're assholes
 [19:59:08.094] <DeadHelp> And they're never right.

Offline chuck

  • Full Member
  • ***
  • Posts: 335
  • Canadian Biathlete
    • View Profile
    • Chucks Blog
Re: Does anyone want to be the new maintainer?
« Reply #18 on: March 28, 2007, 03:21:05 pm »
As for the CVS, did anyone try the server I said?
If not then I failed and will have to try again, or ask Fapiko if i can host a server off his nix box.
The CVS doesn't work for me
Code: [Select]
chuck@ToyBox:~/Desktop/JavaOp2$ cvs -d :pserver:cvsuser@Hdx.JBLS.org:/JavaOp login
Logging in to :pserver:cvsuser@hdx.jbls.org:2401/JavaOp
CVS password: [JavaOp]
cvs login: authorization failed: server Hdx.JBLS.org rejected access to /JavaOp for user cvsuser

I have minimal knowledge of CVS though. It may be an error on my part.

As for Eclipse, I'ma stay way from that. IMHO I don't like it. So i'ma stick with vim/notepad2
I don't like eclipse much either. I just use KDE's kate, or on my mac, NetBeans.
Chucks Blog
JavaOp2 Plugins

Quote
Error, keyboard not connected. Press F1 to continue.

Offline LordVader

  • Full Member
  • ***
  • Posts: 113
  • Knowledge is power.
    • View Profile
    • James Moss on the web!
Re: Does anyone want to be the new maintainer?
« Reply #19 on: March 31, 2007, 01:02:44 am »
Connects but fails trying to pull the sources from path info being /src/master also fails with /
What is the default repository path for that account?
under javaop.com's cvs it is:
/src/master

cvs admin reference:
http://www.linuxdevcenter.com/pub/a/linux/2002/01/17/cvsadmin.html

« Last Edit: March 31, 2007, 01:25:00 am by LordVader »

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Does anyone want to be the new maintainer?
« Reply #20 on: March 31, 2007, 09:16:29 am »
@Hdx, you program with what you want, I'm just saying that Eclipse has built in CVS support, built in compiling / error reporting, autocompletion, and syntax highlighting just to name a few things.

Also, thanks on the moron comment. It's coming along easily, but I'm sick with 0 attention span right now.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline chuck

  • Full Member
  • ***
  • Posts: 335
  • Canadian Biathlete
    • View Profile
    • Chucks Blog
Re: Does anyone want to be the new maintainer?
« Reply #21 on: March 31, 2007, 09:39:28 am »
Connects but fails trying to pull the sources from path info being /src/master also fails with /
What is the default repository path for that account?
under javaop.com's cvs it is:
/src/master

cvs admin reference:
http://www.linuxdevcenter.com/pub/a/linux/2002/01/17/cvsadmin.html
Try this for the CVSROOT
Code: [Select]
:pserver:anonymous@www.javaop.com:/src/master
EDIT:
Woops, noticed your talking about the one hdx set up.
« Last Edit: March 31, 2007, 09:41:10 am by chuck »
Chucks Blog
JavaOp2 Plugins

Quote
Error, keyboard not connected. Press F1 to continue.

Offline LordVader

  • Full Member
  • ***
  • Posts: 113
  • Knowledge is power.
    • View Profile
    • James Moss on the web!
Re: Does anyone want to be the new maintainer?
« Reply #22 on: March 31, 2007, 11:14:04 am »
@Chuck: Yeah sorry i should of been more clear about that

ugh hopefully i didnt fuck it up
UN: cvsuser@goliath
Pass: JavaOp
repos: JavaOp
Server: Hdx.JBLS.org
~Hdx

repos: /JavaOp <-- is the repository path, figured that out should of been obvious to me.

Still having issues logging in tho, eclipse rejects cvsuser@goliath as the username, wants to only accept cvsuser and i would assume @goliath is the machine name?
Possibly need to change the admin settings for that to be the ip or domain hdx.jbls.org?

Has anyone else been able to connect and pull the source, or tried with eclipse and had similar problems?
« Last Edit: March 31, 2007, 11:26:06 am by LordVader »

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Does anyone want to be the new maintainer?
« Reply #23 on: March 31, 2007, 12:38:34 pm »
Username: cvsuser
Password: javaop
Repository: /JavaOp
Server: hdx.jbls.org
Protocol: pserver

The stuff isn't in there yet, but that's the details.

I'll hook up with Hdx later (ew..) and work on getting the stuff in there for you guys, then we can get back to work!

By the way, I'm still staying on the project. :)
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline LordVader

  • Full Member
  • ***
  • Posts: 113
  • Knowledge is power.
    • View Profile
    • James Moss on the web!
Re: Does anyone want to be the new maintainer?
« Reply #24 on: April 01, 2007, 01:56:29 am »
@Joe good to hear that you're staying with the project, and thx for the clarification on the login info.

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Does anyone want to be the new maintainer?
« Reply #25 on: April 01, 2007, 09:54:31 am »
I work 12-8 tonight, and I'm playing WoW until 10:30 or so, showering, and leaving. Hopefully Hdx will be around when I get back (shoot for 9 CST?) and we can get it in there tonight.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline LordVader

  • Full Member
  • ***
  • Posts: 113
  • Knowledge is power.
    • View Profile
    • James Moss on the web!
Re: Does anyone want to be the new maintainer?
« Reply #26 on: April 04, 2007, 11:31:04 am »
-bump-
Any progress?
Checked a few times login is fine just nothing in the repository yet.

Also have you guys thought about putting the project onto sourceforge?
That would provide cvs, website and such.
There is also 2 or 3 other sites that have poped up similar to sourceforge that use different backends for version control.
If you're interesting just google "version control" also can check out http://bazaar-vcs.org/ seems promising.
« Last Edit: April 04, 2007, 11:35:21 am by LordVader »

Offline Hdx

  • The Hdx!
  • Full Member
  • ***
  • Posts: 311
  • <3 Java/Cpp/VB/QB
    • View Profile
Re: Does anyone want to be the new maintainer?
« Reply #27 on: April 04, 2007, 07:38:05 pm »
you are able to login fine? Try uploading some shit.
My CVS Server is being faggish.
Seriously once we get a CVS server up.. and get this going, I will be happy.
And why the fuck can't we use Ron's?
As for using SF, I would prefer to use one of our servers.
~Hdx
« Last Edit: April 04, 2007, 07:52:12 pm by HdxBmx27 »
http://img140.exs.cx/img140/6720/hdxnew6lb.gif
09/08/05 - Clan SBs @ USEast
 [19:59:04.000] <DeadHelp> We don't like customers.
 [19:59:05.922] <DeadHelp> They're assholes
 [19:59:08.094] <DeadHelp> And they're never right.

Offline chuck

  • Full Member
  • ***
  • Posts: 335
  • Canadian Biathlete
    • View Profile
    • Chucks Blog
Re: Does anyone want to be the new maintainer?
« Reply #28 on: April 04, 2007, 08:22:14 pm »
And why the fuck can't we use Ron's?
Yah, why go through all this trouble when theres already a working CVS server for JavaOp2?
Chucks Blog
JavaOp2 Plugins

Quote
Error, keyboard not connected. Press F1 to continue.

Offline LordVader

  • Full Member
  • ***
  • Posts: 113
  • Knowledge is power.
    • View Profile
    • James Moss on the web!
Re: Does anyone want to be the new maintainer?
« Reply #29 on: April 05, 2007, 01:57:35 am »
And why the fuck can't we use Ron's?
Yah, why go through all this trouble when theres already a working CVS server for JavaOp2?

Either works for me, maybe iago could make a mirror of his current repository on a different port and let joe/hdx add their changes/fixes and commit the changes?

@Hdx im not fimiliar enuff to say for sure but I believe their needs to be a default module(already existing) even if nothing is really there just a empty text file anything.. Who ever has admin priv's on the cvs to setup things is the ones who need to do it.

But to my knowledge their needs to be something existing for us to check out -> alter -> commit, then who ever is the admin/maintainer can commit perm, or create branches etc..
I maybe wrong tho i'm not a cvs expert i'm trying to figure it out learning here to.

I will be setting up cvs on a linux virtual machine on my spare pc to play around tho so I will know by monday/tuesday or so (easter holliday etc.) and will post back if no body else get's this sorted out with exactly how to get it started...

Hopefully someone else closer to the actual source files will take the innitiative and get it sorted out before then.