devolution

Author Topic: General Discussion  (Read 3821782 times)

0 Members and 28 Guests are viewing this topic.

Offline CherryWood

  • Hero Member
  • *****
  • Posts: 643
Re: General Discussion
« Reply #1965 on: February 25, 2014, 08:03:09 AM »
What the:
"Whore? WTF?? I am a Fancy Girl!!!!"
"And there were 'whores' :)"
reports are supposed to mean?  ???

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1966 on: February 25, 2014, 09:16:49 AM »
What the:
"Whore? WTF?? I am a Fancy Girl!!!!"
"And there were 'whores' :)"
reports are supposed to mean?  ???

Kind of a placeholders to determine that it's a whore job  :D
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #1967 on: February 25, 2014, 09:25:19 AM »
And here I thought it was an easter egg of some kind  ::)

Finished Guilty Gear pack today, next is Soul Calibur. Also I'll see if I can find more animations for spells.
 
« Last Edit: February 25, 2014, 09:28:53 AM by DarkTl »

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1968 on: February 25, 2014, 09:42:12 AM »
And here I thought it was an easter egg of some kind  ::)

Finished Guilty Gear pack today, next is Soul Calibur. Also I'll see if I can find more animations for spells.

CW has a boat-load of them in his DB but there are plenty more to find I am sure :)
Like what we're doing?

Offline Armegetton

  • Jr. Member
  • **
  • Posts: 85
  • . . . . .
Re: General Discussion
« Reply #1969 on: February 25, 2014, 10:32:50 AM »
Tried pushing an update. Let me know if it went through.

I originally modified my post in the other thread, then it occurred to me, that might not show up as a 'new post'.

Bah.
This could be the end ...

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1970 on: February 25, 2014, 10:54:17 AM »
Tried pushing an update. Let me know if it went through.

I originally modified my post in the other thread, then it occurred to me, that might not show up as a 'new post'.

Bah.

Nothing... did you need to do this:

1) Commit local changes.
2) Pull from SF.
3) Merge your own work that you've committed (locally) with what you've pulled.
4) Push.

Basically, unless there are conflicts the whole thing takes 5 - 6 mouse-clicks.
Like what we're doing?

Offline Armegetton

  • Jr. Member
  • **
  • Posts: 85
  • . . . . .
Re: General Discussion
« Reply #1971 on: February 25, 2014, 11:01:52 AM »
oh ... I got an error 403 forbidden. hmm

hold on, I think I need to set something up? like a login? checking...

damn, its not obvious ... crap ...

Well, I've commited, pulled and merged. But when I push it sends me red frowny faces. Defeated by the evil interweb monster.
« Last Edit: February 25, 2014, 11:09:21 AM by Armegetton »
This could be the end ...

Offline CherryWood

  • Hero Member
  • *****
  • Posts: 643
Re: General Discussion
« Reply #1972 on: February 25, 2014, 11:19:29 AM »
oh ... I got an error 403 forbidden. hmm
Took me quite a while to figure this one too  :) You need to push through Read/Write access you get after registering (ssh:), not the read only one we have listed here on forum (http:).  I have found mine there:
https://sourceforge.net/p/sb-pytfall/code/ci/default/tree/
« Last Edit: February 25, 2014, 11:24:31 AM by CherryWood »

Offline Armegetton

  • Jr. Member
  • **
  • Posts: 85
  • . . . . .
Re: General Discussion
« Reply #1973 on: February 25, 2014, 11:31:24 AM »
Took me quite a while to figure this one too  :) You need to push through Read/Write access you get after registering (ssh:), not the read only one we have listed here on forum (http:).  I have found mine there:
https://sourceforge.net/p/sb-pytfall/code/ci/default/tree/

Ah,  I see. It appears as though I still do not have access then.

I have access to RO (read only) and http. and both of them are the same link. There's no ssh option for me.
This could be the end ...

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #1974 on: February 25, 2014, 11:43:17 AM »
You should be logged in there to have the option.
« Last Edit: February 25, 2014, 11:45:47 AM by DarkTl »

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1975 on: February 25, 2014, 11:44:48 AM »
Ah,  I see. It appears as though I still do not have access then.

I have access to RO (read only) and http. and both of them are the same link. There's no ssh option for me.

No you have developer rights. I am certain of that. You need to push through the software, not the website and just use your password since SSH is hard to setup unless you know what you're doing.

Scratch that, I didn't read CW's post, I thought you've meant to establish secured shell connection to be able to use repo without password access.
« Last Edit: February 25, 2014, 11:48:07 AM by Xela »
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #1976 on: February 25, 2014, 11:52:39 AM »
In my case it's ssh://[email protected]/p/sb-pytfall/code string, where darktl is my login on sourceforge.
You could try to set it manually in workbench settings.

Although, on sourceforge I see "Brought to you by: cherrywood, darktl, xela00" line. Xela, are you sure he has dev rights?

Offline Armegetton

  • Jr. Member
  • **
  • Posts: 85
  • . . . . .
Re: General Discussion
« Reply #1977 on: February 25, 2014, 11:58:28 AM »
In my case it's ssh://[email protected]/p/sb-pytfall/code string, where darktl is my login on sourceforge.
You could try to set it manually in workbench settings.

Although, on sourceforge I see "Brought to you by: cherrywood, darktl, xela00" line. Xela, are you sure he has dev rights?

Ok, I did change it to ssh://[email protected]/p/sb-pytfall/code
then it'll ask for my password, and then I get permission denied lol.

I also saw only those 3 names. Which is why I suspect I'm not allowed as of yet.

______________

Blarg, I wish I knew what I was doing wrong. I'm not familiar enough with merc or sf to know if I've got something messed up or not.
« Last Edit: February 25, 2014, 12:02:54 PM by Armegetton »
This could be the end ...

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1978 on: February 25, 2014, 12:19:28 PM »
Although, on sourceforge I see "Brought to you by: cherrywood, darktl, xela00" line. Xela, are you sure he has dev rights?

Yes, I am sure, full developer rights meaning that it is possible to do everything save add/remove members to the team and other useless things.

Ok, I did change it to ssh://[email protected]/p/sb-pytfall/code
then it'll ask for my password, and then I get permission denied lol.

I also saw only those 3 names. Which is why I suspect I'm not allowed as of yet.

______________

Blarg, I wish I knew what I was doing wrong. I'm not familiar enough with merc or sf to know if I've got something messed up or not.


You're allowed in... I am sure of that. What is the exact error message? It should work.




==============
Edit: Maybe you should try pulling after you've entered the ssh: path? See if that works?
« Last Edit: February 25, 2014, 12:21:06 PM by Xela »
Like what we're doing?

Offline Armegetton

  • Jr. Member
  • **
  • Posts: 85
  • . . . . .
Re: General Discussion
« Reply #1979 on: February 25, 2014, 12:33:57 PM »
Here's what Im doing

first I do a check for outgoing. It asks for password. then does this

% hg --repository S:\Repo Hg\PyTFall outgoing --quiet --template {node}^M --branch default ssh://[email protected]/p/sb-pytfall/code
fa0acbf5709b1b8f84cbcb229b4292aee0c72376
[command completed successfully Tue Feb 25 12:24:46 2014]

it shows the 1 file ready to be pushed. Then I click push all. it asks for password then does this.

% hg --repository S:\Repo Hg\PyTFall push --branch default ssh://[email protected]/p/sb-pytfall/code
pushing to ssh://[email protected]/p/sb-pytfall/code
searching for changes
remote: abort: could not lock repository /hg/p/sb-pytfall/code: Permission denied
abort: unexpected response: empty string
[command returned code 255 Tue Feb 25 12:25:05 2014]
PyTFall%

if I check for incoming, it can do it fine. my code of sf shows the read only access and http access. problem is, when I do it with http it doesnt ask for the password and fails.
error 403 access denied

if I change it to https it asks for the password and acts like its uploading
but then gives me a error 500, internal server error

if everyone else is using the ssh code, that should work for me I thought. but it isnt set up in the code section for me. so is it something I set up in my sf settings? or should it not be this hard?

___________________

ok, jk
photobucket is sucking today. should probably use a different site.
« Last Edit: February 25, 2014, 12:53:01 PM by Armegetton »
This could be the end ...